diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.js b/sphinx/locale/ar/LC_MESSAGES/sphinx.js index abb55390b..072ade68f 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ar", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "© \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 %(copyright)s", - "© Copyright %(copyright)s.": "© \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 %(copyright)s", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index 757dafbf0..181d1e4a2 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 c93ac0414..cf6e4991a 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Abdullah ahmed , 2020\n" -"Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "لا يمكن العثور على المجلد المصدر (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "لا يمكن ان يكون المجلد المصدر والمجلد الهدف متطابقين" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "تشغيل Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "يحتاج هذا المشروع على الاقل الى الاصدار %s من Sphinx وبالتالي لا يمكن بناءه باستخدام الاصدار الحالي" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "تحميل الترجمات [ %s ]" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "تم" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "غير متوفرة للرسائل الافتراضية المدمجة" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "فشل: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "لم يتم اختيار نوع البناء، تم استخدام نوع البناء الافتراضي: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "نجح" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "انتهى مع وجود مشاكل" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "بناء %s، %sتحذير." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "بناء %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "المستند غير قابل للقراءة. تجاهل." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "التصميم %r " -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "بناء [mo]:" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "جميع ملفات المصدر" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "بناء [%s]" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "التحقق من التوافق" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "تحديث البيئة:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "تجهيز المستندات" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "نسخ الصور..." @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "قراءة القوالب" @@ -790,22 +794,17 @@ msgstr "قراءة القوالب" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "معالجة %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "ملفات الXML موجودة في %(outdir)s" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "صفحة الHTML موجودة في %(outdir)s" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "الفهرس العام" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "الفهرس" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "التالي" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "السابق" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "ملف الشعار %r غير موجود" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "ملف الايقونة %r غير موجود" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1115,29 +1114,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "متغير" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "نوع" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "كائن" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "كائن" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "متغيرات" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "متغير بيئة العمل" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "صفحة البحث" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "رابط دائم لهذه المعادلة" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[المصدر]" @@ -2847,34 +2838,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "تنبيه" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "احتياط" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "خطر" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "خطأ" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "تلميح" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "مهم" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "ملاحظة" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "شاهد أيضا" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "نصيحة" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "تحذير" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "استمرار في الصفحة التالية" @@ -3210,12 +3201,13 @@ msgstr "صفحة" msgid "Table of Contents" msgstr "قائمة المحتويات" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "بحث" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3287,39 +3279,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "البحث ضمن %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "الحقوق" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© حقوق النشر %(copyright)s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© حقوق النشر %(copyright)s" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "فشل" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.js b/sphinx/locale/bg/LC_MESSAGES/sphinx.js index bca7adf6c..b09ff5fbc 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "bg", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo index 926c13e4a..ba5b65538 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 cd69455ba..349a21759 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,134 +7,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/bg/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,70 +155,70 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -226,40 +226,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -282,429 +282,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "" @@ -717,233 +716,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1003,224 +997,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1239,266 +1240,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1507,15 +1508,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1591,12 +1592,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "" @@ -1705,12 +1706,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1742,11 +1743,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "" @@ -1774,671 +1775,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "" -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 -#, python-format -msgid "New in version %s" -msgstr "" - -#: sphinx/domains/changeset.py:21 -#, python-format -msgid "Changed in version %s" -msgstr "" - #: sphinx/domains/changeset.py:22 #, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:23 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:24 +#, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2450,228 +2425,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2681,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2698,27 +2659,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2726,7 +2687,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2736,178 +2697,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2915,107 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3023,46 +2984,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3070,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3085,138 +3046,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3238,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3315,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3473,107 +3431,107 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3593,69 +3551,73 @@ msgstr "" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3672,45 +3634,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.js b/sphinx/locale/bn/LC_MESSAGES/sphinx.js index 04b692564..93af27fad 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "bn", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "\u098f\u0987 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", "Automatically generated list of changes in version %(version)s": "\u09b8\u09cd\u09ac\u09df\u0982\u0995\u09cd\u09b0\u09bf\u09df\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09c0 %(version)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be\u0964", diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index 19a0929ae..f867d8d61 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 e1a8954f4..1e04bda72 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,134 +8,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2009\n" -"Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,70 +156,70 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -227,40 +227,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -283,429 +283,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "বিল্টইন সমূহ" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "মডিউল লেভেল" @@ -718,233 +717,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(-" -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "সাধারণ ইনডেক্স" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "ইনডেক্স" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "পরবর্তী" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "পূর্ববর্তী" @@ -1004,224 +998,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "ইনডেক্স" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "রিলিজ" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1240,266 +1241,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1508,15 +1509,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1592,12 +1593,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "" @@ -1706,12 +1707,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1743,11 +1744,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "" @@ -1775,671 +1776,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "অনুচ্ছেদ লেখক:" -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "মডিউল লেখক:" -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "লেখক:" -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "প্যারামিটার" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "রিটার্নস" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "রিটার্ন টাইপ" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "%s ভার্সনে নতুন" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "%s ভার্সনে পরিবর্তিত" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "ক্লাস" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s মেথড)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (ক্লাসে)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s এ্যট্রিবিউট)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (মডিউল)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "মেথড" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "ডাটা" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "এ্যট্রিবিউট" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "মডিউল" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "কিওয়ার্ড" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "অপারেটর" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "অবজেক্ট" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "এক্সেপশন" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "স্ট্যাটমেন্ট" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "বিল্ট-ইন ফাংশন" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "রেইজেস" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s মডিউলে)" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s মডিউলে)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (বিল্ট-ইন ক্লাস)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (%s ক্লাসে)" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s ক্লাস মেথড)" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "মডিউল সমূহ" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "ডেপ্রিকেটেড" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "এক্সেপশন" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "ক্লাস মেথড" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "স্ট্যাটিক মেথড" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "শব্দকোষ" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "ব্যকরণ টোকেন" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "প্রোগ্রাম অপশন" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "মডিউল ইনডেক্স" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "অনুসন্ধান পাতা" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2451,228 +2426,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2682,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2699,27 +2660,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2727,7 +2688,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2737,178 +2698,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "অসমাপ্ত কাজ" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2916,107 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3024,46 +2985,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3071,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3086,138 +3047,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "দৃষ্টি আকর্ষণ" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "সতর্কীকরণ" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "বিপজ্জনক" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "ভুল (এরর)" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "আভাস" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "গুরুত্বপূর্ণ" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "নোট" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "আরও দেখুন" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "পরামর্শ" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "সতর্কতা" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3239,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "অনুসন্ধান" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "যান" @@ -3316,39 +3278,35 @@ msgstr "বর্ণানুসারে ইনডেক্স পাতা" msgid "can be huge" msgstr "খুব বড় হতে পারে" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "নেভিগেশন" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "%(docstitle)s এর মধ্যে খুঁজুন" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "এই ডকুমেন্ট সম্পর্কে" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "কপিরাইট" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "%(last_updated)s সর্বশেষ পরিবর্তন করা হয়েছে।" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3474,107 +3432,107 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3594,69 +3552,73 @@ msgstr "" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "এই সংজ্ঞার পার্মালিঙ্ক" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3673,45 +3635,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "পাদটীকা" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[ছবি]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.js b/sphinx/locale/ca/LC_MESSAGES/sphinx.js index 295d07738..063a1a5f6 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.js @@ -1,61 +1,60 @@ Documentation.addTranslations({ "locale": "ca", "messages": { - "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", - ", in ": "", + "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", + "© %(copyright_prefix)s %(copyright)s.": "© %(copyright_prefix)s %(copyright)s.", + ", in ": ", a ", "About these documents": "Quant a aquests documents", "Automatically generated list of changes in version %(version)s": "Llista de canvis de la versi\u00f3 %(version)s generada autom\u00e0ticament", - "C API changes": "Canvis a la API de C", - "Changes in Version %(version)s — %(docstitle)s": "", - "Collapse sidebar": "", - "Complete Table of Contents": "Taula de Contingut Completa", - "Contents": "", + "C API changes": "Canvis a l'API de C", + "Changes in Version %(version)s — %(docstitle)s": "Canvis en la versi\u00f3 %(version)s — %(docstitle)s", + "Collapse sidebar": "Redueix la barra lateral", + "Complete Table of Contents": "Taula de contingut completa", + "Contents": "Contingut", "Copyright": "Copyright", - "Created using Sphinx %(sphinx_version)s.": "", - "Expand sidebar": "", + "Created using Sphinx %(sphinx_version)s.": "Creada mitjan\u00e7ant Sphinx %(sphinx_version)s.", + "Expand sidebar": "Expandeix la barra lateral", "Full index on one page": "\u00cdndex complet en una p\u00e0gina", - "General Index": "\u00cdndex General", - "Global Module Index": "\u00cdndex Global de M\u00f2duls", + "General Index": "\u00cdndex general", + "Global Module Index": "\u00cdndex global de m\u00f2duls", "Go": "Ves a", - "Hide Search Matches": "Oculta Resultats de Cerca", + "Hide Search Matches": "Oculta els resultats de cerca", "Index": "\u00cdndex", - "Index – %(key)s": "\u00cdndes – %(key)s", + "Index – %(key)s": "\u00cdndex – %(key)s", "Index pages by letter": "P\u00e0gines d'\u00edndex per lletra", "Indices and tables:": "\u00cdndexs i taules:", - "Last updated on %(last_updated)s.": "\u00daltima actualitzaci\u00f3 el %(last_updated)s.", - "Library changes": "Canvis a la llibreria", + "Last updated on %(last_updated)s.": "Darrera actualitzaci\u00f3 el %(last_updated)s.", + "Library changes": "Canvis a la biblioteca", "Navigation": "Navegaci\u00f3", "Next topic": "Tema seg\u00fcent", "Other changes": "Altres canvis", - "Overview": "Resum", - "Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per utilitzar la funcionalitat\nde cerca.", - "Preparing search...": "", + "Overview": "Vista general", + "Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per a usar la funcionalitat\n de cerca.", + "Preparing search...": "S'est\u00e0 preparant la cerca...", "Previous topic": "Tema anterior", "Quick search": "Cerca r\u00e0pida", "Search": "Cerca", - "Search Page": "P\u00e0gina de Cerca", - "Search Results": "Resultats de la Cerca", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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\u00e0gina/es que coincideix/en amb la consulta de cerca.", "Search within %(docstitle)s": "Cerca dins de %(docstitle)s", - "Searching": "", - "Searching for multiple words only shows matches that contain\n all words.": "", - "Show Source": "Mostra Codi Font", - "Table of Contents": "", - "This Page": "Aquesta P\u00e0gina", - "Welcome! This is": "", - "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "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.", + "Show Source": "Mostra el codi font", + "Table of Contents": "Taula de continguts", + "This Page": "Aquesta p\u00e0gina", + "Welcome! This is": "Us donem la benvinguda! Aix\u00f2 \u00e9s", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories.", "all functions, classes, terms": "totes les funcions, classes, termes", "can be huge": "pot ser gegant", - "last updated": "", + "last updated": "darrera actualitzaci\u00f3", "lists all sections and subsections": "llista totes les seccions i subseccions", "next chapter": "cap\u00edtol seg\u00fcent", "previous chapter": "cap\u00edtol anterior", "quick access to all modules": "acc\u00e9s r\u00e0pid a tots els m\u00f2duls", "search": "cerca", "search this documentation": "cerca aquesta documentaci\u00f3", - "the documentation for": "" + "the documentation for": "la documentaci\u00f3 per a" }, "plural_expr": "(n != 1)" }); \ No newline at end of file diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index d96772e21..eced11276 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 144c88a5a..c88d546ab 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -1,1227 +1,1231 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Adam Turner, 2023 +# Antoni Bella Pérez , 2023 # FIRST AUTHOR , 2009 +# Pau Fernández , 2009 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: FIRST AUTHOR , 2009\n" -"Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" +"Last-Translator: Adam Turner, 2023\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "No es pot trobar el directori d'origen (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" -msgstr "" +msgstr "El directori de sortida (%s) no és un directori" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "El directori d'origen i el directori de destinació no poden ser idèntics" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "S'està executant Sphinx versió %s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "Aquest projecte almenys necessita Sphinx versió %s i, per tant, no es pot crear amb aquesta versió." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" -msgstr "" +msgstr "es crea el directori de sortida" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" -msgstr "" +msgstr "mentre es configura l'extensió %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "" +msgstr "«setup» 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "s'estan carregant les traduccions [%s]..." -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" -msgstr "" +msgstr "fet" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" -msgstr "" - -#: sphinx/application.py:306 -msgid "loading pickled environment" -msgstr "" +msgstr "no està disponible per a missatges integrats" #: sphinx/application.py:312 +msgid "loading pickled environment" +msgstr "s'està carregant l'entorn preparat" + +#: sphinx/application.py:318 #, python-format msgid "failed: %s" -msgstr "" +msgstr "ha fallat: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" -msgstr "" +msgstr "No s'ha seleccionat cap constructor, s'usa el predeterminat: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" -msgstr "" - -#: sphinx/application.py:362 -msgid "finished with problems" -msgstr "" +msgstr "ha tingut èxit" #: sphinx/application.py:366 +msgid "finished with problems" +msgstr "ha acabat amb problemes" + +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "" +msgstr "construcció %s, %s avís (amb els avisos tractats com a errors)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "" +msgstr "construcció %s, %s avisos (amb els avisos tractats com a errors)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." -msgstr "" - -#: sphinx/application.py:373 -#, python-format -msgid "build %s, %s warnings." -msgstr "" +msgstr "construcció %s, %s avís." #: sphinx/application.py:377 #, python-format -msgid "build %s." -msgstr "" +msgid "build %s, %s warnings." +msgstr "construcció %s, %s avisos." -#: sphinx/application.py:599 +#: sphinx/application.py:381 +#, python-format +msgid "build %s." +msgstr "construcció %s." + +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" -msgstr "" +msgstr "la classe del node %r ja està registrada, els seus visitants seran anul·lats" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" -msgstr "" +msgstr "la directiva %r ja està registrada, s'anul·larà" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" -msgstr "" +msgstr "el rol %r ja està registrat, s'anul·larà" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, 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 "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" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" -msgstr "" +msgstr "l'extensió %s no és segura per a la lectura en paral·lel" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, 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 "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" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" -msgstr "" +msgstr "l'extensió %s no és segura per a l'escriptura en paral·lel" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "s'està executant %s en sèrie" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "el directori de configuració no conté un fitxer conf.py (%s)" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +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)." -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" -msgstr "" - -#: sphinx/config.py:217 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgstr "no s'ha pogut substituir l'ajust de la configuració del diccionari %r, s'ignora (useu %r per a establir elements individuals)" #: sphinx/config.py:222 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" -#: sphinx/config.py:251 +#: sphinx/config.py:227 +#, 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" + +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" -msgstr "" +msgstr "valor de configuració desconegut %r en substituir, s'ignora" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" -msgstr "" +msgstr "Aquest valor de configuració no existeix: %s" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" -msgstr "" +msgstr "El valor de configuració %r ja està present" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" +msgstr "Hi ha un error de sintaxi en el fitxer de configuració: %s\n" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "El fitxer de configuració (o un dels mòduls que s'importen) ha cridat «sys.exit()»" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "Hi ha un error programable en el fitxer de configuració:\n\n%s" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." -msgstr "" - -#: sphinx/config.py:407 -#, python-format -msgid "Section %s" -msgstr "" +msgstr "El valor de configuració «source_suffix» espera una cadena, una llista de cadenes o un diccionari. Però s'ha donat «%r»." #: sphinx/config.py:408 #, python-format -msgid "Fig. %s" -msgstr "" +msgid "Section %s" +msgstr "Secció %s" #: sphinx/config.py:409 #, python-format -msgid "Table %s" -msgstr "" +msgid "Fig. %s" +msgstr "Fig. %s" #: sphinx/config.py:410 #, python-format -msgid "Listing %s" -msgstr "" +msgid "Table %s" +msgstr "Taula %s" -#: sphinx/config.py:447 +#: sphinx/config.py:411 +#, python-format +msgid "Listing %s" +msgstr "Llistat %s" + +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "El valor de configuració «{name}» ha de ser un de {candidates}, però s'ha donat «{current}»." -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." -msgstr "" +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», s'espera {permitted}." #: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», el valor predeterminat és «{default.__name__}»." #: sphinx/config.py:488 #, python-format msgid "primary_domain %r not found, ignored." -msgstr "" +msgstr "no s'ha trobat primary_domain %r, s'ignora." #: sphinx/config.py:500 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." -msgstr "" +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." -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" -msgstr "" +msgstr "L'esdeveniment %r ja està present" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" -msgstr "" +msgstr "Nom desconegut de l'esdeveniment: %s" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" -msgstr "" +msgstr "El gestor %r per a l'esdeveniment %r ha retornat una excepció" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." -msgstr "" +msgstr "L'extensió %s és requerida per la configuració de needs_extensions, però aquesta no està carregada." -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." -msgstr "" +msgstr "Aquest projecte necessita l'extensió %s almenys a la versió %s i per tant no es pot construir amb la versió carregada (%s)." -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" -msgstr "" +msgstr "No es coneix el nom del lexer de pigments %r" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "" +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "No s'ha pogut fer el lèxic literal_block %r com a «%s». S'omet el ressaltat." -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." -msgstr "" +msgstr "s'han trobat múltiples fitxers per al document «%s»: %r\nUseu %r per a la compilació." -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." -msgstr "" +msgstr "el document no es pot llegir. S'ignora." -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "La classe del constructor %s no té cap atribut «name»" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" -msgstr "" +msgstr "El constructor %r ja existeix (al mòdul %s)" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "" +msgstr "El nom del constructor %s no està registrat o disponible a través del punt d'entrada" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "El nom del constructor %s no està registrat" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "el domini %s ja està registrat" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "el domini %s encara no està registrat" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" -msgstr "" +msgstr "La directiva %r ja està registrada al domini %s" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" -msgstr "" +msgstr "El rol %r ja està registrat al domini %s" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" -msgstr "" +msgstr "L'índex %r ja està registrat al domini %s" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "L'object_type %r ja està registrat" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "El crossref_type %r ja està registrat" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r ja està registrat" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "source_parser per a %r ja està registrat" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "L'analitzador de fonts per a %s no registrat" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" -msgstr "" +msgstr "El traductor per a %r ja existeix" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "kwargs per a add_node() haurà de ser una funció (visita, sortida) tupla: %r=%r" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r ja està registrat" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "la representació matemàtica %s ja està registrada" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" +msgstr "l'extensió %r ja es va fusionar amb Sphinx des de la versió %s. Aquesta extensió s'ignorarà." -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" -msgstr "" +msgstr "Excepció original:\n" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "No s'ha pogut importar l'extensió %s" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" -msgstr "" +msgstr "l'extensió %r no té cap funció setup(). És realment un mòdul d'extensions de Sphinx?" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, 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 "L'extensió %s usada per aquest projecte almenys necessita Sphinx versió %s i, per tant, no es pot crear amb aquesta versió." -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" -msgstr "" +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" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgstr "Propostes de millora a Python; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" -msgstr "" +msgstr "número de PEP no vàlid %s" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" -msgstr "" +msgstr "número de RFC no vàlid %s" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgstr "el tema %r no té la configuració «theme»" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" -msgstr "" +msgstr "el tema %r no té la configuració «inherit» (heretat)" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" -msgstr "" +msgstr "no s'ha trobat cap tema anomenat %r, heretat per %r" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgstr "configuració %s. %s no es produeix en cap de les configuracions de temes cercats" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "opció de tema no admesa, s'ha donat %r" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgstr "el fitxer %r en el camí de temes no és un fitxer ZIP valid ni conté cap tema" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" -msgstr "" +msgstr "no s'ha trobat cap tema anomenat %r (manca el theme.conf?)" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s (%s)" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" -msgstr "" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " -msgstr "" +msgstr "s'estan construint [mo]:" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " -msgstr "" +msgstr "s'està escrivint la sortida..." -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" -msgstr "" +msgstr "tots els %d fitxers PO" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" -msgstr "" +msgstr "objectius per als %d fitxers PO que s'han especificat" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" -msgstr "" +msgstr "objectius per als %d fitxers PO que estan desfasats" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" -msgstr "" +msgstr "tots els fitxers font" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " -msgstr "" +msgstr "el fitxer %r proporcionat a la línia d'ordres no existeix, " -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "el fitxer %r proporcionat a la línia d'ordres no es troba sota el directori d'origen, s'ignora" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgstr "el fitxer %r proporcionat a la línia d'ordres no és un document vàlid, s'ignora" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "%d fitxers font proporcionats a la línia d'ordres" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" -msgstr "" +msgstr "els objectius per a %d fitxers font que estan desfasats" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "s'està construint [%s]: " -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " -msgstr "" +msgstr "s'està cercant per fitxers sense actualitzar... " -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" -msgstr "" +msgstr "s'han trobat %d" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" -msgstr "" +msgstr "no se n'ha trobat cap" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" -msgstr "" +msgstr "s'està preparant l'ambient" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" -msgstr "" +msgstr "s'està comprovant la coherència" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." -msgstr "" +msgstr "no hi ha cap objectiu desfasat." -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " -msgstr "" +msgstr "s'està actualitzant l'entorn: " -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" -msgstr "" +msgstr "%s afegits, %s canviats, %s eliminats" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " -msgstr "" +msgstr "s'estan llegint les fonts... " -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" -msgstr "" +msgstr "els docname que s'escriuran: %s" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" -msgstr "" +msgstr "s'estan preparant els documents" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "s'estan copiant els recursos" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" -msgstr "" +msgstr "s'ha trobat una entrada ToC duplicada: %s" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " -msgstr "" +msgstr "s'estan copiant les imatges... " -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" -msgstr "" +msgstr "no s'ha pogut llegir el fitxer d'imatge %r: en el seu lloc, es copia" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" -msgstr "" +msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" -msgstr "" +msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" -msgstr "" +msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." -msgstr "" +msgstr "s'està escrivint un fitxer de tipus MIME..." -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." -msgstr "" +msgstr "s'està escrivint el fitxer META-INF/container.xml..." -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." -msgstr "" +msgstr "s'està escrivint el fitxer content.opf..." -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" -msgstr "" +msgstr "tipus MIME desconegut per a %s, s'ignora" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." -msgstr "" +msgstr "s'està escrivint el fitxer toc.ncx..." -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." -msgstr "" +msgstr "s'està escrivint el fitxer %s..." -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" - -#: sphinx/builders/changes.py:52 -#, python-format -msgid "no changes in version %s." -msgstr "" +msgstr "El fitxer de vista general es troba a %(outdir)s." #: sphinx/builders/changes.py:54 +#, python-format +msgid "no changes in version %s." +msgstr "no hi ha canvis en la versió %s." + +#: sphinx/builders/changes.py:56 msgid "writing summary file..." -msgstr "" +msgstr "s'està escrivint el fitxer de vista general..." -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" -msgstr "Mòduls Interns" +msgstr "Elements incorporats" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Nivell de mòdul" #: sphinx/builders/changes.py:116 msgid "copying source files..." -msgstr "" +msgstr "s'estan copiant els fitxers font..." #: sphinx/builders/changes.py:123 #, python-format msgid "could not read %r for changelog creation" -msgstr "" +msgstr "no s'ha pogut llegir %r per a la creació del registre de canvis" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." -msgstr "" +msgstr "El constructor fictici no genera cap fitxer." -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "El fitxer ePub es troba a %(outdir)s." -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." -msgstr "" +msgstr "s'està escrivint el fitxer nav.xhtml..." -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: sphinx/builders/epub3.py:189 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: sphinx/builders/epub3.py:192 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: sphinx/builders/epub3.py:196 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: sphinx/builders/epub3.py:199 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: sphinx/builders/epub3.py:202 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +msgstr "el valor de configuració «epub_language» (o «language») no pot estar buit per a EPUB3" #: sphinx/builders/epub3.py:205 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +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" #: sphinx/builders/epub3.py:208 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +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" #: sphinx/builders/epub3.py:212 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +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" #: sphinx/builders/epub3.py:215 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +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" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:218 +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" + +#: sphinx/builders/epub3.py:221 +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" + +#: sphinx/builders/epub3.py:224 +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" + +#: sphinx/builders/epub3.py:228 +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" + +#: sphinx/builders/epub3.py:231 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" + +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "css_file no vàlid: %r, s'ignora" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "Els catàlegs de missatges es troben a %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "objectius per a %d fitxers de plantilla" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " -msgstr "" +msgstr "s'estan llegint les plantilles... " -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " -msgstr "" +msgstr "s'estan escrivint els catàlegs de missatges... " -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "Cerqueu qualsevol error a la sortida anterior o en el fitxer %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "enllaç trencat: %s (%s)" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgstr "Ha fallat en compilar expressions regulars a linkcheck_allowed_redirects: %r %s" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "Les pàgines del manual es troben a %(outdir)s." -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +msgstr "no s'ha trobat el valor de configuració «man_pages»: no s'escriuran les pàgines del manual" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" -msgstr "" +msgstr "s'està escrivint" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." -msgstr "" +msgstr "La pàgina HTML es troba a %(outdir)s." -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" -msgstr "" +msgstr "s'està muntant un únic document" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" -msgstr "" +msgstr "s'estan escrivint els fitxers addicionals" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "Els fitxers de Texinfo es troben a %(outdir)s." -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." -msgstr "" +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)." -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "no s'ha trobat el valor de configuració «texinfo_documents»: no s'escriurà cap document" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "El valor de configuració «texinfo_documents» fa referència a un document %s desconegut" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" -msgstr "" +msgstr "s'està processant %s" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." -msgstr "" +msgstr "s'estan resolent les referències..." -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (a " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" -msgstr "" +msgstr "s'estan copiant els fitxers de suport de Texinfo" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" -msgstr "" +msgstr "error en escriure el fitxer Makefile: %s" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "Els fitxers de text es troben a %(outdir)s." -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "error en escriure al fitxer %s: %s" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "Els fitxers en XML es troben a %(outdir)s." -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" -msgstr "" +msgstr "el fitxer d'informació de la compilació està trencat: %r" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "Les pàgines en HTML es troben a %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" -msgstr "" +msgstr "Ha fallat en llegir el fitxer d'informació de la construcció: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgstr "%-d %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" -msgstr "Índex General" +msgstr "Índex general" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "índex" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "següent" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "anterior" #: sphinx/builders/html/__init__.py:694 msgid "generating indices" -msgstr "" +msgstr "s'estan generant els índexs" #: sphinx/builders/html/__init__.py:709 msgid "writing additional pages" -msgstr "" +msgstr "s'estan escrivint les pàgines addicionals" #: sphinx/builders/html/__init__.py:788 msgid "copying downloadable files... " -msgstr "" +msgstr "s'estan copiant els fitxers que es poden baixar... " #: sphinx/builders/html/__init__.py:796 #, python-format msgid "cannot copy downloadable file %r: %s" -msgstr "" +msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" #: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" +msgstr "Ha fallat en copiar un fitxer a html_static_file: %s: %r" #: sphinx/builders/html/__init__.py:862 msgid "copying static files" -msgstr "" +msgstr "s'estan copiant els fitxers estàtics" #: sphinx/builders/html/__init__.py:878 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "no s'ha pogut copiar el fitxer estàtic %r" #: sphinx/builders/html/__init__.py:883 msgid "copying extra files" -msgstr "" +msgstr "s'estan copiant els fitxers addicionals" #: sphinx/builders/html/__init__.py:889 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "no s'ha pogut copiar el fitxer addicional %r" #: sphinx/builders/html/__init__.py:896 #, python-format msgid "Failed to write build info file: %r" -msgstr "" +msgstr "Ha fallat en escriure el fitxer d'informació de la construcció: %r" #: sphinx/builders/html/__init__.py:944 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." -msgstr "" +msgstr "no s'ha pogut carregar l'índex de cerca, i no es construiran tots els documents: l'índex estarà incomplet." #: sphinx/builders/html/__init__.py:1005 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgstr "la pàgina %s coincideix amb dos patrons a html_sidebars: %r i %r" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." -msgstr "" +msgstr "s'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." -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "S'ha produït un error en representar la pàgina %s.\nMotiu: %r" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" -msgstr "" +msgstr "s'està bolcant l'inventari d'objectes" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" -msgstr "" +msgstr "s'està bolcant l'índex de cerca a %s" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "js_file no vàlid: %r, s'ignora" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgstr "S'han enregistrat molts math_renderer. Però no s'ha seleccionat math_renderer." -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "" +msgstr "S'ha donat un math_renderer %r desconegut." -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "" +msgstr "l'entrada html_extra_path %r no existeix" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgstr "l'entrada html_extra_path %r es col·loca dins del directori de sortida" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "" +msgstr "l'entrada html_static_path %r no existeix" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgstr "l'entrada html_static_path %r es col·loca dins del directori de sortida" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "el fitxer de logotip %r no existeix" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "el fitxer icona de web %r no existeix" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" +"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ó)" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s documentació" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "Els fitxers en LaTeX es troben a %(outdir)s." -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +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)." -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "no s'ha trobat el valor de configuració «latex_documents»: no s'escriurà cap document" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Índex" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "Versió" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" -msgstr "" +msgstr "no es coneix l'opció de Babel per a l'idioma %r" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" -msgstr "" +msgstr "s'estan copiant els fitxers de suport de TeX" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." -msgstr "" +msgstr "s'estan copiant els fitxers de suport de TeX..." -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" -msgstr "" +msgstr "s'estan copiant els fitxers addicionals" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" -msgstr "" +msgstr "%r no té la configuració «theme»" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" -msgstr "" +msgstr "%r no té la configuració «%s»" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "Ha fallat en obtenir el docname!" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "Ha fallat en obtenir un docname per a l'origen {source!r}!" + +#: sphinx/builders/latex/transforms.py:476 +#, 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" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" -msgstr "" - -#: sphinx/cmd/build.py:44 -msgid "Interrupted!" -msgstr "" - -#: sphinx/cmd/build.py:46 -msgid "reST markup error:" -msgstr "" +msgstr "S'ha produït una excepció en construir, s'està iniciant el depurador:" #: sphinx/cmd/build.py:52 -msgid "Encoding error:" -msgstr "" +msgid "Interrupted!" +msgstr "S'ha interromput!" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:54 +msgid "reST markup error:" +msgstr "Error de marcatge reST:" + +#: sphinx/cmd/build.py:60 +msgid "Encoding error:" +msgstr "Error de codificació:" + +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." -msgstr "" +msgstr "La traça completa s'ha guardat a %s, si voleu informar del problema als desenvolupadors." -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" -msgstr "" +msgstr "Error de recursivitat:" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 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 "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:" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" -msgstr "" +msgstr "S'ha produït una excepció:" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "Informeu-ho també si es tractava d'un error d'usuari, de manera que la propera vegada es pugui proporcionar un missatge d'error millor." -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "Es pot presentar un informe d'error en el seguidor . Moltes gràcies!" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" -msgstr "" +msgstr "el número de treball hauria de ser un nombre positiu" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." -msgstr "" +msgstr "Per a més informació, visiteu ." -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1238,285 +1242,285 @@ 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 "\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 realitzar\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" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" -msgstr "" - -#: sphinx/cmd/build.py:124 -msgid "path to output directory" -msgstr "" - -#: sphinx/cmd/build.py:126 -msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" - -#: sphinx/cmd/build.py:129 -msgid "general options" -msgstr "" +msgstr "camí cap als fitxers font de la documentació" #: sphinx/cmd/build.py:132 -msgid "builder to use (default: html)" -msgstr "" +msgid "path to output directory" +msgstr "camí cap al directori de sortida" #: sphinx/cmd/build.py:134 -msgid "write all files (default: only write new and changed files)" -msgstr "" +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "una llista de fitxers específics que s'han de reconstruir. S'ignorarà si s'especifica -a" #: sphinx/cmd/build.py:137 -msgid "don't use a saved environment, always read all files" -msgstr "" +msgid "general options" +msgstr "opcions generals" #: sphinx/cmd/build.py:140 +msgid "builder to use (default: html)" +msgstr "constructor que s'usarà (predeterminat: html)" + +#: sphinx/cmd/build.py:142 +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)" + +#: sphinx/cmd/build.py:145 +msgid "don't use a saved environment, always read all files" +msgstr "no usar un entorn desat, llegeix sempre tots els fitxers" + +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "camí per a l'entorn en la memòria cau i els fitxers doctree (predeterminat: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "construeix en paral·lel amb N processos quan sigui possible (el valor especial «auto» estableix N al recompte de CPU)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" - -#: sphinx/cmd/build.py:150 -msgid "use no config file at all, only -D options" -msgstr "" - -#: sphinx/cmd/build.py:153 -msgid "override a setting in configuration file" -msgstr "" - -#: sphinx/cmd/build.py:156 -msgid "pass a value into HTML templates" -msgstr "" +msgstr "camí on es troba el fitxer de configuració (conf.py) (predeterminat: igual que el SOURCEDIR)" #: sphinx/cmd/build.py:159 +msgid "use no config file at all, only -D options" +msgstr "no usar cap fitxer de configuració, només les opcions -D" + +#: sphinx/cmd/build.py:162 +msgid "override a setting in configuration file" +msgstr "superposa una configuració en el fitxer de configuració" + +#: sphinx/cmd/build.py:165 +msgid "pass a value into HTML templates" +msgstr "passa un valor a les plantilles HTML" + +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" - -#: sphinx/cmd/build.py:161 -msgid "nit-picky mode, warn about all missing references" -msgstr "" - -#: sphinx/cmd/build.py:164 -msgid "console output options" -msgstr "" - -#: sphinx/cmd/build.py:166 -msgid "increase verbosity (can be repeated)" -msgstr "" - -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "defineix l'etiqueta: inclou blocs «only» amb TAG" #: sphinx/cmd/build.py:170 -msgid "no output at all, not even warnings" -msgstr "" +msgid "nit-picky mode, warn about all missing references" +msgstr "Mode exhaustiu, adverteix sobre totes les referències que manquen" #: sphinx/cmd/build.py:173 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgid "console output options" +msgstr "opcions de sortida de la consola" -#: sphinx/cmd/build.py:176 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: sphinx/cmd/build.py:175 +msgid "increase verbosity (can be repeated)" +msgstr "augmenta la loquacitat (es pot repetir)" + +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 +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" #: sphinx/cmd/build.py:179 -msgid "write warnings (and errors) to given file" -msgstr "" +msgid "no output at all, not even warnings" +msgstr "sense sortida, ni tan sols els avisos" -#: sphinx/cmd/build.py:181 -msgid "turn warnings into errors" -msgstr "" - -#: sphinx/cmd/build.py:183 -msgid "with -W, keep going when getting warnings" -msgstr "" +#: sphinx/cmd/build.py:182 +msgid "do emit colored output (default: auto-detect)" +msgstr "emet una sortida amb colors (predeterminada: detecció automàtica)" #: sphinx/cmd/build.py:185 +msgid "do not emit colored output (default: auto-detect)" +msgstr "no emetre una sortida amb colors (predeterminada: detecció automàtica)" + +#: sphinx/cmd/build.py:188 +msgid "write warnings (and errors) to given file" +msgstr "escriviu els avisos (i errors) al fitxer indicat" + +#: sphinx/cmd/build.py:190 +msgid "turn warnings into errors" +msgstr "converteix els avisos en errors" + +#: sphinx/cmd/build.py:192 +msgid "with -W, keep going when getting warnings" +msgstr "amb -w, se seguirà endavant quan es rebin avisos" + +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" -msgstr "" +msgstr "mostra la traça completa en excepció" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" -msgstr "" +msgstr "executa Pdb en excepció" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "no es pot combinar l'opció -a i els noms de fitxer" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "no s'ha pogut obrir el fitxer d'avisos %r: %s" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "l'argument de l'opció -D haurà d'estar en la forma «nom=valor»" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" -msgstr "" - -#: sphinx/cmd/quickstart.py:38 -msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "l'argument de l'opció -A haurà d'estar en la forma «nom=valor»" #: sphinx/cmd/quickstart.py:39 -msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgid "automatically insert docstrings from modules" +msgstr "insereix automàticament les docstring des dels mòduls" #: sphinx/cmd/quickstart.py:40 -msgid "link between Sphinx documentation of different projects" -msgstr "" +msgid "automatically test code snippets in doctest blocks" +msgstr "prova automàticament els fragments de codi en els blocs doctest" #: sphinx/cmd/quickstart.py:41 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgid "link between Sphinx documentation of different projects" +msgstr "enllaç entre la documentació de Sphinx de projectes diferents" #: sphinx/cmd/quickstart.py:42 -msgid "checks for documentation coverage" -msgstr "" +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ó" #: sphinx/cmd/quickstart.py:43 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgid "checks for documentation coverage" +msgstr "comprovacions per a la cobertura de la documentació" #: sphinx/cmd/quickstart.py:44 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgid "include math, rendered as PNG or SVG images" +msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" #: sphinx/cmd/quickstart.py:45 -msgid "conditional inclusion of content based on config values" -msgstr "" +msgid "include math, rendered in the browser by MathJax" +msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" #: sphinx/cmd/quickstart.py:46 -msgid "include links to the source code of documented Python objects" -msgstr "" +msgid "conditional inclusion of content based on config values" +msgstr "inclusió condicional de contingut basat en els valors de la configuració" #: sphinx/cmd/quickstart.py:47 +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" + +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "crea un fitxer .nojekyll per a publicar el document a les pàgines de GitHub" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." -msgstr "" +msgstr "Si us plau, introduïu un nom de camí vàlid." -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." -msgstr "" +msgstr "Si us plau, introduïu algun text." -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "Si us plau, introduïu un dels %s." -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Si us plau, introduïu qualsevol de «y» o «n»." -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "Si us plau, introduïu un sufix de fitxer, p. ex., «.rst» o «.txt»." -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Us donem la benvinguda a la utilitat d'inici ràpid de Sphinx %s." -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "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)." -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" -msgstr "" +msgstr "Camí arrel seleccionat: %s" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." -msgstr "" +msgstr "Introduïu la camí arrel per a la documentació." -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" -msgstr "" +msgstr "Camí arrel per a la documentació" + +#: sphinx/cmd/quickstart.py:222 +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." #: sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." #: sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" - -#: sphinx/cmd/quickstart.py:228 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "Introduïu un camí arrel nou (o premeu «Retorn» per a sortir)" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "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." -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "Separa els directoris «source» i «build» (s/n)" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "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." -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "Prefix de nom per als directoris «templates» i «static»" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "El nom del projecte apareixerà en diversos llocs de la documentació construïda." + +#: sphinx/cmd/quickstart.py:248 +msgid "Project name" +msgstr "Nom del projecte" #: sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "" - -#: sphinx/cmd/quickstart.py:252 msgid "Author name(s)" -msgstr "" +msgstr "Noms dels autors" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "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." + +#: sphinx/cmd/quickstart.py:259 +msgid "Project version" +msgstr "Versió del projecte" #: sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "" - -#: sphinx/cmd/quickstart.py:263 msgid "Project release" -msgstr "" +msgstr "Llançament del projecte" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1524,21 +1528,21 @@ msgid "" "\n" "For a list of supported codes, see\n" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" +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." #: sphinx/cmd/quickstart.py:273 msgid "Project language" -msgstr "" +msgstr "Idioma del projecte" #: sphinx/cmd/quickstart.py:279 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "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." #: sphinx/cmd/quickstart.py:281 msgid "Source file suffix" -msgstr "" +msgstr "Sufix del fitxer font" #: sphinx/cmd/quickstart.py:285 msgid "" @@ -1546,91 +1550,91 @@ msgid "" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "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." #: sphinx/cmd/quickstart.py:289 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "Nom del document mestre (sense sufix)" #: sphinx/cmd/quickstart.py:294 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "Error: el fitxer mestre %s ja es troba en el camí arrel seleccionat." #: sphinx/cmd/quickstart.py:296 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." #: sphinx/cmd/quickstart.py:298 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "Introduïu un nom de fitxer nou o canvieu-ne el nom i premeu «Retorn»" #: sphinx/cmd/quickstart.py:302 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "Indiqueu quines de les extensions següents de Sphinx haurien d'estar habilitades:" #: sphinx/cmd/quickstart.py:310 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "Nota: «imgmath» i «mathjax» no es poden habilitar alhora. «imgmath» ha estat desseleccionat." #: sphinx/cmd/quickstart.py:316 msgid "" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "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»." #: sphinx/cmd/quickstart.py:319 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "Voleu crear el Makefile? (s/n)" #: sphinx/cmd/quickstart.py:322 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "S'està creant el fitxer %s." -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "El fitxer %s ja existeix, se salta." #: sphinx/cmd/quickstart.py:413 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "Finalitzat: s'ha creat una estructura inicial del directori." #: sphinx/cmd/quickstart.py:415 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "Ara heu de completar el fitxer mestre %s i crear altres fitxers font de documentació. " #: sphinx/cmd/quickstart.py:418 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" -msgstr "" +msgstr "Useu el Makefile per a construir els documents, com segueix:\n make builder" #: sphinx/cmd/quickstart.py:421 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" -msgstr "" +msgstr "Useu l'ordre «sphinx-build» per a construir els documents, com segueix:\n sphinx-build -b constructor %s %s" #: sphinx/cmd/quickstart.py:423 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." -msgstr "" +msgstr "on «constructor» és un dels constructors admesos, p. ex., html, latex o linkcheck." #: sphinx/cmd/quickstart.py:458 msgid "" @@ -1640,806 +1644,780 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\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" #: sphinx/cmd/quickstart.py:473 msgid "quiet mode" -msgstr "" +msgstr "mode silenciós" #: sphinx/cmd/quickstart.py:478 msgid "project root" -msgstr "" +msgstr "arrel del projecte" #: sphinx/cmd/quickstart.py:480 msgid "Structure options" -msgstr "" +msgstr "Opcions de l'estructura" #: sphinx/cmd/quickstart.py:482 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" #: sphinx/cmd/quickstart.py:484 msgid "if specified, create build dir under source dir" -msgstr "" +msgstr "Si s'especifica, se crearà el directori de construcció a dins del directori d'origen" #: sphinx/cmd/quickstart.py:486 msgid "replacement for dot in _templates etc." -msgstr "" +msgstr "substitució per a punts a _templates, etc." #: sphinx/cmd/quickstart.py:488 msgid "Project basic options" -msgstr "" +msgstr "Opcions bàsiques del projecte" #: sphinx/cmd/quickstart.py:490 msgid "project name" -msgstr "" +msgstr "nom del projecte" #: sphinx/cmd/quickstart.py:492 msgid "author names" -msgstr "" +msgstr "noms dels autors" #: sphinx/cmd/quickstart.py:494 msgid "version of project" -msgstr "" +msgstr "versió del projecte" #: sphinx/cmd/quickstart.py:496 msgid "release of project" -msgstr "" +msgstr "llançament del projecte" #: sphinx/cmd/quickstart.py:498 msgid "document language" -msgstr "" +msgstr "idioma del document" #: sphinx/cmd/quickstart.py:500 msgid "source file suffix" -msgstr "" +msgstr "sufix del fitxer font" #: sphinx/cmd/quickstart.py:502 msgid "master document name" -msgstr "" +msgstr "nom del document mestre" #: sphinx/cmd/quickstart.py:504 msgid "use epub" -msgstr "" +msgstr "usa epub" #: sphinx/cmd/quickstart.py:506 msgid "Extension options" -msgstr "" +msgstr "Opcions de l'extensió" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "habilita l'extensió %s" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" -msgstr "" +msgstr "habilita les extensions arbitràries" #: sphinx/cmd/quickstart.py:514 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "Creació dels fitxers Makefile i de processament per lots" #: sphinx/cmd/quickstart.py:516 msgid "create makefile" -msgstr "" +msgstr "es crea el Makefile" #: sphinx/cmd/quickstart.py:518 msgid "do not create makefile" -msgstr "" +msgstr "no es crea el Makefile" #: sphinx/cmd/quickstart.py:520 msgid "create batchfile" -msgstr "" +msgstr "es crea el fitxer de processament per lots" #: sphinx/cmd/quickstart.py:523 msgid "do not create batchfile" -msgstr "" +msgstr "no es crea el fitxer de processament per lots" #: sphinx/cmd/quickstart.py:526 msgid "use make-mode for Makefile/make.bat" -msgstr "" +msgstr "usa el mode make per a Makefile/make.bat" #: sphinx/cmd/quickstart.py:529 msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "no usis el mode make per a Makefile/make.bat" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" -msgstr "" +msgstr "Plantilles de projecte" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" -msgstr "" +msgstr "directori de plantilles per als fitxers de plantilla" #: sphinx/cmd/quickstart.py:537 msgid "define a template variable" -msgstr "" +msgstr "defineix una variable de plantilla" #: sphinx/cmd/quickstart.py:570 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "s'especifica «quiet», però no s'especifica cap «project» o «author»." #: sphinx/cmd/quickstart.py:584 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "Error: el camí especificat no és un directori o ja hi ha els fitxers d'Sphinx." #: sphinx/cmd/quickstart.py:586 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "«sphinx-quickstart» només generarà dins d'un directori buit. Especifiqueu un camí arrel nou." #: sphinx/cmd/quickstart.py:601 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "Variable no vàlida de plantilla: %s" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" -msgstr "" +msgstr "cap espai en blanc eliminat en disminuir el sagnat" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" -msgstr "" +msgstr "Subtítol no vàlid: %s" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "l'especificació del número de línia queda fora de l'interval (1-%d): %r" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: sphinx/directives/code.py:216 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "" +msgstr "No es poden usar ambdues opcions «%s» i «%s»" #: sphinx/directives/code.py:219 #, 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" + +#: sphinx/directives/code.py:222 +#, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" -msgstr "" +msgstr "La codificació %r usada per a la lectura del fitxer inclòs %r sembla estar malament, intenteu donar una opció :encoding:" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "L'objecte anomenat %r no es troba en el fitxer inclòs %r" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgstr "No podeu usar «lineno-match» amb un conjunt desarticulat de «línies»" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgstr "Línia específica %r: No hi ha cap línia llançada des del fitxer inclòs %r" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgstr "El patró global toctree %r no coincideix amb cap document" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" -msgstr "" +msgstr "el toctree conté una referència cap al document exclòs %r" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "el toctree conté una referència cap al document %r, el qual no existeix" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" -msgstr "" +msgstr "s'ha trobat una entrada duplicada en el toctree: %s" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "Autor de la secció:" -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "Autor del mòdul: " -#: sphinx/directives/other.py:176 -msgid "Code author: " -msgstr "" - #: sphinx/directives/other.py:178 +msgid "Code author: " +msgstr "Autor del codi: " + +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "Autor: " -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" -msgstr "" +msgstr ".. el contingut dels reconeixements no és una llista" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" -msgstr "" +msgstr ".. el contingut de l'historial no és una llista" -#: sphinx/directives/patches.py:109 +#: 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 "" +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." -#: sphinx/domains/__init__.py:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" -msgstr "" +msgstr "%s %s" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." -msgstr "" +msgstr "Declaració de C duplicada, també definida a %s:%s.\nLa declaració és «.. c:%s:: %s»." -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" -msgstr "" +msgstr "%s (C %s)" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Paràmetres" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" -msgstr "" +msgstr "Valors retornats" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tipus de retorn" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membre" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" -msgstr "" +msgstr "estructura" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" -msgstr "" +msgstr "unió" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" -msgstr "" +msgstr "enumera" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" -msgstr "" +msgstr "numerador" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipus" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" -msgstr "" +msgstr "paràmetre de la funció" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "Novetat de la versió %s" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "Canviat a la versió %s" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "Obsolet desde la versió %s" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "citació duplicada %s, una altra instància a %s" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "No es fa referència a la citació [%s]." -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." -msgstr "" +msgstr "Declaració de C** duplicada, també definida a %s:%s.\nLa declaració és «.. cpp:%s:: %s»." -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" -msgstr "" +msgstr "Paràmetres de la plantilla" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" -msgstr "" +msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" -msgstr "" +msgstr "Llançaments" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" -msgstr "class" +msgstr "classe" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" -msgstr "" +msgstr "concepte" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" -msgstr "" +msgstr "paràmetre de la plantilla" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funció interna)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" -msgstr "%s() (class)" +msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" -msgstr "" +msgstr "%s (variable global o constant)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" -msgstr "" +msgstr "Arguments" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" -msgstr "" +msgstr "mètode" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" -msgstr "" +msgstr "dades" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "mòdul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +msgstr "descripció %s duplicada de %s, una altra %s a %s" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" -msgstr "" +msgstr "etiqueta duplicada de l'equació %s, una altra instància a %s" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "math_eqref_format no vàlid: %r" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "paraula clau" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "operador" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "objecte" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "excepció" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "sentència" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "funció interna" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" -msgstr "" +msgstr "Variables" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Llença" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (al mòdul %s)" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (al mòdul %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable interna)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" -msgstr "%s (class a %s)" +msgstr "%s (classe a %s)" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" -msgstr "" +msgstr "%s() (mètode de classe %s)" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (mètode estàtic %s)" -#: sphinx/domains/python.py:1129 -msgid "Python Module Index" -msgstr "" +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "%s (propietat %s)" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1371 +msgid "Python Module Index" +msgstr "Índex de mòduls en Python" + +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "mòduls" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Obsolet" -#: sphinx/domains/python.py:1205 -msgid "class method" -msgstr "" +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "excepció" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1447 +msgid "class method" +msgstr "mètode de classe" + +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "mètode estàtic" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" -msgstr "" +msgstr "propietat" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" -msgstr "" +msgstr "descripció duplicada de l'objecte de %s, una altra instància a %s, useu :noindex: per a un d'ells" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgstr "s'ha trobat més d'un objectiu per a la referència creuada %r: %s" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (obsolet)" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" -msgstr "" +msgstr "%s (directiva)" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" -msgstr "" +msgstr ":%s: (opció de la directiva)" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" -msgstr "" +msgstr "%s (rol)" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" -msgstr "" +msgstr "directiva" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" -msgstr "" +msgstr "opció_de_la_directiva" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" -msgstr "" +msgstr "rol" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgstr "descripció duplicada del %s %s, una altra instància a %s" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variable d'entorn; %s" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgstr "Descripció de l'opció amb format incorrecte %r, s'ha de veure com «opt», «-opt args», «--opt args», «/opt args» o «+opt args»" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" -msgstr "" +msgstr "opció de la línia d'ordres %s" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" -msgstr "" +msgstr "opció de la línia d'ordres" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" -msgstr "" +msgstr "el terme del glossari ha d'estar precedit per una línia buida" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" -msgstr "" +msgstr "els termes del glossari no han d'estar separats per línies buides" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" -msgstr "" +msgstr "el glossari sembla estar mal formatat, verifiqueu el sagnat" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" -msgstr "" +msgstr "terme del glossari" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" -msgstr "" +msgstr "gramàtica simbòlica" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" -msgstr "" +msgstr "etiqueta de referència" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variable d'entorn" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" -msgstr "" +msgstr "opció del programa" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" -msgstr "" +msgstr "document" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" -msgstr "Índex de Mòduls" +msgstr "Índex de mòduls" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" -msgstr "Pàgina de Cerca" +msgstr "Pàgina de cerca" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "etiqueta duplicada %s, una altra instància a %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgstr "descripció %s duplicada del s %s, una altra instància a %s" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgstr "«numfig» està desactivat. :numref: s'ignora." -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgstr "Ha fallat en crear una referència creuada. No s'assigna cap número: %s" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "l'enllaç no té cap subtítol: %s" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgstr "numfig_format no vàlid: %s (%r)" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" -msgstr "" +msgstr "numfig_format no vàlid: %s" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" -msgstr "" +msgstr "etiqueta sense definir: %r" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgstr "Ha fallat en crear una referència creuada. No es troba un títol o subtítol: %r" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" -msgstr "" +msgstr "configuració nova" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" -msgstr "" +msgstr "configuració modificada" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" -msgstr "" +msgstr "extensions modificades" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" -msgstr "" +msgstr "la versió de l'entorn de compilació no és actual" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" -msgstr "" +msgstr "el directori d'origen ha estat modificat" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." -msgstr "" +msgstr "Aquest entorn és incompatible amb el constructor seleccionat, trieu un altre directori doctree." -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" -msgstr "" +msgstr "Ha fallat en escanejar els documents a %s: %r" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "El domini %r no està registrat" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" -msgstr "" +msgstr "el document no està inclòs en cap toctree" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "vegeu %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "vegeu també %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "tipus d'entrada %r amb un índex desconegut" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" -msgstr "" +msgstr "Símbols" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" -msgstr "" +msgstr "el toctree conté una referència cap al document %r, el qual no conté un títol: no es generarà cap enllaç" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" -msgstr "" +msgstr "el toctree conté una referència cap a un document no inclòs %r" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "el fitxer d'imatge no es pot llegir: %s" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "el fitxer d'imatge %s no es pot llegir: %s" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" -msgstr "" +msgstr "el fitxer de baixada no es pot llegir: %s" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." -msgstr "" +msgstr "S'hauria de crear el fitxer %s." -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2449,230 +2427,216 @@ msgid "" "excluded from generation.\n" "\n" "Note: By default this script will not overwrite already created files." -msgstr "" +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/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" -msgstr "" +msgstr "camí cap al mòdul que es documenta" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +msgstr "fitxer d'estil fnmatch i/o patrons de directori que s'exclouran de la generació" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" -msgstr "" +msgstr "directori per a col·locar tota la sortida" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "profunditat màxima dels submòduls que es mostraran a la TOC (predeterminada: 4)" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" -msgstr "" +msgstr "sobreescriu els fitxers existents" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." -msgstr "" +msgstr "seguir els enllaços simbòlics. Potent quan es combina amb el paquet collective.recipe.omelette." -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" -msgstr "" +msgstr "executa l'script sense crear els fitxers" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" -msgstr "" +msgstr "posa la documentació per a cada mòdul a la seva pròpia pàgina" + +#: sphinx/ext/apidoc.py:341 +msgid "include \"_private\" modules" +msgstr "inclou «_private» en els mòduls" + +#: sphinx/ext/apidoc.py:343 +msgid "filename of table of contents (default: modules)" +msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" #: sphinx/ext/apidoc.py:345 -msgid "include \"_private\" modules" -msgstr "" - -#: sphinx/ext/apidoc.py:347 -msgid "filename of table of contents (default: modules)" -msgstr "" - -#: sphinx/ext/apidoc.py:349 msgid "don't create a table of contents file" -msgstr "" +msgstr "no crea un fitxer de taula de contingut" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" -msgstr "" +msgstr "no crea capçaleres per als paquets del mòdul/paquet (p. ex., quan les cadenes de documentació ja les contenen)" + +#: sphinx/ext/apidoc.py:353 +msgid "put module documentation before submodule documentation" +msgstr "posa la documentació del mòdul abans de la documentació del submòdul" #: sphinx/ext/apidoc.py:357 -msgid "put module documentation before submodule documentation" -msgstr "" - -#: sphinx/ext/apidoc.py:361 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" -msgstr "" +msgstr "interpreta els camins dels mòduls segons l'especificació d'espais de noms implícits al PEP-0420" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" -msgstr "" +msgstr "sufix del fitxer (predeterminat: rst)" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "genera un projecte complet amb «sphinx-quickstart»" + +#: sphinx/ext/apidoc.py:366 +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" + +#: sphinx/ext/apidoc.py:368 +msgid "project name (default: root module name)" +msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" #: sphinx/ext/apidoc.py:370 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +msgid "project author(s), used when --full is given" +msgstr "autors del projecte, s'usa quan s'indica el paràmetre --full" #: sphinx/ext/apidoc.py:372 -msgid "project name (default: root module name)" -msgstr "" +msgid "project version, used when --full is given" +msgstr "versió del projecte, s'usa quan s'indica el paràmetre --full" #: sphinx/ext/apidoc.py:374 -msgid "project author(s), used when --full is given" -msgstr "" - -#: sphinx/ext/apidoc.py:376 -msgid "project version, used when --full is given" -msgstr "" - -#: sphinx/ext/apidoc.py:378 msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +msgstr "llançament del projecte, s'usa quan s'indica el paràmetre --full" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" -msgstr "" +msgstr "opcions de l'extensió" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s no és cap directori." -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgstr "la secció «%s» s'etiqueta com a «%s»" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "expressions regulars no vàlides %r a %s" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." -msgstr "" +msgstr "Proves de cobertura en les fonts acabades, mireu el resultat a %(outdir)spython.txt." -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "expressions regulars no vàlides %r a coverage_c_regexes" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "el mòdul %s no s'ha pogut importar: %s" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" -msgstr "" +msgstr "funció de Python sense documentar: %s :: %s" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" -msgstr "" +msgstr "classe de Python sense documentar: %s :: %s" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgstr "mètode de Python sense documentar: %s :: %s :: %s" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgstr "manca «+» o «-» a l'opció «%s»." -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." -msgstr "" +msgstr "«%s» no és una opció vàlida." -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" -msgstr "" +msgstr "«%s» no és una opció pyversion vàlida" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" -msgstr "" +msgstr "tipus de TestCode no vàlid" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." -msgstr "" +msgstr "Proves de doctests en les fonts acabades, mireu el resultat a %(outdir)s/output.txt." -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" -msgstr "" +msgstr "no hi ha codi/sortida en el bloc %s a %s:%s" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" -msgstr "" +msgstr "s'ignora el codi doctest no vàlid: %r" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" -msgstr "" +msgstr "==================== durades de lectura més lentes =====================" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +msgstr "l'enllaç codificat %r podria substituir-se per un enllaç extern (en el seu lloc intenteu usar %r)" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" +msgstr "La directiva del Graphviz no pot tenir tant el contingut com un argument del nom de fitxer" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgstr "El fitxer extern %r del Graphviz no s'ha trobat ni es pot llegir" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." -msgstr "" +msgstr "S'està ignorant la directiva «graphviz» sense contingut." -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2680,16 +2644,16 @@ msgid "" "%r\n" "[stdout]\n" "%r" -msgstr "" +msgstr "«dot» no ha produït un fitxer de sortida:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" -msgstr "" +msgstr "l'ordre «dot» %r no s'ha pogut executar (necessària per a la sortida del Graphviz), comproveu la configuració de graphviz_dot" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2697,37 +2661,37 @@ msgid "" "%r\n" "[stdout]\n" "%r" -msgstr "" +msgstr "«dot» ha sortit amb un error:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "" +msgstr "graphviz_output_format haurà de ser un de «png» o «svg», però és %r" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "codi del «dot» %r: %s" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" -msgstr "" +msgstr "[gràfica: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" -msgstr "" +msgstr "[gràfica]" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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 "" +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" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2735,343 +2699,343 @@ msgid "" "%r\n" "[stdout]\n" "%r" -msgstr "" +msgstr "«convert» ha sortit amb un error:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" +msgstr "l'ordre «convert» %r no s'ha pogut executar, comproveu la configuració d'image_converter" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" -msgstr "" +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" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" -msgstr "" +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 " -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" -msgstr "" +msgstr "visualització de latex %r: %s" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" -msgstr "" +msgstr "latex inclòs %r: %s" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" -msgstr "" +msgstr "Enllaç permanent a aquest equació" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgstr "l'inventari intersphinx s'ha mogut: %s -> %s" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." -msgstr "" +msgstr "s'està carregant l'inventari intersphinx des de %s..." -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" -msgstr "" +msgstr "s'han trobat alguns problemes amb alguns dels inventaris, però tenien alternatives funcionals:" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +msgstr "s'ha fallat en arribar a cap dels inventaris amb els problemes següents:" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" -msgstr "" +msgstr "(a %s versió %s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" -msgstr "" +msgstr "(a %s)" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" -msgstr "" +msgstr "no es troba l'inventari per a la referència creuada externa: %s" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" -msgstr "" +msgstr "no es troba el rol per a la referència creuada externa: %s" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" -msgstr "" +msgstr "%s externa: no es troba la destinació de la referència %s: %s" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgstr "l'identificador %r d'intersphinx no és una cadena. S'ignora" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "" +msgstr "Ha fallat en llegir intersphinx_mapping[%s], s'ignora: %r" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" -msgstr "" +msgstr "[font]" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" -msgstr "Pendent" +msgstr "Tasca pendent" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" -msgstr "" - -#: sphinx/ext/todo.py:153 -msgid "<>" -msgstr "" +msgstr "S'ha trobat una entrada TODO: %s" #: sphinx/ext/todo.py:155 +msgid "<>" +msgstr "<>" + +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" -msgstr "" +msgstr "(L'<> es troba a %s, línia %d)." -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" -msgstr "" +msgstr "entrada original" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " -msgstr "" +msgstr "s'està ressaltant el codi del mòdul... " -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" -msgstr "" +msgstr "[documents]" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" -msgstr "" +msgstr "Codi del mòdul" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" -msgstr "" - -#: sphinx/ext/viewcode.py:314 -msgid "Overview: module code" -msgstr "" +msgstr "

Codi font per a %s

" #: sphinx/ext/viewcode.py:315 -msgid "

All modules for which code is available

" -msgstr "" +msgid "Overview: module code" +msgstr "Vista general: codi del mòdul" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/viewcode.py:316 +msgid "

All modules for which code is available

" +msgstr "

Tots els mòduls per als quals hi ha codi

" + +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" -msgstr "" +msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgstr "valor no vàlid per a l'opció des de la documentació de classes: %s" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "signatura no vàlida per a auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "error mentre es donava format als arguments per a %s: %s" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" +msgstr "autodoc: ha fallat en determinar %s. %s (%r) que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" -#: sphinx/ext/autodoc/__init__.py:876 +#: 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 "" +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)" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" -msgstr "" +msgstr "S'ha detectat un objecte simulat: %r" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" -msgstr "" +msgstr "error mentre es donava format a la signatura per a %s: %s" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "«::» en el nom de l'automodule no té sentit" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgstr "arguments de signatura o anotació de retorn indicats per a automodule %s" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" -msgstr "" +msgstr "__all__ ha de ser una llista de cadenes, no %r (en el mòdul %s) -s'ignora __all__-" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +msgstr "manca l'atribut esmentat a l'opció :members:: mòdul %s, atribut %s" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" -msgstr "" +msgstr "Ha fallat en obtenir una signatura de funció per a %s: %s" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgstr "Ha fallat en obtenir un constructor de funció per a %s: %s" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" -msgstr "" +msgstr "Bases: %s" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "manca l'atribut %s a l'objecte %s" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" -msgstr "" +msgstr "àlies de %s" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" -msgstr "" +msgstr "àlies de TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" -msgstr "" +msgstr "Ha fallat en obtenir una signatura de mètode per a %s: %s" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgstr "Ha fallat en analitzar un valor d'argument predeterminat per a %r: %s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgstr "Ha fallat en actualitzar la signatura per a %r: no es troba el paràmetre: %s" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgstr "Ha fallat en analitzar type_comment per a %r: %s" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgstr "referències autosummary excloses del document %r. S'ignora." -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." -msgstr "" +msgstr "autosummary: no s'ha trobat el fitxer stub %r. Verifiqueu la vostra configuració autosummary_generate." -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +msgstr "Un resum automàtic amb subtítols requereix l'opció :toctree:. S'ignora." -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "autosummary: ha fallat en importar %s.\nPossibles pistes:\n%s" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" -msgstr "" +msgstr "ha fallat en analitzar el nom %s" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" -msgstr "" +msgstr "ha fallat en importar l'objecte %s" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" -msgstr "" +msgstr "autosummary_generate: no s'ha trobat el fitxer: %s" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." -msgstr "" +msgstr "autosummary genera els fitxers .rst internament. Però el vostre source_suffix no en conté. S'omet." -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" -msgstr "" +msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[autosummary] s'està generant autosummary per a: %s" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[autosummary] s'està escrivint a %s" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3084,189 +3048,190 @@ msgid "" "``sphinx.ext.autosummary`` Python module and can be read using::\n" "\n" " pydoc sphinx.ext.autosummary\n" -msgstr "" +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" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" -msgstr "" +msgstr "fitxers font per a generar els fitxers rST per a" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" -msgstr "" +msgstr "directori per a col·locar tota la sortida a" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "document de membres importats (predeterminat: %(default)s)" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" -msgstr "" +msgstr "documenta exactament els membres en l'atribut __all__ del mòdul. (predeterminat: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" -msgstr "" +msgstr "Arguments de paraules clau" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" -msgstr "" +msgstr "Exemple" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" -msgstr "" +msgstr "Exemples" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" -msgstr "" +msgstr "Notes" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" -msgstr "" - -#: sphinx/ext/napoleon/docstring.py:778 -msgid "Receives" -msgstr "" +msgstr "Altres paràmetres" #: sphinx/ext/napoleon/docstring.py:782 -msgid "References" -msgstr "" +msgid "Receives" +msgstr "Rebudes" -#: sphinx/ext/napoleon/docstring.py:814 -msgid "Warns" -msgstr "" +#: sphinx/ext/napoleon/docstring.py:786 +msgid "References" +msgstr "Referències" #: sphinx/ext/napoleon/docstring.py:818 -msgid "Yields" -msgstr "" +msgid "Warns" +msgstr "Avisos" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:822 +msgid "Yields" +msgstr "Rendiments" + +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgstr "conjunt de valors no vàlid (manca el claudàtor de tancament): %s" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgstr "conjunt de valors no vàlid (manca el claudàtor d'obertura): %s" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgstr "Cadena incorrecta literal (manquen les cometes de tancament): %s" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" -msgstr "" +msgstr "Cadena incorrecta literal (manquen les cometes d'obertura): %s" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Atenció" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Compte" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Perill" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Error" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Suggerència" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Vegeu també" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Truc" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Avís" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "ve de la pàgina anterior" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" -msgstr "" +msgstr "continua a la pàgina següent" #: sphinx/templates/latex/sphinxmessages.sty_t:10 msgid "Non-alphabetical" -msgstr "" +msgstr "No alfabètic" #: sphinx/templates/latex/sphinxmessages.sty_t:12 msgid "Numbers" -msgstr "" +msgstr "Números" #: sphinx/templates/latex/sphinxmessages.sty_t:13 msgid "page" -msgstr "" +msgstr "pàgina" #: 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 "" +msgstr "Taula de continguts" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Cerca" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ves a" #: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" -msgstr "Mostra Codi Font" +msgstr "Mostra el codi font" #: sphinx/themes/basic/defindex.html:11 msgid "Overview" -msgstr "Resum" +msgstr "Vista general" #: sphinx/themes/basic/defindex.html:15 msgid "Welcome! This is" -msgstr "" +msgstr "Us donem la benvinguda! Això és" #: sphinx/themes/basic/defindex.html:16 msgid "the documentation for" -msgstr "" +msgstr "la documentació per a" #: sphinx/themes/basic/defindex.html:17 msgid "last updated" -msgstr "" +msgstr "darrera actualització" #: sphinx/themes/basic/defindex.html:20 msgid "Indices and tables:" @@ -3274,7 +3239,7 @@ msgstr "Índexs i taules:" #: sphinx/themes/basic/defindex.html:23 msgid "Complete Table of Contents" -msgstr "Taula de Contingut Completa" +msgstr "Taula de contingut completa" #: sphinx/themes/basic/defindex.html:24 msgid "lists all sections and subsections" @@ -3286,7 +3251,7 @@ msgstr "cerca aquesta documentació" #: sphinx/themes/basic/defindex.html:28 msgid "Global Module Index" -msgstr "Índex Global de Mòduls" +msgstr "Índex global de mòduls" #: sphinx/themes/basic/defindex.html:29 msgid "quick access to all modules" @@ -3299,7 +3264,7 @@ msgstr "totes les funcions, classes, termes" #: sphinx/themes/basic/genindex-single.html:33 #, python-format msgid "Index – %(key)s" -msgstr "Índes – %(key)s" +msgstr "Índex – %(key)s" #: sphinx/themes/basic/genindex-single.html:61 #: sphinx/themes/basic/genindex-split.html:24 @@ -3316,44 +3281,40 @@ msgstr "Pàgines d'índex per lletra" msgid "can be huge" msgstr "pot ser gegant" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navegació" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Cerca dins de %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Quant a aquests documents" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." -msgstr "Última actualització el %(last_updated)s." +msgstr "Darrera actualització el %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "" +msgstr "Creada mitjançant Sphinx %(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -3380,13 +3341,13 @@ msgstr "capítol següent" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Activa JavaScript per utilitzar la funcionalitat\nde cerca." +msgstr "Activa JavaScript per a usar la funcionalitat\n de cerca." #: sphinx/themes/basic/search.html:35 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." -msgstr "" +msgstr "Cercar múltiples paraules només mostrarà les coincidències\n que continguin totes les paraules." #: sphinx/themes/basic/search.html:42 msgid "search" @@ -3395,14 +3356,14 @@ msgstr "cerca" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/static/searchtools.js:105 msgid "Search Results" -msgstr "Resultats de la Cerca" +msgstr "Resultats de la cerca" #: sphinx/themes/basic/search.html:50 #: sphinx/themes/basic/static/searchtools.js:107 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." -msgstr "" +msgstr "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -3410,18 +3371,18 @@ msgstr "Cerca ràpida" #: sphinx/themes/basic/sourcelink.html:12 msgid "This Page" -msgstr "Aquesta Pàgina" +msgstr "Aquesta pàgina" #: sphinx/themes/basic/changes/frameset.html:5 #: sphinx/themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" +msgstr "Canvis en la versió %(version)s — %(docstitle)s" #: sphinx/themes/basic/changes/rstsource.html:5 #, python-format msgid "%(filename)s — %(docstitle)s" -msgstr "" +msgstr "%(filename)s — %(docstitle)s" #: sphinx/themes/basic/changes/versionchanges.html:17 #, python-format @@ -3430,11 +3391,11 @@ msgstr "Llista de canvis de la versió %(version)s generada automàticament" #: sphinx/themes/basic/changes/versionchanges.html:18 msgid "Library changes" -msgstr "Canvis a la llibreria" +msgstr "Canvis a la biblioteca" #: sphinx/themes/basic/changes/versionchanges.html:23 msgid "C API changes" -msgstr "Canvis a la API de C" +msgstr "Canvis a l'API de C" #: sphinx/themes/basic/changes/versionchanges.html:25 msgid "Other changes" @@ -3443,275 +3404,279 @@ msgstr "Altres canvis" #: sphinx/themes/basic/static/searchtools.js:111 msgid "" "Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" +msgstr "Cerca acabada, s'han trobat ${resultCount} pàgina/es que coincideix/en amb la consulta de cerca." #: sphinx/themes/basic/static/searchtools.js:209 msgid "Searching" -msgstr "" +msgstr "S'està cercant" #: sphinx/themes/basic/static/searchtools.js:225 msgid "Preparing search..." -msgstr "" +msgstr "S'està preparant la cerca..." #: sphinx/themes/basic/static/searchtools.js:413 msgid ", in " -msgstr "" +msgstr ", a " #: sphinx/themes/basic/static/sphinx_highlight.js:107 msgid "Hide Search Matches" -msgstr "Oculta Resultats de Cerca" +msgstr "Oculta els resultats de cerca" #: sphinx/themes/classic/layout.html:20 #: sphinx/themes/classic/static/sidebar.js_t:57 msgid "Collapse sidebar" -msgstr "" +msgstr "Redueix la barra lateral" #: sphinx/themes/classic/static/sidebar.js_t:48 msgid "Expand sidebar" -msgstr "" +msgstr "Expandeix la barra lateral" #: sphinx/themes/haiku/layout.html:24 msgid "Contents" -msgstr "" +msgstr "Contingut" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgstr "S'ha trobat un índex basat en 4 columnes. Pot ser un error de les extensions que utilitzeu: %r" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "La nota al peu [%s] no té una referència." -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "La nota al peu [núm.] no té una referència." -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "referències incoherents de nota al peu en el missatge traduït. Original: {0}, traduït: {1}" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" -msgstr "" +msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "referències incoherents de citació en el missatge traduït. Original: {0}, traduït: {1}" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "referències incoherents de terme en el missatge traduït. Original: {0}, traduït: {1}" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." -msgstr "" +msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgstr "s'ha trobat més d'una destinació per a «any» en la referència creuada %r: podria ser %s" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" -msgstr "" +msgstr "%s:%s no es troba la destinació de la referència: %s" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" -msgstr "" +msgstr "%r no es troba la destinació de la referència: %s" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." -msgstr "" +msgstr "Format d'imatge desconegut: %s..." -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgstr "caràcters font no codificables, substituint per «?»: %r" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" -msgstr "" +msgstr "s'omet" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" -msgstr "" +msgstr "ha fallat" -#: sphinx/util/docfields.py:76 +#: 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 "" +msgstr "Problema en el domini %s: se suposa que el camp usa el rol «%s», però no es troba en el domini." -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" -msgstr "" +msgstr "directiva o nom de rol desconegut: %s:%s" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" -msgstr "" +msgstr "tipus de node desconegut: %r" #: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "error de lectura: %s, %s" #: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "error d'escriptura: %s, %s" #: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" -msgstr "" +msgstr "locale_dir %s no existeix" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" -msgstr "" +msgstr "Format de data no vàlid. Citeu la cadena amb cometes senzilles si voleu generar-la directament: %s" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, 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»." + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "el toctree conté una referència cap al fitxer %r que no existeix" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" -msgstr "" +msgstr "no s'ha trobat el rol predeterminat %s" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" -msgstr "Link permanent a aquesta definició" +msgstr "Enllaç permanent a aquesta definició" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" -msgstr "" +msgstr "numfig_format no s'ha definit per a %s" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" -msgstr "" +msgstr "Qualsevol ID no assignat per al node %s" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" -msgstr "" +msgstr "Enllaç permanent a aquest terme" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" -msgstr "" +msgstr "Enllaç permanent a aquesta capçalera" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" -msgstr "" +msgstr "Enllaç permanent a aquesta taula" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" -msgstr "" +msgstr "Enllaç permanent a aquest codi" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" -msgstr "" +msgstr "Enllaç permanent a aquesta imatge" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" -msgstr "" +msgstr "Enllaç permanent a aquest arbre TOC" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +msgstr "No s'ha pogut obtenir la mida de la imatge. S'ignora l'opció :scale:." #: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgstr "%r toplevel_sectioning desconegut per a la classe %r" #: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." -msgstr "" +msgstr ":maxdepth: massa gran, s'ignora." #: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" -msgstr "" +msgstr "el títol del document no és només un node de text" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +msgstr "el node del títol no s'ha trobat en la secció, tema, taula, advertiment o nota al marge" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" -msgstr "" +msgstr "Notes al peu" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +msgstr "s'indiquen tant les columnes tabulars com l'opció :widths:. S'ignora l'opció :widths:." -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgstr "la unitat de dimensió %s no és vàlida. S'ignora." -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" -msgstr "" +msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" -msgstr "" +msgstr "[imatge: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[imatge]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." -msgstr "" +msgstr "el subtítol no es troba dins d'una figura." -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" -msgstr "" +msgstr "tipus de node sense implementar: %r" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.js b/sphinx/locale/cak/LC_MESSAGES/sphinx.js index 7cf30b266..a334f37ce 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "None", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", pa", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo index 1d04027ac..4e7656b90 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 3bf39b07c..67550f78a 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,134 +8,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard , 2019\n" -"Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: cak\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "xk'isïk" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "sachoj: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,70 +156,70 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -227,40 +227,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "Ruwachib'äl %s" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "Kik'ajtz'ïk %s" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -283,429 +283,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "" @@ -718,233 +717,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "tajin nutz'ib'aj" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(chupam" -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Konojel cholwuj" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "cholwuj" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "jun chïk" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "chi rij kan" @@ -1004,224 +998,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Cholwuj" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Rusachoj nuk'unem:" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Rusachoj kamulunem:" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1240,266 +1241,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Ütz apetïk pa rokisanem runuk'ik Sphinx %s." -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "Rub'i' samäj" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "Kib'i' ajtz'ib'anel(a')" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1508,15 +1509,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "Rujalwäch samäj" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1592,12 +1593,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "" @@ -1706,12 +1707,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1743,11 +1744,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "" @@ -1775,671 +1776,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "" -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Jalajöj" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "retal jalöj" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 -#, python-format -msgid "New in version %s" -msgstr "" - -#: sphinx/domains/changeset.py:21 -#, python-format -msgid "Changed in version %s" -msgstr "" - #: sphinx/domains/changeset.py:22 #, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:23 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:24 +#, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "Ruwäch" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "wachinäq" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Retal jalöj" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "wuj" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "tatz'u %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "tatz'u chuqa' %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2451,228 +2426,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2682,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2699,27 +2660,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2727,7 +2688,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2737,178 +2698,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(chupam %s)" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Chi tiqib'ana'" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2916,107 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3024,46 +2985,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3071,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3086,138 +3047,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "Tz'etb'äl" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "Tz'etb'äl" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "Jalajöj chïk" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Sachoj" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Tatz'u chuqa'" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3239,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3316,39 +3278,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3474,107 +3432,107 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3594,69 +3552,73 @@ msgstr "rusachoj rutz'ib'axïk: %s, %s" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3673,45 +3635,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[wachib'äl: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[wachib'äl]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.js b/sphinx/locale/cs/LC_MESSAGES/sphinx.js index eb7ccf0a7..6423fdf4c 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "cs", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", v ", "About these documents": "O t\u011bchto dokumentech", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd seznam zm\u011bn ve verzi %(version)s", diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index db5982529..4f4e6df09 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 c60592de5..7f2765902 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,134 +9,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vilibald W. , 2014-2015\n" -"Language-Team: Czech (http://www.transifex.com/sphinx-doc/sphinx-1/language/cs/)\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.10.3\n" +"Generated-By: Babel 2.12.1\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" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,70 +157,70 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -228,40 +228,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "Obr. %s" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "Tabulka %s" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "Výpis %s" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -284,429 +284,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "Vestavěné funkce" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Úroveň modulu" @@ -719,233 +718,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Obecný rejstřík" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "rejstřík" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "další" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "předchozí" @@ -1005,224 +999,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Dokumentace pro %s %s" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Rejstřík" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "Vydání" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1241,266 +1242,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1509,15 +1510,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1593,12 +1594,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "" @@ -1707,12 +1708,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1744,11 +1745,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "" @@ -1776,671 +1777,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "Autor sekce: " -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "Autor modulu: " -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "Autor kódu:" -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "Autor: " -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Vrací" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Typ návratové hodnoty" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "člen" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "proměnná" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkce" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "Nové ve verzi %s" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "Změněno ve verzi %s" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "Zastaralé od verze %s" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Vyvolá" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "třída" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vestavěná funkce)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (třída)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globální proměnná nebo konstanta)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "klíčové slovo" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "operátor" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "výjimka" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "příkaz" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "vestavěná funkce" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Proměnné" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Vyvolá" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (vestavěná proměnná)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (vestavěná třída)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (třída v %s)" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (třídní metoda %s)" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metoda %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Rejstřík modulů Pythonu" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Zastaralé" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "výjimka" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "třídní metoda" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statická metoda" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (zastaralé)" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktiva)" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktiva" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "role" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "proměnná prostředí; %s" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "termín v glosáři" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "token gramatiky" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "referenční návěstí" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "proměnná prostředí" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "volba programu" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Rejstřík modulů" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Vyhledávací stránka" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "viz %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "viz také %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboly" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2452,228 +2427,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2683,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2700,27 +2661,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2728,7 +2689,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2738,178 +2699,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[zdroj]" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "původní záznam" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "[dokumentace]" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "Kód modulu" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "

Zdrojový kód pro %s

" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "Přehled: kód modulu" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "

Všechny moduly s dostupným kódem

" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2917,107 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3025,46 +2986,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3072,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3087,138 +3048,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Výstraha" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Upozornění" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Nebezpečí" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Chyba" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Rada" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Důležité" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Poznámka" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Viz také" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Varování" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "pokračujte na předchozí stránce" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3240,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Vyhledávání" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "OK" @@ -3317,39 +3279,35 @@ msgstr "Rejstřík podle písmene" msgid "can be huge" msgstr "může být obrovský" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigace" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Prohledat %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "O těchto dokumentech" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Veškerá práva vyhrazena" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Aktualizováno dne %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3475,107 +3433,107 @@ msgstr "Rozbalit boční lištu" msgid "Contents" msgstr "Obsah" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3595,69 +3553,73 @@ msgstr "" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Trvalý odkaz na tuto definici" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permalink k této tabulce" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permalink k tomuto kódu" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permalink k tomuto obrázku" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3674,45 +3636,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Poznámky pod čarou" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[obrázek: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[obrázek]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.js b/sphinx/locale/cy/LC_MESSAGES/sphinx.js index 01b389e67..887b9faea 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "cy", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", yn ", "About these documents": "Yngl\u0177n \u00e2'r dogfennau hyn", "Automatically generated list of changes in version %(version)s": "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig", diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index 6e10b6dcc..a6c608d0b 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 e52c3c31c..211eeef9a 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,134 +9,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Geraint Palmer , 2016\n" -"Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,70 +157,70 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -228,40 +228,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "Ffig. %s" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "Tabl %s" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "Listing %s" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -284,429 +284,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Lefel modiwl" @@ -719,233 +718,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (yn " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indecs cyffredinol" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indecs" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "nesaf" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "blaenorol" @@ -1005,224 +999,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Dogfennaeth %s %s " -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indecs" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "Rhyddhad" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1241,266 +1242,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1509,15 +1510,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1593,12 +1594,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "" @@ -1707,12 +1708,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1744,11 +1745,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "" @@ -1776,671 +1777,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "Awdur yr adran:" -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "Awdur y fodiwl:" -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "Awdur y cod:" -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "Awdur:" -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Paramedrau" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "aelod" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "ffwythiant" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "Newydd yn fersiwn %s" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "Wedi newid yn fersiwn %s" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "Dibrisiwyd ers fersiwn %s" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (newidyn byd-eang neu cysonyn)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modiwl" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "allweddair" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "gweithredydd" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "gwrthrych" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "datganiad" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "ffwythiant built-in" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Indecs Modiwlau" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tudalen Chwilio" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "gweler %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "gweler hefyd %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symbolau" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2452,228 +2427,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2683,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2700,27 +2661,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graff: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graff]" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2728,7 +2689,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2738,178 +2699,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(yn %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[ffynhonnell]" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "eitem wreiddiol" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "Cod y modiwl" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "

Cod ffynhonnell ar gyfer %s

" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "Trosolwg: cod y modiwl" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "

Holl fodiwlau lle mae'r cod ar gael

" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2917,107 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3025,46 +2986,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3072,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3087,138 +3048,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Sylw" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Gofal" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Perygl" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Gwall" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Awgrym" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Pwysig" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Nodyn" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Gweler hefyd" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Awgrym" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Rhybudd" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "wedi'i barhau o'r tudalen blaenorol" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3240,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Chwilio" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ewch" @@ -3317,39 +3279,35 @@ msgstr "Indecs tudalennau gan lythyren" msgid "can be huge" msgstr "gall fod yn enfawr" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Llywio" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Chwilio o fewn %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Ynglŷn â'r dogfennau hyn" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Hawlfraint" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Diweddarwyd yn ddiwethaf ar %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3475,107 +3433,107 @@ msgstr "Ehangu'r bar ochr" msgid "Contents" msgstr "Cynnwys" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3595,69 +3553,73 @@ msgstr "" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Permalink i'r diffiniad hwn" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permalink i'r tabl hwn" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permalink i'r cod hwn" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permalink i'r ddelwedd hon" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Permalink i'r toctree hwn" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3674,45 +3636,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Troednodiadau" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[delwedd: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[delwedd]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.js b/sphinx/locale/da/LC_MESSAGES/sphinx.js index ebeaff166..4a0a13f15 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "da", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Ophavsret %(copyright)s.", - "© Copyright %(copyright)s.": "© Ophavsret %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", i", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk oprettet liste af \u00e6ndringer i version %(version)s", diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index 4462e550f..feaa3f5f6 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 cdf3e57da..fd0f2e438 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,134 +11,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" -"Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kan ikke finde kildemappen (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Kildemappe og destinationsmappe kan ikke være identiske" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Kører Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "indlæser oversættelser [%s] ..." -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "færdig" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "ikke tilgængelig for indbyggede beskeder" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "fejlede: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "lykkedes" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "færdig med problemer" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "kompilering %s, %s advarsel." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "kompilering %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,12 +146,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -159,70 +159,70 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "Ingen sådan konfigurationsværdi: %s" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "Konfigurationsværdien %r er allerede til stede" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -230,40 +230,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "figur %s" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "tabel %s" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "Kildekode %s" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -286,429 +286,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "Ukendt hændelsesnavn: %s" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domænet %s er allerede registreret" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rollen %r er allerede registreret til domæne %s" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser for %r er allerede registreret" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "Kunne ikke importere udvidelse %s" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, 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." -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "læser kilder ..." -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "forbereder dokumenter" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "Indbyggede" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Modulniveau" @@ -721,233 +720,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "konfigurationsværdien »epub_contributor« bør ikke være tom for EPUB3" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ugyldig css_file: %r, ignoreret" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Beskedkatalogerne er i %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "læser skabeloner ..." -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "skriver beskedkataloger ..." -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "HTML-siden er i %(outdir)s." -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (i " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML-siderne er i %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d. %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Generelt indeks" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "næste" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "forrige" @@ -1007,224 +1001,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "udgyldig js_file: %r, ignoreret" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "favicon-filen %r findes ikke" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentation" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "Udgave" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Kodningsfejl:" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1243,266 +1244,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "Indtast venligst noget tekst." -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "Indtast venligst enten »y« eller »n«." -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Indtast venligt et filsuffiks, f.eks. ».rst« eller ».txt«" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1511,15 +1512,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1595,12 +1596,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "Filen %s findes allerede, udelader." @@ -1709,12 +1710,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1746,11 +1747,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "skabelonmappe for skabelonfiler" @@ -1778,671 +1779,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "Afsnitsforfatter: " -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "Modulforfatter: " -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "Kodeforfatter: " -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "Forfatter: " -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Returnerer" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Returtype" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "optæl" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "optælling" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "Ny i version %s" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "Ændret i version %s" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "Forældet siden version %s" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Template-parametre" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (indbygget funktion)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (metode i %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut i %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Parametre" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "nøgleord" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "undtagelse" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "erklæring" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "indbygget funktion" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variable" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Rejser" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modulet %s)" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (i modulet %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (indbygget variabel)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (indbygget klasse)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassemetode i %s)" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statisk metode i %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python-modulindeks" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Forældet" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "undtagelse" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (forældet)" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktiv)" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rolle)" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktiv" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rolle" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "miljøvariabel; %s" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "begreb i ordliste" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "grammatisk element" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "referenceetiket" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programtilvalg" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modulindeks" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søgeside" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "ny konfiguration" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "udvidelser ændret" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "kildemappe er ændret" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboler" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,228 +2429,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "overskriv eksisterende filer" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "%s er ikke en mappe" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2685,14 +2646,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2702,27 +2663,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2730,7 +2691,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2740,178 +2701,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Permalink til denne ligning" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(i %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[kilde]" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Det <> befinder sig i %s, linje %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "oprindeligt punkt" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "[dok]" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "Modulkode" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "

Kildekode for %s

" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "Oversigt: modulkode" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "

Alle moduler, der er kode tilgængelig for

" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2919,107 +2875,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3027,46 +2988,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3074,7 +3035,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3089,138 +3050,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "Nøgleordsargumenter" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "Eksempler" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "Andre parametre" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "Referencer" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Vær opmærksom" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Forsigtig" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Fare" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Fejl" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Fif" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Vigtigt" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Bemærk" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Se også" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Advarsel" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "fortsat fra forrige side" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "fortsætter på næste side" @@ -3242,12 +3203,13 @@ msgstr "side" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Søg" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Søg" @@ -3319,39 +3281,35 @@ msgstr "Indeksér sider efter bogstav" msgid "can be huge" msgstr "kan være enormt" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigation" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Søg i %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Om disse dokumenter" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Ophavsret" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Ophavsret %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Ophavsret %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Sidst opdateret %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3477,107 +3435,107 @@ msgstr "Udfold sidebjælke" msgid "Contents" msgstr "Indhold" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3597,69 +3555,73 @@ msgstr "" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Permalink til denne definition" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permahenvisning til denne tabel" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permahenvisning til denne kode" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permahenvisning til dette billede" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Permahenvisning til dette toctree" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3676,45 +3638,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fodnoter" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[billede: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[billede]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.js b/sphinx/locale/de/LC_MESSAGES/sphinx.js index 24fe21b58..2106c7d99 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "de", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", in ", "About these documents": "\u00dcber dieses Dokument", "Automatically generated list of changes in version %(version)s": "Automatisch generierte Liste der \u00c4nderungen in Version %(version)s", diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index 620607467..a73e9cbd7 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 09f4cb4eb..8d410128f 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,134 +11,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Jean-François B. , 2018\n" -"Language-Team: German (http://www.transifex.com/sphinx-doc/sphinx-1/language/de/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kann Quellverzeichnis nicht finden (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Quellverzeichnis und Zielverzeichnis können nicht identisch sein" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s in Verwendung" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "Lade Übersetzungen [%s]…" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "erledigt" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "nicht verfügbar für vordefinierte Nachrichten" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "Fehlgeschlagen: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Kein builder ausgewählt, verwende 'html' per default" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "abgeschlossen" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "mit Problemen beendet" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,12 +146,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" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -159,70 +159,70 @@ msgid "" "explicit" msgstr "Die Erweiterung %s gibt nicht an ob paralleles Datenschreiben fehlerfrei möglich ist, es wird daher nicht davon ausgegangen - bitte kontaktiere den Erweiterungsautor zur Überprüfung und Angabe" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "Keine solche Konfigurationseinstellung: %s" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "Konfigurationswert %r bereits gesetzt" -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -230,40 +230,40 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "Abschnitt %s" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "Abb. %s" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "Tab. %s" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "Quellcode %s" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -286,429 +286,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "Event %r bereits verfügbar" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "Unbekannter Event name: %s" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments Lexer Name %r ist unbekannt" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "Ursprüngliche Ausnahme:\n" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:484 +#: sphinx/registry.py:466 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "" -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Modulebene" @@ -721,233 +720,228 @@ msgstr "" msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "" -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "Index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "weiter" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "zurück" @@ -1007,224 +1001,231 @@ msgstr "" msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s Dokumentation" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1243,266 +1244,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1511,15 +1512,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1595,12 +1596,12 @@ msgstr "" msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "" @@ -1709,12 +1710,12 @@ msgstr "" msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "" @@ -1746,11 +1747,11 @@ msgstr "" msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "" @@ -1778,671 +1779,645 @@ msgstr "" msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "Autor des Abschnitts: " -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "Autor des Moduls: " -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "Autor des Quellcode: " -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "Autor: " -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "%s-%s" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Rückgabe" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Rückgabetyp" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "Member" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "Variable" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "Funktion" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "Makro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "Aufzählung" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "Enumerator" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "Typ" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "Neu in Version %s" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "Geändert in Version %s" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "Veraltet ab Version %s" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Template Parameter" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Wirft" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "Klasse" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (Standard-Funktion)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (Methode von %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (Klasse)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globale Variable oder Konstante)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (Attribut von %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Parameter" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (Modul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "Methode" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "Wert" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "Attribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "Modul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "Schlüsselwort" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "Operator" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "Objekt" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "Exception" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "Anweisung" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "Builtin-Funktion" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variablen" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Verursacht" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (im Modul %s)" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (in Modul %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (Standard-Variable)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (Builtin-Klasse)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (Klasse in %s)" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (Klassenmethode von %s)" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische Methode von %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python-Modulindex" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "Module" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Veraltet" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "Exception" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "Klassenmethode" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statische Methode" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (veraltet)" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (Direktive)" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (Rolle)" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "Direktive" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "Rolle" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "Umgebungsvariable; %s" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "Glossareintrag" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "Grammatik-Token" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "Referenz-Label" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "Umgebungsvariable" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "Programmoption" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Suche" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "siehe %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "siehe auch %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Sonderzeichen" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,228 +2429,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2685,14 +2646,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2702,27 +2663,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[Diagramm: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[Diagramm]" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2730,7 +2691,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2740,178 +2701,173 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[Quellcode]" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Zu tun" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Der <> steht in %s, Zeile %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "ursprüngliche Eintrag" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "" -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "[Doku]" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "Modul-Quellcode" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "

Quellcode für %s

" -#: sphinx/ext/viewcode.py:314 +#: sphinx/ext/viewcode.py:315 msgid "Overview: module code" msgstr "Überblick: Modul-Quellcode" -#: sphinx/ext/viewcode.py:315 +#: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2919,107 +2875,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3027,46 +2988,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3074,7 +3035,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3089,138 +3050,138 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Achtung" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Vorsicht" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Gefahr" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Fehler" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Hinweis" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Wichtig" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Bemerkung" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Siehe auch" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tipp" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Warnung" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "Fortsetzung der vorherigen Seite" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "Fortsetzung auf der nächsten Seite" @@ -3242,12 +3203,13 @@ msgstr "Seite" msgid "Table of Contents" msgstr "Inhaltsverzeichnis" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Suche" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Los" @@ -3319,39 +3281,35 @@ msgstr "Stichwortverzeichnis nach Anfangsbuchstabe" msgid "can be huge" msgstr "kann groß sein" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigation" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Suche in %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Über dieses Dokument" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Zuletzt aktualisiert am %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3477,107 +3435,107 @@ msgstr "Seitenleiste ausklappen" msgid "Contents" msgstr "Inhalt" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" @@ -3597,69 +3555,73 @@ msgstr "" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link zu dieser Definition" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Link zu dieser Tabelle" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Link zu diesem Quellcode" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Link zu diesem Bild" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Permanenter Link zu diesem Inhaltsverzeichnis" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3676,45 +3638,45 @@ msgstr "" msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fußnoten" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[Bild: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[Bild]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "" diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js new file mode 100644 index 000000000..c8fa40e75 --- /dev/null +++ b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js @@ -0,0 +1,60 @@ +Documentation.addTranslations({ + "locale": "de_DE", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": "", + "About these documents": "", + "Automatically generated list of changes in version %(version)s": "", + "C API changes": "", + "Changes in Version %(version)s — %(docstitle)s": "", + "Collapse sidebar": "", + "Complete Table of Contents": "", + "Contents": "", + "Copyright": "", + "Created using Sphinx %(sphinx_version)s.": "", + "Expand sidebar": "", + "Full index on one page": "", + "General Index": "", + "Global Module Index": "", + "Go": "", + "Hide Search Matches": "", + "Index": "", + "Index – %(key)s": "", + "Index pages by letter": "", + "Indices and tables:": "", + "Last updated on %(last_updated)s.": "", + "Library changes": "", + "Navigation": "", + "Next topic": "", + "Other changes": "", + "Overview": "", + "Please activate JavaScript to enable the search\n functionality.": "", + "Preparing search...": "", + "Previous topic": "", + "Quick search": "", + "Search": "", + "Search Page": "", + "Search Results": "", + "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search within %(docstitle)s": "", + "Searching": "", + "Searching for multiple words only shows matches that contain\n all words.": "", + "Show Source": "", + "Table of Contents": "", + "This Page": "", + "Welcome! This is": "", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "all functions, classes, terms": "", + "can be huge": "", + "last updated": "", + "lists all sections and subsections": "", + "next chapter": "", + "previous chapter": "", + "quick access to all modules": "", + "search": "", + "search this documentation": "", + "the documentation for": "" + }, + "plural_expr": "(n != 1)" +}); \ No newline at end of file diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo new file mode 100644 index 000000000..bbcbf64f0 Binary files /dev/null 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 new file mode 100644 index 000000000..70b2a0661 --- /dev/null +++ b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po @@ -0,0 +1,3678 @@ +# Translations template for Sphinx. +# Copyright (C) 2023 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-07-24 12:38+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.12.1\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: sphinx/application.py:153 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: sphinx/application.py:157 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: sphinx/application.py:193 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: sphinx/application.py:219 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: sphinx/application.py:235 +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:240 sphinx/registry.py:438 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:246 +msgid "" +"'setup' as currently defined in conf.py isn't a Python callable. Please " +"modify its definition to make it a callable function. This is needed for " +"conf.py to behave as a Sphinx extension." +msgstr "" + +#: sphinx/application.py:277 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: sphinx/application.py:294 sphinx/util/display.py:83 +msgid "done" +msgstr "" + +#: sphinx/application.py:296 +msgid "not available for built-in messages" +msgstr "" + +#: sphinx/application.py:312 +msgid "loading pickled environment" +msgstr "" + +#: sphinx/application.py:318 +#, python-format +msgid "failed: %s" +msgstr "" + +#: sphinx/application.py:332 +msgid "No builder selected, using default: html" +msgstr "" + +#: sphinx/application.py:365 +msgid "succeeded" +msgstr "" + +#: sphinx/application.py:366 +msgid "finished with problems" +msgstr "" + +#: sphinx/application.py:370 +#, python-format +msgid "build %s, %s warning (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:372 +#, python-format +msgid "build %s, %s warnings (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:375 +#, python-format +msgid "build %s, %s warning." +msgstr "" + +#: sphinx/application.py:377 +#, python-format +msgid "build %s, %s warnings." +msgstr "" + +#: sphinx/application.py:381 +#, python-format +msgid "build %s." +msgstr "" + +#: sphinx/application.py:611 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:690 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:712 sphinx/application.py:734 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1280 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1284 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: sphinx/application.py:1287 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1291 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: sphinx/application.py:1299 sphinx/application.py:1303 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: sphinx/config.py:175 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: sphinx/config.py:184 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: sphinx/config.py:213 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: sphinx/config.py:222 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: sphinx/config.py:227 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: sphinx/config.py:256 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: sphinx/config.py:284 +#, python-format +msgid "No such config value: %s" +msgstr "" + +#: sphinx/config.py:308 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: sphinx/config.py:356 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: sphinx/config.py:359 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: sphinx/config.py:366 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: sphinx/config.py:389 +#, python-format +msgid "" +"The config value `source_suffix' expects a string, list of strings, or " +"dictionary. But `%r' is given." +msgstr "" + +#: sphinx/config.py:408 +#, python-format +msgid "Section %s" +msgstr "" + +#: sphinx/config.py:409 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: sphinx/config.py:410 +#, python-format +msgid "Table %s" +msgstr "" + +#: sphinx/config.py:411 +#, python-format +msgid "Listing %s" +msgstr "" + +#: sphinx/config.py:448 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: sphinx/config.py:466 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: sphinx/config.py:488 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:500 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:62 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: sphinx/events.py:68 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: sphinx/events.py:107 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "" + +#: sphinx/extension.py:53 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: sphinx/extension.py:69 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "" + +#: sphinx/highlighting.py:147 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: sphinx/highlighting.py:173 +#, python-format +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:51 +#, python-format +msgid "" +"multiple files found for the document \"%s\": %r\n" +"Use %r for the build." +msgstr "" + +#: sphinx/project.py:57 +msgid "document not readable. Ignored." +msgstr "" + +#: sphinx/registry.py:132 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: sphinx/registry.py:134 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: sphinx/registry.py:162 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: sphinx/registry.py:189 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:212 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:243 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: sphinx/registry.py:269 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: sphinx/registry.py:276 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: sphinx/registry.py:285 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: sphinx/registry.py:293 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: sphinx/registry.py:309 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: sphinx/registry.py:325 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:407 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:419 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: sphinx/registry.py:432 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: sphinx/registry.py:443 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:444 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:449 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: sphinx/registry.py:458 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "" + +#: sphinx/registry.py:466 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "" + +#: sphinx/roles.py:175 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "" + +#: sphinx/roles.py:191 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: sphinx/roles.py:225 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: sphinx/theming.py:75 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/theming.py:77 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "" + +#: sphinx/theming.py:83 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "" + +#: sphinx/theming.py:106 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: sphinx/theming.py:124 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: sphinx/theming.py:214 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:228 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "" + +#: sphinx/builders/__init__.py:180 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:184 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:204 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:214 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:232 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:240 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:249 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:259 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: sphinx/builders/__init__.py:264 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:270 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:279 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:291 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/__init__.py:313 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:318 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:320 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:325 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:331 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:335 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:374 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:395 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:546 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 +msgid "preparing documents" +msgstr "" + +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 +msgid "copying images... " +msgstr "" + +#: sphinx/builders/_epub_base.py:409 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:432 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:442 +msgid "Pillow not found - copying image files" +msgstr "" + +#: sphinx/builders/_epub_base.py:468 +msgid "writing mimetype file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:473 +msgid "writing META-INF/container.xml file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:501 +msgid "writing content.opf file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:527 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" + +#: sphinx/builders/_epub_base.py:674 +msgid "writing toc.ncx file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:699 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: sphinx/builders/changes.py:28 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/changes.py:54 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: sphinx/builders/changes.py:56 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:71 +msgid "Builtins" +msgstr "" + +#: sphinx/builders/changes.py:73 +msgid "Module level" +msgstr "" + +#: sphinx/builders/changes.py:116 +msgid "copying source files..." +msgstr "" + +#: sphinx/builders/changes.py:123 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: sphinx/builders/dummy.py:16 +msgid "The dummy builder generates no files." +msgstr "" + +#: sphinx/builders/epub3.py:77 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/epub3.py:175 +msgid "writing nav.xhtml file..." +msgstr "" + +#: sphinx/builders/epub3.py:201 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:205 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:208 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:215 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:218 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:221 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:224 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:228 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:231 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:219 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:241 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:245 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:278 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/linkcheck.py:53 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:102 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: sphinx/builders/linkcheck.py:598 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: sphinx/builders/manpage.py:33 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/manpage.py:40 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:29 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:151 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/texinfo.py:43 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:70 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/texinfo.py:78 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 +msgid " (in " +msgstr "" + +#: sphinx/builders/texinfo.py:193 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:197 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: sphinx/builders/text.py:24 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: sphinx/builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:160 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:197 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:409 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "" + +#: sphinx/builders/html/__init__.py:522 +msgid "index" +msgstr "" + +#: sphinx/builders/html/__init__.py:588 +msgid "next" +msgstr "" + +#: sphinx/builders/html/__init__.py:597 +msgid "previous" +msgstr "" + +#: sphinx/builders/html/__init__.py:694 +msgid "generating indices" +msgstr "" + +#: sphinx/builders/html/__init__.py:709 +msgid "writing additional pages" +msgstr "" + +#: sphinx/builders/html/__init__.py:788 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:862 +msgid "copying static files" +msgstr "" + +#: sphinx/builders/html/__init__.py:878 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:883 +msgid "copying extra files" +msgstr "" + +#: sphinx/builders/html/__init__.py:889 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:896 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:944 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: sphinx/builders/html/__init__.py:1005 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1100 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" + +#: sphinx/builders/html/__init__.py:1105 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1134 +msgid "dumping object inventory" +msgstr "" + +#: sphinx/builders/html/__init__.py:1139 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:1181 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html/__init__.py:1285 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html/__init__.py:1288 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1313 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1331 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1338 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: sphinx/builders/html/__init__.py:1353 +#, python-format +msgid "%s %s documentation" +msgstr "" + +#: sphinx/builders/latex/__init__.py:108 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:110 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:145 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:153 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:491 +msgid "Index" +msgstr "" + +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 +msgid "Release" +msgstr "" + +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:398 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:411 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:454 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/__init__.py:462 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/theming.py:84 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" + +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: sphinx/cmd/build.py:52 +msgid "Interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:54 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:60 +msgid "Encoding error:" +msgstr "" + +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:67 +msgid "Recursion error:" +msgstr "" + +#: sphinx/cmd/build.py:70 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:75 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:81 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:84 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:100 +msgid "job number should be a positive number" +msgstr "" + +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 +msgid "For more information, visit ." +msgstr "" + +#: sphinx/cmd/build.py:109 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to documentation source files" +msgstr "" + +#: sphinx/cmd/build.py:132 +msgid "path to output directory" +msgstr "" + +#: sphinx/cmd/build.py:134 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "" + +#: sphinx/cmd/build.py:137 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:142 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:145 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:148 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:152 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:162 +msgid "override a setting in configuration file" +msgstr "" + +#: sphinx/cmd/build.py:165 +msgid "pass a value into HTML templates" +msgstr "" + +#: sphinx/cmd/build.py:168 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:173 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:175 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:179 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:182 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:185 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:188 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: sphinx/cmd/build.py:190 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:192 +msgid "with -W, keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:194 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:196 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:220 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:241 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:255 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:262 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:39 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:40 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:41 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:42 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:43 +msgid "checks for documentation coverage" +msgstr "" + +#: sphinx/cmd/quickstart.py:44 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: sphinx/cmd/quickstart.py:45 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: sphinx/cmd/quickstart.py:46 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:47 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:48 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:90 +msgid "Please enter a valid path name." +msgstr "" + +#: sphinx/cmd/quickstart.py:106 +msgid "Please enter some text." +msgstr "" + +#: sphinx/cmd/quickstart.py:113 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:120 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: sphinx/cmd/quickstart.py:126 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: sphinx/cmd/quickstart.py:206 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: sphinx/cmd/quickstart.py:208 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:213 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:216 +msgid "Enter the root path for documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:217 +msgid "Root path for the documentation" +msgstr "" + +#: sphinx/cmd/quickstart.py:222 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:224 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: sphinx/cmd/quickstart.py:226 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: sphinx/cmd/quickstart.py:233 +msgid "" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:236 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:240 +msgid "" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:243 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:247 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:248 +msgid "Project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:250 +msgid "Author name(s)" +msgstr "" + +#: sphinx/cmd/quickstart.py:254 +msgid "" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Project version" +msgstr "" + +#: sphinx/cmd/quickstart.py:261 +msgid "Project release" +msgstr "" + +#: sphinx/cmd/quickstart.py:265 +msgid "" +"If the documents are to be written in a language other than English,\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 "" + +#: sphinx/cmd/quickstart.py:273 +msgid "Project language" +msgstr "" + +#: sphinx/cmd/quickstart.py:279 +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 "" + +#: sphinx/cmd/quickstart.py:281 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:285 +msgid "" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: sphinx/cmd/quickstart.py:294 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:296 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: sphinx/cmd/quickstart.py:298 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:310 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:316 +msgid "" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:319 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:322 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: sphinx/cmd/quickstart.py:413 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: sphinx/cmd/quickstart.py:415 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:418 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: sphinx/cmd/quickstart.py:421 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:423 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: sphinx/cmd/quickstart.py:458 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:473 +msgid "quiet mode" +msgstr "" + +#: sphinx/cmd/quickstart.py:478 +msgid "project root" +msgstr "" + +#: sphinx/cmd/quickstart.py:480 +msgid "Structure options" +msgstr "" + +#: sphinx/cmd/quickstart.py:482 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: sphinx/cmd/quickstart.py:484 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:486 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:488 +msgid "Project basic options" +msgstr "" + +#: sphinx/cmd/quickstart.py:490 +msgid "project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:492 +msgid "author names" +msgstr "" + +#: sphinx/cmd/quickstart.py:494 +msgid "version of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:496 +msgid "release of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:498 +msgid "document language" +msgstr "" + +#: sphinx/cmd/quickstart.py:500 +msgid "source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:502 +msgid "master document name" +msgstr "" + +#: sphinx/cmd/quickstart.py:504 +msgid "use epub" +msgstr "" + +#: sphinx/cmd/quickstart.py:506 +msgid "Extension options" +msgstr "" + +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: sphinx/cmd/quickstart.py:516 +msgid "create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:518 +msgid "do not create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:520 +msgid "create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:523 +msgid "do not create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:526 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:529 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 +msgid "Project templating" +msgstr "" + +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 +msgid "template directory for template files" +msgstr "" + +#: sphinx/cmd/quickstart.py:537 +msgid "define a template variable" +msgstr "" + +#: sphinx/cmd/quickstart.py:570 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:584 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:586 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:601 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: sphinx/directives/code.py:60 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: sphinx/directives/code.py:81 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:205 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: sphinx/directives/code.py:219 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:259 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: sphinx/directives/code.py:285 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:290 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:108 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/directives/other.py:142 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: sphinx/directives/other.py:174 +msgid "Section author: " +msgstr "" + +#: sphinx/directives/other.py:176 +msgid "Module author: " +msgstr "" + +#: sphinx/directives/other.py:178 +msgid "Code author: " +msgstr "" + +#: sphinx/directives/other.py:180 +msgid "Author: " +msgstr "" + +#: sphinx/directives/other.py:252 +msgid ".. acks content is not a list" +msgstr "" + +#: sphinx/directives/other.py:277 +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:394 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: sphinx/domains/c.py:3247 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 +msgid "Parameters" +msgstr "" + +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 +msgid "Return values" +msgstr "" + +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:3721 +msgid "variable" +msgstr "" + +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:3723 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:3724 +msgid "struct" +msgstr "" + +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 +msgid "union" +msgstr "" + +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 +msgid "enum" +msgstr "" + +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 +msgid "function parameter" +msgstr "" + +#: sphinx/domains/changeset.py:22 +#, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:23 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:24 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: sphinx/domains/citation.py:69 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/citation.py:80 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: sphinx/domains/cpp.py:7206 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:7325 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 +msgid "class" +msgstr "" + +#: sphinx/domains/cpp.py:7868 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:7873 +msgid "template parameter" +msgstr "" + +#: sphinx/domains/javascript.py:154 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:157 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:159 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:244 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:319 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 +msgid "module" +msgstr "" + +#: sphinx/domains/javascript.py:388 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: sphinx/domains/math.py:59 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/python.py:679 +msgid "Variables" +msgstr "" + +#: sphinx/domains/python.py:683 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:1029 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:1054 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:1055 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:1109 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:1111 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:1372 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:1421 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:1448 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:1450 +msgid "property" +msgstr "" + +#: sphinx/domains/python.py:1508 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :noindex: for " +"one of them" +msgstr "" + +#: sphinx/domains/python.py:1628 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:1689 +msgid " (deprecated)" +msgstr "" + +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: sphinx/domains/rst.py:200 +#, python-format +msgid "%s (role)" +msgstr "" + +#: sphinx/domains/rst.py:209 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:210 +msgid "directive-option" +msgstr "" + +#: sphinx/domains/rst.py:211 +msgid "role" +msgstr "" + +#: sphinx/domains/rst.py:233 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: sphinx/domains/std.py:153 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:224 +#, python-format +msgid "%s command line option" +msgstr "" + +#: sphinx/domains/std.py:226 +msgid "command line option" +msgstr "" + +#: sphinx/domains/std.py:344 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: sphinx/domains/std.py:352 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: sphinx/domains/std.py:512 +msgid "glossary term" +msgstr "" + +#: sphinx/domains/std.py:513 +msgid "grammar token" +msgstr "" + +#: sphinx/domains/std.py:514 +msgid "reference label" +msgstr "" + +#: sphinx/domains/std.py:516 +msgid "environment variable" +msgstr "" + +#: sphinx/domains/std.py:517 +msgid "program option" +msgstr "" + +#: sphinx/domains/std.py:518 +msgid "document" +msgstr "" + +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 +msgid "Module Index" +msgstr "" + +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "" + +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:629 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:833 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: sphinx/domains/std.py:841 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: sphinx/domains/std.py:853 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: sphinx/domains/std.py:867 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: sphinx/domains/std.py:870 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: sphinx/domains/std.py:1100 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: sphinx/domains/std.py:1102 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: sphinx/environment/__init__.py:67 +msgid "new config" +msgstr "" + +#: sphinx/environment/__init__.py:68 +msgid "config changed" +msgstr "" + +#: sphinx/environment/__init__.py:69 +msgid "extensions changed" +msgstr "" + +#: sphinx/environment/__init__.py:271 +msgid "build environment version not current" +msgstr "" + +#: sphinx/environment/__init__.py:273 +msgid "source directory has changed" +msgstr "" + +#: sphinx/environment/__init__.py:352 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: sphinx/environment/__init__.py:451 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: sphinx/environment/__init__.py:582 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:684 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:726 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:66 +#, python-format +msgid "see %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:70 +#, python-format +msgid "see also %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:73 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:184 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 +msgid "Symbols" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:156 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:177 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:185 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "" + +#: sphinx/environment/collectors/asset.py:82 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:101 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:127 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/toctree.py:219 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:79 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: sphinx/ext/apidoc.py:301 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "path to module to document" +msgstr "" + +#: sphinx/ext/apidoc.py:316 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:321 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:326 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:329 +msgid "overwrite existing files" +msgstr "" + +#: sphinx/ext/apidoc.py:332 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:335 +msgid "run the script without creating files" +msgstr "" + +#: sphinx/ext/apidoc.py:338 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "include \"_private\" modules" +msgstr "" + +#: sphinx/ext/apidoc.py:343 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:345 +msgid "don't create a table of contents file" +msgstr "" + +#: sphinx/ext/apidoc.py:348 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:361 +msgid "file suffix (default: rst)" +msgstr "" + +#: sphinx/ext/apidoc.py:363 +msgid "generate a full project with sphinx-quickstart" +msgstr "" + +#: sphinx/ext/apidoc.py:366 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:368 +msgid "project name (default: root module name)" +msgstr "" + +#: sphinx/ext/apidoc.py:370 +msgid "project author(s), used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:372 +msgid "project version, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:374 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: sphinx/ext/apidoc.py:377 +msgid "extension options" +msgstr "" + +#: sphinx/ext/apidoc.py:410 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: sphinx/ext/autosectionlabel.py:45 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" + +#: sphinx/ext/coverage.py:40 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" + +#: sphinx/ext/coverage.py:49 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:63 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:124 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" + +#: sphinx/ext/coverage.py:156 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/coverage.py:252 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:268 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:281 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: sphinx/ext/doctest.py:112 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:117 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" + +#: sphinx/ext/doctest.py:131 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: sphinx/ext/doctest.py:217 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:275 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:425 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:511 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/duration.py:74 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: sphinx/ext/extlinks.py:77 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" + +#: sphinx/ext/graphviz.py:128 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:138 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:145 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:254 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:258 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:265 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:276 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 +msgid "[graph]" +msgstr "" + +#: sphinx/ext/imgconverter.py:36 +#, 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 "" + +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgconverter.py:64 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgmath.py:150 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:164 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:320 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:354 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 +msgid "Permalink to this equation" +msgstr "" + +#: sphinx/ext/intersphinx.py:194 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:230 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:244 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:250 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:303 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:305 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:537 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:543 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:627 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:652 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:674 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:64 +msgid "Todo" +msgstr "" + +#: sphinx/ext/todo.py:97 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:155 +msgid "<>" +msgstr "" + +#: sphinx/ext/todo.py:157 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:167 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:237 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:269 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:283 +msgid "Module code" +msgstr "" + +#: sphinx/ext/viewcode.py:289 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:315 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:316 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:134 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:142 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:394 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:510 +#, python-format +msgid "error while formatting arguments for %s: %s" +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 "" + +#: 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 "" + +#: sphinx/ext/autodoc/__init__.py:916 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:935 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:995 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1002 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1015 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1081 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1571 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1697 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 +#, python-format +msgid "alias of %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1831 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2377 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: sphinx/ext/autodoc/preserve_defaults.py:115 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:127 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:130 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:244 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:246 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:265 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:318 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:332 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:337 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:792 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:800 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:422 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:426 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:469 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:642 +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:659 +msgid "source files to generate rST files for" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:663 +msgid "directory to place all output in" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:666 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:670 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:674 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:678 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 +msgid "Keyword Arguments" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:676 +msgid "Example" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:677 +msgid "Examples" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:737 +msgid "Notes" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:746 +msgid "Other Parameters" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:782 +msgid "Receives" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:786 +msgid "References" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:818 +msgid "Warns" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:822 +msgid "Yields" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:980 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:987 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:994 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:1001 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" + +#: sphinx/locale/__init__.py:215 +msgid "Attention" +msgstr "" + +#: sphinx/locale/__init__.py:216 +msgid "Caution" +msgstr "" + +#: sphinx/locale/__init__.py:217 +msgid "Danger" +msgstr "" + +#: sphinx/locale/__init__.py:218 +msgid "Error" +msgstr "" + +#: sphinx/locale/__init__.py:219 +msgid "Hint" +msgstr "" + +#: sphinx/locale/__init__.py:220 +msgid "Important" +msgstr "" + +#: sphinx/locale/__init__.py:221 +msgid "Note" +msgstr "" + +#: sphinx/locale/__init__.py:222 +msgid "See also" +msgstr "" + +#: sphinx/locale/__init__.py:223 +msgid "Tip" +msgstr "" + +#: sphinx/locale/__init__.py:224 +msgid "Warning" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:52 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 +msgid "continued from previous page" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:63 +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + +#: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "" + +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 +msgid "Search" +msgstr "" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 +msgid "Go" +msgstr "" + +#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html: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 "" + +#: sphinx/themes/basic/layout.html:126 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/layout.html:135 +msgid "About these documents" +msgstr "" + +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:212 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:215 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/relations.html: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 "" + +#: sphinx/themes/basic/search.html:27 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +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:105 +msgid "Search Results" +msgstr "" + +#: sphinx/themes/basic/search.html:50 +#: sphinx/themes/basic/static/searchtools.js:107 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:111 +msgid "" +"Search finished, found ${resultCount} page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:209 +msgid "Searching" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:225 +msgid "Preparing search..." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:413 +msgid ", in " +msgstr "" + +#: sphinx/themes/basic/static/sphinx_highlight.js:107 +msgid "Hide Search Matches" +msgstr "" + +#: sphinx/themes/classic/layout.html:20 +#: sphinx/themes/classic/static/sidebar.js_t:57 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:48 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "" + +#: sphinx/transforms/__init__.py:217 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:256 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: sphinx/transforms/__init__.py:262 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:241 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:283 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:300 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:112 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:154 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:205 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:208 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:105 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:123 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: sphinx/util/__init__.py:191 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/display.py:76 +msgid "skipped" +msgstr "" + +#: sphinx/util/display.py:81 +msgid "failed" +msgstr "" + +#: sphinx/util/docfields.py:87 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: sphinx/util/docutils.py:307 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "" + +#: sphinx/util/docutils.py:595 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: sphinx/util/i18n.py:61 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:68 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:92 +#, python-format +msgid "locale_dir %s does not exists" +msgstr "" + +#: sphinx/util/i18n.py:183 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:607 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/rst.py:66 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 +msgid "Permalink to this definition" +msgstr "" + +#: sphinx/writers/html5.py:395 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html5.py:405 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html5.py:459 +msgid "Permalink to this term" +msgstr "" + +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 +msgid "Permalink to this heading" +msgstr "" + +#: sphinx/writers/html5.py:491 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html5.py:534 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html5.py:536 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html5.py:538 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html5.py:675 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: sphinx/writers/latex.py:331 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:382 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: sphinx/writers/latex.py:621 +msgid "document title is not a single Text node" +msgstr "" + +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:1021 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1370 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1708 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 +msgid "[image]" +msgstr "" + +#: sphinx/writers/texinfo.py:1191 +msgid "caption not inside a figure." +msgstr "" + +#: sphinx/writers/texinfo.py:1278 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.js b/sphinx/locale/el/LC_MESSAGES/sphinx.js index deec0461e..008356c2f 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "el", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright%(copyright)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \u03c3\u03c4\u03bf ", "About these documents": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "Automatically generated list of changes in version %(version)s": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c3\u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 %(version)s", diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index 3498339a3..c6604c115 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 36771957a..bb1cd2b83 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -10,134 +10,134 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-10-16 00:30+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" -"Language-Team: Greek (http://www.transifex.com/sphinx-doc/sphinx-1/language/el/)\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.10.3\n" +"Generated-By: Babel 2.12.1\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Δεν είναι δυνατή η εύρεση του καταλόγου πηγής (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Ο κατάλογος πηγής και ο κατάλογος προορισμού δεν είναι δυνατό να είναι ίδιοι" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Εκτέλεση Sphinx έκδοση %s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Αυτό το έργο απαιτεί Sphinx έκδοσης τουλάχιστον %s και επομένως δεν είναι δυνατή η μεταγλωτισση με αυτή την έκδοση." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "δημιουργία καταλόγου εξόδου" -#: sphinx/application.py:234 sphinx/registry.py:456 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "κατά τον καθορισμό της επέκτασης %s" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "φόρτωση μεταφράσεων [%s]..." -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "ολοκλήρωση" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "δεν είναι διαθέσιμο για εσωτερικά μηνύματα" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "φόρτωση πακτωμένου περιβάλλοντος" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "αποτυχία: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Δεν επιλέχθηκε μεταγλωττιστής, θα χρησιμοποιηθεί ο προεπιλεγμένος: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "επιτυχία" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "ολοκλήρωση με προβλήματα" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "μεταγλώττιση %s, %s προειδοποίηση" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "μεταγλώττιση %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "η κλάση κόμβου %r έχει ήδη καταχωρηθεί, οι επισκέπτες της θα υπερσκελιστούν" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "η οδηγία %r έει ήδη καταχωρηθεί, θα υπερσκελιστεί" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "ο ρόλος %r έχει ήδη καταχωρηθεί, θα υπερσκελιστεί" -#: sphinx/application.py:1285 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,12 +145,12 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε από το δημιουργό της επέκτασης να το ελέγχει και να το κάνει σαφές" -#: sphinx/application.py:1289 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -158,70 +158,70 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε το δημιουργό της επέκτασης να το ελέγξει και να το κάνει σαφές" -#: sphinx/application.py:1296 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "εκτέλεση σειριακής %s" -#: sphinx/config.py:170 +#: sphinx/config.py:175 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" -#: sphinx/config.py:179 +#: sphinx/config.py:184 msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: sphinx/config.py:208 +#: sphinx/config.py:213 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" -#: sphinx/config.py:217 +#: sphinx/config.py:222 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" -#: sphinx/config.py:222 +#: sphinx/config.py:227 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" -#: sphinx/config.py:251 +#: sphinx/config.py:256 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" -#: sphinx/config.py:279 +#: sphinx/config.py:284 #, python-format msgid "No such config value: %s" msgstr "Δεν υπάρχει τέτοια τιμή παραμετροποίησης: %s" -#: sphinx/config.py:303 +#: sphinx/config.py:308 #, python-format msgid "Config value %r already present" msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." -#: sphinx/config.py:352 +#: sphinx/config.py:356 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" -#: sphinx/config.py:355 +#: sphinx/config.py:359 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" -#: sphinx/config.py:362 +#: sphinx/config.py:366 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -229,40 +229,40 @@ msgid "" "%s" msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" -#: sphinx/config.py:388 +#: sphinx/config.py:389 #, 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:407 +#: sphinx/config.py:408 #, python-format msgid "Section %s" msgstr "Τομέας %s" -#: sphinx/config.py:408 +#: sphinx/config.py:409 #, python-format msgid "Fig. %s" msgstr "Εικ. %s" -#: sphinx/config.py:409 +#: sphinx/config.py:410 #, python-format msgid "Table %s" msgstr "Πίνακας %s" -#: sphinx/config.py:410 +#: sphinx/config.py:411 #, python-format msgid "Listing %s" msgstr "Λίστα %s" -#: sphinx/config.py:447 +#: sphinx/config.py:448 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." -#: sphinx/config.py:465 +#: sphinx/config.py:466 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." @@ -285,429 +285,428 @@ msgid "" "\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:60 +#: sphinx/events.py:62 #, python-format msgid "Event %r already present" msgstr "Το συμβάν %r υπάρχει ήδη" -#: sphinx/events.py:66 +#: sphinx/events.py:68 #, python-format msgid "Unknown event name: %s" msgstr "Άγνωστο όνομα συμβάντος: %s" -#: sphinx/events.py:105 +#: sphinx/events.py:107 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: sphinx/extension.py:51 +#: sphinx/extension.py:53 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "Η επέκταση %s απαιτείται από τις ρυθμίσεις needs_extensions, αλλά δεν είναι φορτωμένη." -#: sphinx/extension.py:67 +#: sphinx/extension.py:69 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Το έργο χρειάζεται την επέκταση %s τουλάχιστον στην έκδοση %s και επομένως δεν είναι δυνατή η μεταγλώττιση με τη φορτωμένη έκδοση (%s)." -#: sphinx/highlighting.py:138 +#: sphinx/highlighting.py:147 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Το όνομα %r δεν είναι γνωστό" -#: sphinx/highlighting.py:164 +#: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "Δεν είναι δυνατό το lex του literal_block ως %s. Η επισήμανση παραβλέφθηκε." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" -#: sphinx/project.py:49 +#: sphinx/project.py:51 #, python-format msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." msgstr "" -#: sphinx/project.py:55 +#: sphinx/project.py:57 msgid "document not readable. Ignored." msgstr "το έγγραφο δεν είναι αναγνωσιμό. Θα αγνοηθεί." -#: sphinx/registry.py:136 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Η κλάση μεταγλώττισης %s δεν έχει χαρακτηριστικό \"name\" " -#: sphinx/registry.py:138 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ο μεταγλωττιστής %r υφίσταται ήδη (στο δομοστοιχείο %s)" -#: sphinx/registry.py:151 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Το όνομα μεταγλωττιστή %s δεν είναι καταχωρημένο ή διαθέσιμο δια μέσου του σημείου εισαγωγής" -#: sphinx/registry.py:159 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Το όνομα μεταγλωττιστή %sδεν είναι καταχορημένο" -#: sphinx/registry.py:177 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "ο τομέας %s είναι ήδη καταχωρημένος" -#: sphinx/registry.py:200 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "ο τομέας %s δεν έχει καταχωρηθεί ακόμη" -#: sphinx/registry.py:204 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Η οδηγία %r είναι ήδη καταχωρημένη στον τομέα %s" -#: sphinx/registry.py:216 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Ο ρόλος %r είναι ήδη καταχωρημένος στον τομέα %s" -#: sphinx/registry.py:227 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Ο δείκτης %r είναι ήδη καταχωρημένος στον τομέα %s" -#: sphinx/registry.py:258 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "Το object_type %r είναι ήδη καταχωρημένο" -#: sphinx/registry.py:284 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "Το crossref_type %r είναι ήδη καταχωρημένο" -#: sphinx/registry.py:291 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "το source_suffix %r είναι ήδη καταχωρημένο" -#: sphinx/registry.py:301 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "το source_parser για το %r είναι ήδη καταχωρημένο" -#: sphinx/registry.py:310 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Ο αναλυτής πηγής για το %s δεν είναι καταχωρημένος" -#: sphinx/registry.py:339 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Ο μεταφραστής για το %r υφίσταται ήδη" -#: sphinx/registry.py:352 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "το kwargs για το add_node() πρέπει να είναι μία (visit, depart) συνάρτηση πλειάδας: %r=%r" -#: sphinx/registry.py:428 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "το enumerable_node %r είναι ήδη καταχωρημένο" -#: sphinx/registry.py:437 +#: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:432 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "η επέκταση %r συγχωνεύθηκε ήδη με το Sphinx από την έκδοση %s; η επέκταση αυτή θα αγνοηθεί." -#: sphinx/registry.py:461 +#: sphinx/registry.py:443 msgid "Original exception:\n" msgstr "Αρχική εξαίρεση:\n" -#: sphinx/registry.py:462 +#: sphinx/registry.py:444 #, python-format msgid "Could not import extension %s" msgstr "Δεν ήταν δυνατή η εισαγωγή της επέκτασης %s" -#: sphinx/registry.py:467 +#: sphinx/registry.py:449 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "η επέκταση %r δεν έχει συνάρτηση setup(); αποτελεί δομοστοιχείο επέκτασης του Sphinx;" -#: sphinx/registry.py:476 +#: sphinx/registry.py:458 #, 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:484 +#: sphinx/registry.py:466 #, 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:173 +#: sphinx/roles.py:175 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/roles.py:189 +#: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" msgstr "" -#: sphinx/roles.py:223 +#: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:72 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "το θέμα %r δεν έχει ρύθμιση \"theme\"" -#: sphinx/theming.py:74 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "το θέμα %r δεν έχει ρύθμιση \"inherit\"" -#: sphinx/theming.py:80 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "δεν βρέθηκε θέμα με το όνομα %r, το οποίο κληρονομήθηκε από το %r" -#: sphinx/theming.py:103 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "η ρύθμιση %s.%s δεν εμφανίζεται από τις παραμετροποιήσεις θέματος που αναζητήθηκαν" -#: sphinx/theming.py:122 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "δόθηκε μη υποστηριζόμενη επιλογή θέματος %r" -#: sphinx/theming.py:221 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "το αρχείο %r στο μονοπάτι θέματος δεν αποτελεί ένα έγκυρο zipfile ή δεν περιλαμβάνει ένα θέμα" -#: sphinx/theming.py:236 -msgid "" -"sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" - -#: sphinx/theming.py:241 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "δεν βρέθηκε θέμα με όνομα %r (απουσιάζει το theme.conf;)" -#: sphinx/builders/__init__.py:200 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s (%s)" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "μεταγλώττιση [mo]:" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "εγγραφή εξόδου..." -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "όλα τα αρχεία po του %d" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "όλα τα αρχεία πηγής" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" -#: sphinx/builders/__init__.py:290 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:299 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" -#: sphinx/builders/__init__.py:322 sphinx/builders/gettext.py:238 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "μεταγλώττιση [%s]:" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "βρέθηκε %d" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "δεν βρέθηκε κανένα" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "έλεγχος συνοχής" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "κανένας στόχος δεν είναι ξεπερασμένος." -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "αναβάθμιση περιβάλλοντος:" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "ανάγνωση πηγών..." -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "docname προς εγγραφή: %s" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "προετοιμασία κειμένων" -#: sphinx/builders/_epub_base.py:210 +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" -#: sphinx/builders/_epub_base.py:399 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:173 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "αντιγραφή εικόνων..." -#: sphinx/builders/_epub_base.py:406 +#: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" -#: sphinx/builders/_epub_base.py:412 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:183 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" -#: sphinx/builders/_epub_base.py:429 +#: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" -#: sphinx/builders/_epub_base.py:439 +#: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" -#: sphinx/builders/_epub_base.py:465 +#: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." msgstr "" -#: sphinx/builders/_epub_base.py:470 +#: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." msgstr "" -#: sphinx/builders/_epub_base.py:498 +#: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." msgstr "" -#: sphinx/builders/_epub_base.py:524 +#: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" -#: sphinx/builders/_epub_base.py:671 +#: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." msgstr "" -#: sphinx/builders/_epub_base.py:696 +#: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." msgstr "εγγραφή %s αρχείου..." -#: sphinx/builders/changes.py:26 +#: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." -#: sphinx/builders/changes.py:52 +#: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." msgstr "καμία αλλαγή στην έκδοση %s." -#: sphinx/builders/changes.py:54 +#: sphinx/builders/changes.py:56 msgid "writing summary file..." msgstr "εγγραφή αρχείου σύνοψης" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:71 msgid "Builtins" msgstr "Ενσωματωμένες λειτουργίες" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Επίπεδο μονάδας λειτουργίας" @@ -720,233 +719,228 @@ msgstr "αντιγραφή αρχείων πηγής..." msgid "could not read %r for changelog creation" msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" -#: sphinx/builders/dummy.py:14 +#: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." -#: sphinx/builders/epub3.py:61 +#: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)s." -#: sphinx/builders/epub3.py:159 +#: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." msgstr "" -#: sphinx/builders/epub3.py:185 +#: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:189 +#: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" -#: sphinx/builders/epub3.py:192 +#: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:196 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:199 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:202 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:205 +#: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:208 +#: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:215 +#: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1162 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "στόχοι για %d πρότυπα αρχεία" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "ανάγνωση προτύπων..." -#: sphinx/builders/gettext.py:273 +#: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " msgstr "εγγραφή καταλόγων μηνύματος..." -#: sphinx/builders/linkcheck.py:111 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:146 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "λανθασμένος σύνδεσμος: %s (%s)" -#: sphinx/builders/linkcheck.py:323 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Δεν βρέθηκε το anchor '%s'" - -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: sphinx/builders/manpage.py:30 +#: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." msgstr "Οι σελίδες manual βρίσκονται σε %(outdir)s." -#: sphinx/builders/manpage.py:37 +#: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"man_pages\"; δεν θα καταγραφούν manual pages" -#: sphinx/builders/latex/__init__.py:295 sphinx/builders/manpage.py:46 -#: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "εγγραφή" -#: sphinx/builders/manpage.py:61 +#: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" -#: sphinx/builders/singlehtml.py:26 +#: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." msgstr "Η σελίδα HTML είναι στο %(outdir)s." -#: sphinx/builders/singlehtml.py:148 +#: sphinx/builders/singlehtml.py:151 msgid "assembling single document" msgstr "συναρμολόγηση απλού κειμένου" -#: sphinx/builders/singlehtml.py:166 +#: sphinx/builders/singlehtml.py:169 msgid "writing additional files" msgstr "εγγραφή επιπρόσθετων αρχείων" -#: sphinx/builders/texinfo.py:38 +#: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." -#: sphinx/builders/texinfo.py:40 +#: sphinx/builders/texinfo.py:43 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' εδώ για να το κάνετε αυτόματα)." -#: sphinx/builders/texinfo.py:68 +#: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" -#: sphinx/builders/texinfo.py:76 +#: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" -#: sphinx/builders/latex/__init__.py:277 sphinx/builders/texinfo.py:98 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "επεξεργασία %s" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "επίλυση αναφορών..." -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (σε " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" -#: sphinx/builders/text.py:22 +#: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." -#: sphinx/builders/html/__init__.py:1115 sphinx/builders/text.py:69 -#: sphinx/builders/xml.py:86 +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "σφάλμα καταγραφής αρχείου %s: %s" -#: sphinx/builders/xml.py:27 +#: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." -#: sphinx/builders/xml.py:98 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" msgstr "το αρχείο πληροφοριών μεταγλώττισης είναι κατεστραμμένο: %r" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:180 -#: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 -#: sphinx/writers/texinfo.py:222 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %B %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Κεντρικό Ευρετήριοο" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "ευρετήριο" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "επόμενο" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "προηγούμενο" @@ -1006,224 +1000,231 @@ msgstr "ο κατάλογος εύρεσης δεν ήταν δυνατό να msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "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." -#: sphinx/builders/html/__init__.py:1103 +#: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " -#: sphinx/builders/html/__init__.py:1132 +#: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Δόθηκε άγνωστο math_renderer %r." -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "η εγγραφή html_static_path %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1303 sphinx/builders/latex/__init__.py:425 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "το αρχείο logo %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "το αρχείο favicon %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1332 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1347 -msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" - -#: sphinx/builders/html/__init__.py:1374 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Τεκμηρίωση του %s - %s" -#: sphinx/builders/latex/__init__.py:105 +#: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." -#: sphinx/builders/latex/__init__.py:107 +#: sphinx/builders/latex/__init__.py:110 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' εδώ για να το κάνετε αυτόματα)." -#: sphinx/builders/latex/__init__.py:143 +#: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" -#: sphinx/builders/latex/__init__.py:151 +#: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" -#: sphinx/builders/latex/__init__.py:187 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 -#: sphinx/writers/texinfo.py:487 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 +#: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Ευρετήριο" -#: sphinx/builders/latex/__init__.py:190 sphinx/templates/latex/latex.tex_t:91 +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" msgstr "Δημοσίευση" -#: sphinx/builders/latex/__init__.py:204 sphinx/writers/latex.py:366 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "αντιγραφή αρχείων υποστήριξης TeX" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "αντιγραφή αρχείων υποστήριξης TeX..." -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "αντιγραφή επιπρόσθετων αρχείων" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: sphinx/builders/latex/theming.py:83 +#: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" msgstr "" -#: sphinx/builders/latex/theming.py:86 +#: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:34 +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Παρουσιάστηκε εξαίρεση κατά τη μεταγλώττιση, εκκίνηση αποσφαλματιστή: " -#: sphinx/cmd/build.py:44 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "σφάλμα reST markup:" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Σφάλμα κωδικοποίησης:" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "Το πλήρες ιστορικό έχει αποθηκευτεί σε %s, σε περίπτωση που επιθυμείτε να αναφέρετε το ζήτημα στους προγραμματιστές." -#: sphinx/cmd/build.py:59 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Σφάλμα αναδρομής:" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Εμφανίστηκε εξαίρεση:" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:81 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:76 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Μία αναφορά σφάλματος μπορεί να υποβληθεί στον ινχηλάτη στο https://github.com/sphinx-doc/sphinx/issues>. Ευχαριστούμε!" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "ο αριθμός εργασίας θα πρέπει να είναι θετικός αριθμός" -#: sphinx/cmd/build.py:100 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:304 sphinx/ext/autosummary/generate.py:581 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1242,266 +1243,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "μονοπάτι στον κατάλογο εξόδου" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "μία λίστα με συγκεκριμένα αρχεία να επαναμεταγλωττιστούν. Θα αγνοηθεί αν δοθεί το -a" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "γενικές επιλογές" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "μεταγλωττιστής για χρήση (προεπιλογή: html)" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "μονοπάτι για το αποθηκευμένο περιβάλλον και τα αρχεία doctree (προεπιλογή: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "παράλληλος μεταγλωττισμός με Ν διεργασίες όπου είναι δυνατό (ιδιαίτερη τιμή \"auto\" θα ορίσει Ν στο cpu-count)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "το μονοπάτι όπου βρίσκεται το αρχείο παραμετροποίησης (conf.py) (προεπιλογή: το ίδιο όπως το SOURCEDIR)" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "να μη χρησιμοποιηθεί κανένα αρχείο παραμετροποίησης, μόνο επιλογές -D" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "μεταφορά τιμής στα πρότυπα HTML" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "ορίστε ετικέτα: συμπεριλάβατε \"only\" τμήματα με TAG" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "Ο τρόπος nit-picky, προειδοποιεί για όλες τις αναφορές που απουσιάζουν" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "επιλογές εξόδου κονσόλας" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "καμία έξοδος στο stdout, μόνο προειδοποιήσεις στο stderr" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "δεν είναι δυνατό το άνοιγμα του αρχείου προειδοποίησης %r: %s" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "Το όρισμα -Α πρέπει να είναι της μορφής όνομα=τιμή" -#: sphinx/cmd/quickstart.py:38 +#: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" -#: sphinx/cmd/quickstart.py:39 +#: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" -#: sphinx/cmd/quickstart.py:40 +#: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" msgstr "σύνδεσμος μεταξύ τεκμηρίωσης Sphinx διαφόρων έργων" -#: sphinx/cmd/quickstart.py:41 +#: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" -#: sphinx/cmd/quickstart.py:42 +#: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" msgstr "αναζήτηση για κάλυψη βιβλιογραφίας" -#: sphinx/cmd/quickstart.py:43 +#: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" -#: sphinx/cmd/quickstart.py:44 +#: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" -#: sphinx/cmd/quickstart.py:45 +#: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" -#: sphinx/cmd/quickstart.py:46 +#: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" -#: sphinx/cmd/quickstart.py:47 +#: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " -#: sphinx/cmd/quickstart.py:89 +#: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." -#: sphinx/cmd/quickstart.py:105 +#: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." -#: sphinx/cmd/quickstart.py:112 +#: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." msgstr "Παρακαλείστε να εισάγετε ένα από τα %s." -#: sphinx/cmd/quickstart.py:119 +#: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." msgstr "Παρακαλείστε να εισάγετε είτε 'y' είτε 'n'." -#: sphinx/cmd/quickstart.py:125 +#: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Παρακαλείστε να εισάγετε μία επέκταση αρχείου, π.χ. '.rst' ή '.txt'." -#: sphinx/cmd/quickstart.py:208 +#: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης Sphinx %s." -#: sphinx/cmd/quickstart.py:210 +#: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:215 +#: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:218 +#: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:219 +#: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" -#: sphinx/cmd/quickstart.py:224 +#: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." -#: sphinx/cmd/quickstart.py:226 +#: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." -#: sphinx/cmd/quickstart.py:228 +#: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" -#: sphinx/cmd/quickstart.py:235 +#: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:238 +#: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" -#: sphinx/cmd/quickstart.py:242 +#: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:245 +#: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" -#: sphinx/cmd/quickstart.py:249 +#: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:250 +#: sphinx/cmd/quickstart.py:248 msgid "Project name" msgstr "Όνομα έργου" -#: sphinx/cmd/quickstart.py:252 +#: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" msgstr "Όνομα(τα) συγγραφέα" -#: sphinx/cmd/quickstart.py:256 +#: sphinx/cmd/quickstart.py:254 msgid "" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" "software. Each version can have multiple releases. For example, for\n" @@ -1510,15 +1511,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:261 +#: sphinx/cmd/quickstart.py:259 msgid "Project version" msgstr "Έκδοση έργου" -#: sphinx/cmd/quickstart.py:263 +#: sphinx/cmd/quickstart.py:261 msgid "Project release" msgstr "Κυκλοφορία έργου" -#: sphinx/cmd/quickstart.py:267 +#: sphinx/cmd/quickstart.py:265 msgid "" "If the documents are to be written in a language other than English,\n" "you can select a language here by its language code. Sphinx will then\n" @@ -1594,12 +1595,12 @@ msgstr "Δημιουργία Makefile; (y/n)" msgid "Create Windows command file? (y/n)" msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" -#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:85 +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." msgstr "Δημιουργία αρχείου %s." -#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:82 +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." @@ -1708,12 +1709,12 @@ msgstr "χρηση epub" msgid "Extension options" msgstr "Επιλογές επέκτασης" -#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:387 +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" msgstr "ενεργοποίηση της επέκτασης %s" -#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:383 +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" msgstr "ενεργοποίηση αυθαίρετων επεκτάσεων" @@ -1745,11 +1746,11 @@ msgstr "χρησιμοποιήστε το make-mode για το Makefile/make.ba msgid "do not use make-mode for Makefile/make.bat" msgstr "μην χρησιμοποιείτε make-mode για Makefile/make.bat" -#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:389 +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" msgstr "Προτυποποίηση έργου" -#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:392 +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" msgstr "πρότυπος κατάλογος για πρότυπα αρχεία" @@ -1777,671 +1778,645 @@ msgstr "Το sphinx-quickstart δημιουργεί μόνο εντός ενός msgid "Invalid template variable: %s" msgstr "Ανέγκυρη μεταβλητή προτύπου: %s" -#: sphinx/directives/code.py:58 +#: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" msgstr "" -#: sphinx/directives/code.py:77 +#: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" msgstr "Ανέγκυρη λεζάντα: %s" -#: sphinx/directives/code.py:123 sphinx/directives/code.py:274 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" -#: sphinx/directives/code.py:202 +#: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" -#: sphinx/directives/code.py:216 +#: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" msgstr "Το συμπεριληφθέν αρχείο %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" -#: sphinx/directives/code.py:219 +#: sphinx/directives/code.py:222 #, 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:256 +#: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" -#: sphinx/directives/code.py:283 +#: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" -#: sphinx/directives/code.py:288 +#: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" -#: sphinx/directives/other.py:106 +#: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: sphinx/directives/other.py:127 sphinx/environment/adapters/toctree.py:180 +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" -#: sphinx/directives/other.py:130 sphinx/environment/adapters/toctree.py:184 +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" -#: sphinx/directives/other.py:140 +#: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "" -#: sphinx/directives/other.py:172 +#: sphinx/directives/other.py:174 msgid "Section author: " msgstr "Συντάκτης τμήματος: " -#: sphinx/directives/other.py:174 +#: sphinx/directives/other.py:176 msgid "Module author: " msgstr "Συντάκτης μονάδας: " -#: sphinx/directives/other.py:176 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "Συντάκτης κώδικα: " -#: sphinx/directives/other.py:178 +#: sphinx/directives/other.py:180 msgid "Author: " msgstr "Συντάκτης: " -#: sphinx/directives/other.py:250 +#: sphinx/directives/other.py:252 msgid ".. acks content is not a list" msgstr "" -#: sphinx/directives/other.py:275 +#: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" msgstr "" -#: sphinx/directives/patches.py:109 +#: 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:389 +#: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3227 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3348 sphinx/domains/cpp.py:7423 -#: sphinx/domains/python.py:437 sphinx/ext/napoleon/docstring.py:751 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Παράμετροι" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3354 sphinx/domains/cpp.py:7432 -#: sphinx/domains/javascript.py:247 sphinx/domains/python.py:449 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Επιστρέφει" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Επιστρεφόμενος τύπος" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "μέλος" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "μεταβλητή" -#: sphinx/domains/c.py:3753 sphinx/domains/cpp.py:7835 -#: sphinx/domains/javascript.py:358 sphinx/domains/python.py:1200 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "συνάρτηση" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "μακροεντολή" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "ένωση" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "τύπος" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "Νέο στην έκδοση %s" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "Άλλαξε στην έκδοση %s" -#: sphinx/domains/changeset.py:22 +#: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" msgstr "Αποσύρθηκε στην έκδοση %s" -#: sphinx/domains/citation.py:67 +#: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" -#: sphinx/domains/citation.py:78 +#: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." msgstr "Η παραπομπή [%s] δεν αναφέρεται." -#: sphinx/domains/cpp.py:4887 sphinx/domains/cpp.py:7378 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7183 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Παράμετροι Προτύπου" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Προκαλεί" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "κλάση" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "έννοια" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ενσωματωμένη συνάρτηση)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (μέθοδος της %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (κλάση)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (καθολική μεταβλητή ή σταθερά)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (ιδιότητα της %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Παράμετροι" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (μονάδα)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "μέθοδος" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "δεδομένα" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "ιδιότητα" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "μονάδα" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: sphinx/domains/math.py:57 +#: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" -#: sphinx/domains/math.py:111 sphinx/writers/latex.py:2092 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Ανέγκυρο math_eqref_format: %r" -#: sphinx/domains/python.py:52 -msgid "keyword" -msgstr "λέξη κλειδί" - -#: sphinx/domains/python.py:53 -msgid "operator" -msgstr "τελεστής" - -#: sphinx/domains/python.py:54 -msgid "object" -msgstr "αντικείμενο" - -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 -msgid "exception" -msgstr "εξαίρεση" - -#: sphinx/domains/python.py:56 -msgid "statement" -msgstr "δήλωση" - -#: sphinx/domains/python.py:57 -msgid "built-in function" -msgstr "ενσωματωμένη συνάρτηση" - -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Μεταβλητές" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Προκαλεί" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (στη μονάδα %s)" -#: sphinx/domains/python.py:763 sphinx/domains/python.py:941 -#: sphinx/domains/python.py:992 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (στη μονάδα %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (ενσωματωμένη μεταβλητή)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (ενσωματωμένη κλάση)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (κλάση σε %s)" -#: sphinx/domains/python.py:832 -msgid "" -"Using the :property: flag with the py:method directiveis deprecated, use " -"\".. py:property::\" instead." -msgstr "" - -#: sphinx/domains/python.py:854 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (μέθοδος κλάσης της %s)" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (στατική μέθοδος της %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Ευρετήριο Μονάδων της Python" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "μονάδες" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Αποσύρθηκε" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "εξαίρεση" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "μέθοδος της κλάσης" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "στατική μέθοδος" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1386 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (αποσύρθηκε)" -#: sphinx/domains/rst.py:122 sphinx/domains/rst.py:178 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (οδηγία)" -#: sphinx/domains/rst.py:179 sphinx/domains/rst.py:183 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:214 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (ρόλος)" -#: sphinx/domains/rst.py:223 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "οδηγία" -#: sphinx/domains/rst.py:224 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "ρόλος" -#: sphinx/domains/rst.py:247 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:90 sphinx/domains/std.py:107 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "μεταβλητή περιβάλλοντος; %s" -#: sphinx/domains/std.py:174 +#: sphinx/domains/std.py:153 #, 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.py:250 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:252 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:379 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:387 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:393 sphinx/domains/std.py:406 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "γλωσσάρι" -#: sphinx/domains/std.py:556 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "γραμματική ένδειξη" -#: sphinx/domains/std.py:557 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "ετικέτα αναφοράς" -#: sphinx/domains/std.py:559 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "μεταβλητή περιβάλλοντος" -#: sphinx/domains/std.py:560 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "επιλογή προγράμματος" -#: sphinx/domains/std.py:561 +#: sphinx/domains/std.py:518 msgid "document" msgstr "έγγραφο" -#: sphinx/domains/std.py:597 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Ευρετήριο μονάδων" -#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Σελίδα αναζήτησης" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:751 -#: sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:868 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." -#: sphinx/domains/std.py:876 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:888 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" -#: sphinx/domains/std.py:902 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "ανέγκυρο numfig_format: %s (%r)" -#: sphinx/domains/std.py:905 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "ανέγκυρο numfig_format: %s" -#: sphinx/domains/std.py:1129 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1131 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: sphinx/environment/__init__.py:71 +#: sphinx/environment/__init__.py:67 msgid "new config" msgstr "νέα παραμετροποίηση" -#: sphinx/environment/__init__.py:72 +#: sphinx/environment/__init__.py:68 msgid "config changed" msgstr "η παραμετροποίηση άλλαξε" -#: sphinx/environment/__init__.py:73 +#: sphinx/environment/__init__.py:69 msgid "extensions changed" msgstr "αλλαγμένες επεκτάσεις" -#: sphinx/environment/__init__.py:254 +#: sphinx/environment/__init__.py:271 msgid "build environment version not current" msgstr "η έκδοση του περιβάλλοντος μεταλώττισης δεν είναι η τρέχουσα" -#: sphinx/environment/__init__.py:256 +#: sphinx/environment/__init__.py:273 msgid "source directory has changed" msgstr "ο πηγαίος κατάλογος έχει αλλάξει" -#: sphinx/environment/__init__.py:335 +#: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." -#: sphinx/environment/__init__.py:434 +#: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" -#: sphinx/environment/__init__.py:563 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Ο τομέας %r δεν είναι καταχωρημένος" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "δείτε %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "δείτε επίσης %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Σύμβολα" -#: sphinx/environment/adapters/toctree.py:155 +#: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "αναγνωρίστηκαν κυκλικές αναφορές toctree, θα αγνοηθούν: %s <- %s" -#: sphinx/environment/adapters/toctree.py:174 +#: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "το toctree περιλαμβάνει αναφορά στο έγγραφο %r η οποία δεν έχει τίτλο: δεν θα δημιουργηθεί σύνδεσμος" -#: sphinx/environment/adapters/toctree.py:182 +#: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:80 +#: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" msgstr "το αρχείο εικόνας δεν είναι αναγνώσιμο: %s" -#: sphinx/environment/collectors/asset.py:99 +#: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" msgstr "το αρχείο εικόνας %s δεν είναι αναγνώσιμο: %s" -#: sphinx/environment/collectors/asset.py:125 +#: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" msgstr "το μεταφορτωμένο αρχείο δεν είναι αναγνώσιμο: %s" -#: sphinx/environment/collectors/toctree.py:217 +#: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "στο %s έχουν ήδη ανατεθεί αριθμοί τομέα (εμφωλιασμένο αριθμημένο toctree;)" -#: sphinx/ext/apidoc.py:78 +#: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." msgstr "Θα δημιουργούσε το αρχείο %s." -#: sphinx/ext/apidoc.py:305 +#: sphinx/ext/apidoc.py:301 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,228 +2428,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "\nΑναζητήστε αναδρομικα σε για δομοστοιχεία Python και πακέτα και δημιουργήστε \nένα αρχείο reST με οδηγίες automodule για κάθε πακέτο στο .\n\nΤα μπορεί να αποτελούν αρχεία ή/και σχέδια καταλόγων τα οποία θα \nεκτελεστούν κατά τη δημιουργία.\n\nΣημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." -#: sphinx/ext/apidoc.py:318 +#: sphinx/ext/apidoc.py:314 msgid "path to module to document" msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" -#: sphinx/ext/apidoc.py:320 +#: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" -#: sphinx/ext/apidoc.py:325 +#: sphinx/ext/apidoc.py:321 msgid "directory to place all output" msgstr "κατάλογο για τοποθέτηση όλων των προϊόντων" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" msgstr "αντικατάσταση υπάρχοντων αρχείων" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "ακολουθία συμβολικών συνδέσμων. Ισχυρό όταν συνδυάζεται με το collective.recipe.omelette." -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" -#: sphinx/ext/apidoc.py:345 +#: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" msgstr "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" -#: sphinx/ext/apidoc.py:349 +#: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "μη δημιουργείτε κεφαλίδες για πακέτα δομοστοιχείων/πακέτων (π.χ. όταν τα docstrings τα περιλαμβάνουν ήδη)" -#: sphinx/ext/apidoc.py:357 +#: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" -#: sphinx/ext/apidoc.py:361 +#: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "ερμηνεία μονοπατιών δομοστοιχείων σύμφωνα με την προδιαγραφή POP-0420 αυτονόητων namespaces" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" msgstr "επέκταση αρχείου (προεπιλογή: rst)" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" msgstr "δημιουργία ενός πλήρους έργου με το sphinx-quickstart" -#: sphinx/ext/apidoc.py:370 +#: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" msgstr "η προσθήκη του module_path στο sys.path, χρησιμοποιείται όταν δίδεται το --full" -#: sphinx/ext/apidoc.py:372 +#: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" msgstr "όνομα έργου (προεπιλογή: όνομα ριζικού δομοστοιχείου)" -#: sphinx/ext/apidoc.py:374 +#: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" msgstr "συγγραφέας(εις) έργου, χρησιμοποιείται όταν δίδεται το --full" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" msgstr "έκδοση έργου, χρησιμοποιείται όταν δίνεται το --full" -#: sphinx/ext/apidoc.py:378 +#: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "έκδοση έργου, χρησιμοποιείται όταν δίδεται το --full, προεπιλογή σε --doc-version" -#: sphinx/ext/apidoc.py:381 +#: sphinx/ext/apidoc.py:377 msgid "extension options" msgstr "επιλογές επέκτασης" -#: sphinx/ext/apidoc.py:414 +#: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." msgstr "το %s δεν είναι κατάλογος." -#: sphinx/ext/autosectionlabel.py:43 +#: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: sphinx/ext/coverage.py:38 +#: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" msgstr "ανέγκυρο regex %r σε %s" -#: sphinx/ext/coverage.py:47 +#: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Η δοκιμή της κάλυψης στις πηγές ολοκληρώθηκε, δείτε τα αποτελέσματα στο %(outdir)s python.txt." -#: sphinx/ext/coverage.py:61 +#: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "ανέγκυρο regex %r στο coverage_c_regexes" -#: sphinx/ext/coverage.py:122 +#: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: sphinx/ext/coverage.py:154 +#: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" msgstr "το δομοστοιχείο %s δεν ήταν δυνατό να εισαχθεί: %s" -#: sphinx/ext/coverage.py:250 +#: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:266 +#: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: sphinx/ext/coverage.py:279 +#: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: sphinx/ext/doctest.py:111 +#: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "λείπει '+' ή '-' στην επιλογή '%s'." -#: sphinx/ext/doctest.py:116 +#: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." msgstr "Η '%s δεν είναι μία έγκυρη επιλογή." -#: sphinx/ext/doctest.py:130 +#: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" -#: sphinx/ext/doctest.py:213 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "ανέγκυρος τύπος TestCode" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:421 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" -#: sphinx/ext/duration.py:72 +#: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" msgstr "" -#: sphinx/ext/extlinks.py:81 +#: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/extlinks.py:100 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require base URL to contain exactly one '%s' and " -"all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/extlinks.py:108 -#, python-format -msgid "" -"extlinks: Sphinx-6.0 will require a caption string to contain exactly one " -"'%s' and all other '%' need to be escaped as '%%'." -msgstr "" - -#: sphinx/ext/graphviz.py:124 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Το εξωτερικό αρχείο Graphviz %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2684,14 +2645,14 @@ msgid "" "%r" msgstr "το dot δεν παρήγαγε κανένα αρχείο εξόδου:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2701,27 +2662,27 @@ msgid "" "%r" msgstr "το dot ολοκλήρωσε με σφάλμα:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "Το graphviz_output_format πρέπει να είναι ένα από τα 'png', 'svg', αλλά είναι %r" -#: sphinx/ext/graphviz.py:276 sphinx/ext/graphviz.py:328 -#: sphinx/ext/graphviz.py:365 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "κωδικός dot %r: %s" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[γράφημα: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[γράφημα]" -#: sphinx/ext/imgconverter.py:34 +#: sphinx/ext/imgconverter.py:36 #, 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" @@ -2729,7 +2690,7 @@ msgid "" "Traceback: %s" msgstr "" -#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:67 +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format msgid "" "convert exited with error:\n" @@ -2739,178 +2700,173 @@ msgid "" "%r" msgstr "η μετατροπή ολοκλήρωσε με σφάλμα:[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/imgconverter.py:62 +#: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:137 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" -#: sphinx/ext/imgmath.py:151 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s η εντολή %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για μαθηματική απεικόνιση), ελέγξτε τη ρύθμιση imgmath_%s" -#: sphinx/ext/imgmath.py:308 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "απεικόνιση latex %r: %s" -#: sphinx/ext/imgmath.py:341 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "σε σειρά latex %r: %s" -#: sphinx/ext/imgmath.py:348 sphinx/ext/mathjax.py:47 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Μόνιμος σύνδεσμος σε αυτή την εξίσωση" -#: sphinx/ext/intersphinx.py:172 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "φότωση του αποθέματος intersphinx από %s..." -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "αδυναμία προσέγγισης οποιασδήποτε αποθήκης με τα ακόλουθα ζητήματα:" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(στη %s έκδοση %s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(στο %s)" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "το αναγνωριστικό intersphinx %r δεν είναι στοιχειοσειρά. Θα αγνοηθεί" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:62 sphinx/ext/viewcode.py:178 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[πηγή]" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Εκκρεμότητα" -#: sphinx/ext/todo.py:95 +#: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" msgstr "βρέθηκε εγγραφή TODO:%s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:155 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:167 msgid "original entry" msgstr "αρχική εγγραφή" -#: sphinx/ext/viewcode.py:235 +#: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " msgstr "επισήμανση κώδικα δομοστοιχείου..." -#: sphinx/ext/viewcode.py:267 +#: sphinx/ext/viewcode.py:269 msgid "[docs]" msgstr "[τεκμηρίωση]" -#: sphinx/ext/viewcode.py:281 +#: sphinx/ext/viewcode.py:283 msgid "Module code" msgstr "Κώδικας μονάδας" -#: sphinx/ext/viewcode.py:287 +#: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" msgstr "

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

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

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "ανέγκυρη υπογραφή για αυτόματο %s (%r)" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%s" -#: sphinx/ext/autodoc/__init__.py:629 sphinx/ext/autodoc/__init__.py:1693 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" - -#: sphinx/ext/autodoc/__init__.py:783 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2918,107 +2874,112 @@ msgid "" "explicit module name)" msgstr "δεν γνωρίζω ποιο δομοστοιχείο να εισάγω για αυτόματη τεκμηρίωση %r (προσπαθήστε να τοποθετήσετε μία οδηγία \"module\" ή \"currentmodule\" στο έγγραφο, ή να δώσετε ένα σαφές όνομα δομοστοιχείου)" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" -#: sphinx/ext/autodoc/__init__.py:1086 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1287 sphinx/ext/autodoc/__init__.py:1364 -#: sphinx/ext/autodoc/__init__.py:2773 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Βάσεις: %s" -#: sphinx/ext/autodoc/__init__.py:1780 sphinx/ext/autodoc/__init__.py:1858 -#: sphinx/ext/autodoc/__init__.py:1881 +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2164 sphinx/ext/autodoc/__init__.py:2261 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:250 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:269 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:322 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3026,46 +2987,46 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:336 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "αδυναμία ανάλυσης ονόματος %s" -#: sphinx/ext/autosummary/__init__.py:341 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "αδυναμία εισαγωγής αντικειμένου %s" -#: sphinx/ext/autosummary/__init__.py:795 +#: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:803 +#: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "Το autosummary δημιουργεί αρχεία .rst εσωτερικά. Αλλά το δικό σας source_suffix δεν περιλαμβάνει .rst. Θα παραλειφθεί." -#: sphinx/ext/autosummary/generate.py:151 -#: sphinx/ext/autosummary/generate.py:224 +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:362 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] δημιουργία autosummary για: %s" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[αυτόματη περίληψη] εγγραφή στο %s" -#: sphinx/ext/autosummary/generate.py:409 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3073,7 +3034,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:582 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3088,138 +3049,138 @@ 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" -#: sphinx/ext/autosummary/generate.py:599 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "αρχεία πηγής για να δημιουργηθούν τα αρχεία reST" -#: sphinx/ext/autosummary/generate.py:603 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "ο κατάλογος που θα τοποθετεί όλο το αποτέλεσμα εξόδου" -#: sphinx/ext/autosummary/generate.py:606 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "προεπιλεγμένη επέκταση για αρχεία (προεπιλογή: %(default)s)" -#: sphinx/ext/autosummary/generate.py:610 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "προσαρμοσμένος κατάλογος προτύπου (προεπιλογή: %(default)s)" -#: sphinx/ext/autosummary/generate.py:614 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "μέλη εισαγμένα στο έγγραφο (προεπιλογή: %(default)s)" -#: sphinx/ext/autosummary/generate.py:618 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" msgstr "Ορίσματα λέξης-κλειδί" -#: sphinx/ext/napoleon/docstring.py:672 +#: sphinx/ext/napoleon/docstring.py:676 msgid "Example" msgstr "Παράδειγμα" -#: sphinx/ext/napoleon/docstring.py:673 +#: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" msgstr "Παραδείγματα" -#: sphinx/ext/napoleon/docstring.py:733 +#: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" msgstr "Σημειώσεις" -#: sphinx/ext/napoleon/docstring.py:742 +#: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" msgstr "Άλλες παράμετροι" -#: sphinx/ext/napoleon/docstring.py:778 +#: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:782 +#: sphinx/ext/napoleon/docstring.py:786 msgid "References" msgstr "Αναφορές" -#: sphinx/ext/napoleon/docstring.py:814 +#: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" msgstr "Προειδοποιήσεις" -#: sphinx/ext/napoleon/docstring.py:818 +#: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" msgstr "Αποδόσεις" -#: sphinx/ext/napoleon/docstring.py:988 +#: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:995 +#: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1002 +#: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1009 +#: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Προσοχή" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Προσοχή" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Κίνδυνος" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Σφάλμα" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Συμβουλή" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Σημαντικό" -#: sphinx/locale/__init__.py:255 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Σημείωση" -#: sphinx/locale/__init__.py:256 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Δείτε επίσης" -#: sphinx/locale/__init__.py:257 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Πρακτική συμβουλή" -#: sphinx/locale/__init__.py:258 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Προειδοποίηση" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "συνέχεια στην επόμενη σελίδα" @@ -3241,12 +3202,13 @@ msgstr "σελίδα" msgid "Table of Contents" msgstr "Πίνακας περιεχομένων" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "Αναζήτηση" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Πάμε" @@ -3318,39 +3280,35 @@ msgstr "Σελίδες ευρετηρίου ανά γράμμα" msgid "can be huge" msgstr "μπορεί να είναι τεράστιο" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Πλοήγηση" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Αναζήτηση στο %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Σχετικά με αυτά τα κείμενα" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright%(copyright)s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Τελευταία ενημέρωση στις %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3476,107 +3434,107 @@ msgstr "Άνοιγμα πλαϊνής μπάρας" msgid "Contents" msgstr "Περιεχόμενα" -#: sphinx/transforms/__init__.py:218 +#: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" -#: sphinx/transforms/__init__.py:257 +#: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." msgstr "Η υποσημείωση [#] δεν αναφέρεται." -#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" -#: sphinx/transforms/i18n.py:367 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: sphinx/transforms/i18n.py:414 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" -#: sphinx/transforms/i18n.py:434 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: sphinx/transforms/post_transforms/__init__.py:110 +#: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:152 +#: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "περισσότεροι από ένας στόχοι βρέθηκαν για 'οποιαδήποτε' παραπομπή %r: θα μπορούσε να είναι %s" -#: sphinx/transforms/post_transforms/__init__.py:200 +#: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:203 +#: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:75 +#: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" -#: sphinx/transforms/post_transforms/images.py:103 +#: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:121 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Άγνωστος τύπος αρχείου: %s..." -#: sphinx/util/__init__.py:285 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "μη κωδικοποιήσιμοι χαρακτήρες πηγής, θα αντικατασταθούν με \"?\": %r" -#: sphinx/util/__init__.py:512 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "παράβλεψη" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:81 msgid "failed" msgstr "αποτυχία" -#: sphinx/util/docfields.py:76 +#: 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 "" -#: sphinx/util/docutils.py:295 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:588 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "άγνωστος τύπος κόμβου: %r" @@ -3596,69 +3554,73 @@ msgstr "καταγραφή λάθους: %s, %s" msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:188 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "Ανέγκυρος τύπος ημερομηνίας. Τοποθετείστε στη στοιχειοσειρά μονά εισαγωγικά εάν θέλετε να το εξάγετε απευθείας: %s" -#: sphinx/util/nodes.py:429 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" -#: sphinx/writers/html.py:121 sphinx/writers/html.py:130 -#: sphinx/writers/html5.py:99 sphinx/writers/html5.py:108 +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Μόνιμος σύνδεσμος σε αυτόν τον ορισμό" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "δεν έχει καθοριστεί numfig_format για το %s" -#: sphinx/writers/html.py:332 sphinx/writers/html5.py:310 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" -#: sphinx/writers/html.py:406 sphinx/writers/html5.py:364 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/html.py:429 sphinx/writers/html.py:434 -#: sphinx/writers/html5.py:387 sphinx/writers/html5.py:392 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Απευθείας σύνδεσμος σε αυτόν τον κώδικα" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Απευθείας σύνδεσμος σε αυτήν την εικόνα" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα περιεχομένων" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." @@ -3675,45 +3637,45 @@ msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." msgid "document title is not a single Text node" msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" -#: sphinx/writers/latex.py:653 sphinx/writers/texinfo.py:614 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" -#: sphinx/writers/latex.py:829 sphinx/writers/manpage.py:239 -#: sphinx/writers/texinfo.py:629 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Σημειώσεις υποσέλιδου" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[εικόνα: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[εικόνα]" -#: sphinx/writers/texinfo.py:1185 +#: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." -#: sphinx/writers/texinfo.py:1273 +#: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" msgstr "μη υλοποιημένος τύπος κόμβου: %r" diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js new file mode 100644 index 000000000..86ed65e7c --- /dev/null +++ b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js @@ -0,0 +1,60 @@ +Documentation.addTranslations({ + "locale": "en_DE", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": "", + "About these documents": "", + "Automatically generated list of changes in version %(version)s": "", + "C API changes": "", + "Changes in Version %(version)s — %(docstitle)s": "", + "Collapse sidebar": "", + "Complete Table of Contents": "", + "Contents": "", + "Copyright": "", + "Created using Sphinx %(sphinx_version)s.": "", + "Expand sidebar": "", + "Full index on one page": "", + "General Index": "", + "Global Module Index": "", + "Go": "", + "Hide Search Matches": "", + "Index": "", + "Index – %(key)s": "", + "Index pages by letter": "", + "Indices and tables:": "", + "Last updated on %(last_updated)s.": "", + "Library changes": "", + "Navigation": "", + "Next topic": "", + "Other changes": "", + "Overview": "", + "Please activate JavaScript to enable the search\n functionality.": "", + "Preparing search...": "", + "Previous topic": "", + "Quick search": "", + "Search": "", + "Search Page": "", + "Search Results": "", + "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search within %(docstitle)s": "", + "Searching": "", + "Searching for multiple words only shows matches that contain\n all words.": "", + "Show Source": "", + "Table of Contents": "", + "This Page": "", + "Welcome! This is": "", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "all functions, classes, terms": "", + "can be huge": "", + "last updated": "", + "lists all sections and subsections": "", + "next chapter": "", + "previous chapter": "", + "quick access to all modules": "", + "search": "", + "search this documentation": "", + "the documentation for": "" + }, + "plural_expr": "(n != 1)" +}); \ No newline at end of file diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo new file mode 100644 index 000000000..6b2aaf5b9 Binary files /dev/null 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 new file mode 100644 index 000000000..07d6aa570 --- /dev/null +++ b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po @@ -0,0 +1,3678 @@ +# Translations template for Sphinx. +# Copyright (C) 2023 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-07-24 12:38+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.12.1\n" +"Language: en_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: sphinx/application.py:153 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: sphinx/application.py:157 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: sphinx/application.py:193 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: sphinx/application.py:219 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: sphinx/application.py:235 +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:240 sphinx/registry.py:438 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:246 +msgid "" +"'setup' as currently defined in conf.py isn't a Python callable. Please " +"modify its definition to make it a callable function. This is needed for " +"conf.py to behave as a Sphinx extension." +msgstr "" + +#: sphinx/application.py:277 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: sphinx/application.py:294 sphinx/util/display.py:83 +msgid "done" +msgstr "" + +#: sphinx/application.py:296 +msgid "not available for built-in messages" +msgstr "" + +#: sphinx/application.py:312 +msgid "loading pickled environment" +msgstr "" + +#: sphinx/application.py:318 +#, python-format +msgid "failed: %s" +msgstr "" + +#: sphinx/application.py:332 +msgid "No builder selected, using default: html" +msgstr "" + +#: sphinx/application.py:365 +msgid "succeeded" +msgstr "" + +#: sphinx/application.py:366 +msgid "finished with problems" +msgstr "" + +#: sphinx/application.py:370 +#, python-format +msgid "build %s, %s warning (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:372 +#, python-format +msgid "build %s, %s warnings (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:375 +#, python-format +msgid "build %s, %s warning." +msgstr "" + +#: sphinx/application.py:377 +#, python-format +msgid "build %s, %s warnings." +msgstr "" + +#: sphinx/application.py:381 +#, python-format +msgid "build %s." +msgstr "" + +#: sphinx/application.py:611 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:690 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:712 sphinx/application.py:734 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1280 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1284 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: sphinx/application.py:1287 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1291 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: sphinx/application.py:1299 sphinx/application.py:1303 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: sphinx/config.py:175 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: sphinx/config.py:184 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: sphinx/config.py:213 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: sphinx/config.py:222 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: sphinx/config.py:227 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: sphinx/config.py:256 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: sphinx/config.py:284 +#, python-format +msgid "No such config value: %s" +msgstr "" + +#: sphinx/config.py:308 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: sphinx/config.py:356 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: sphinx/config.py:359 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: sphinx/config.py:366 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: sphinx/config.py:389 +#, python-format +msgid "" +"The config value `source_suffix' expects a string, list of strings, or " +"dictionary. But `%r' is given." +msgstr "" + +#: sphinx/config.py:408 +#, python-format +msgid "Section %s" +msgstr "" + +#: sphinx/config.py:409 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: sphinx/config.py:410 +#, python-format +msgid "Table %s" +msgstr "" + +#: sphinx/config.py:411 +#, python-format +msgid "Listing %s" +msgstr "" + +#: sphinx/config.py:448 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: sphinx/config.py:466 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: sphinx/config.py:488 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:500 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:62 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: sphinx/events.py:68 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: sphinx/events.py:107 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "" + +#: sphinx/extension.py:53 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: sphinx/extension.py:69 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "" + +#: sphinx/highlighting.py:147 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: sphinx/highlighting.py:173 +#, python-format +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:51 +#, python-format +msgid "" +"multiple files found for the document \"%s\": %r\n" +"Use %r for the build." +msgstr "" + +#: sphinx/project.py:57 +msgid "document not readable. Ignored." +msgstr "" + +#: sphinx/registry.py:132 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: sphinx/registry.py:134 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: sphinx/registry.py:162 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: sphinx/registry.py:189 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:212 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:243 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: sphinx/registry.py:269 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: sphinx/registry.py:276 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: sphinx/registry.py:285 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: sphinx/registry.py:293 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: sphinx/registry.py:309 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: sphinx/registry.py:325 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:407 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:419 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: sphinx/registry.py:432 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: sphinx/registry.py:443 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:444 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:449 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: sphinx/registry.py:458 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "" + +#: sphinx/registry.py:466 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "" + +#: sphinx/roles.py:175 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "" + +#: sphinx/roles.py:191 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: sphinx/roles.py:225 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: sphinx/theming.py:75 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/theming.py:77 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "" + +#: sphinx/theming.py:83 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "" + +#: sphinx/theming.py:106 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: sphinx/theming.py:124 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: sphinx/theming.py:214 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:228 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "" + +#: sphinx/builders/__init__.py:180 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:184 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:204 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:214 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:232 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:240 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:249 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:259 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: sphinx/builders/__init__.py:264 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:270 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:279 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:291 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/__init__.py:313 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:318 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:320 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:325 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:331 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:335 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:374 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:395 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:546 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 +msgid "preparing documents" +msgstr "" + +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 +msgid "copying images... " +msgstr "" + +#: sphinx/builders/_epub_base.py:409 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:432 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:442 +msgid "Pillow not found - copying image files" +msgstr "" + +#: sphinx/builders/_epub_base.py:468 +msgid "writing mimetype file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:473 +msgid "writing META-INF/container.xml file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:501 +msgid "writing content.opf file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:527 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" + +#: sphinx/builders/_epub_base.py:674 +msgid "writing toc.ncx file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:699 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: sphinx/builders/changes.py:28 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/changes.py:54 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: sphinx/builders/changes.py:56 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:71 +msgid "Builtins" +msgstr "" + +#: sphinx/builders/changes.py:73 +msgid "Module level" +msgstr "" + +#: sphinx/builders/changes.py:116 +msgid "copying source files..." +msgstr "" + +#: sphinx/builders/changes.py:123 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: sphinx/builders/dummy.py:16 +msgid "The dummy builder generates no files." +msgstr "" + +#: sphinx/builders/epub3.py:77 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/epub3.py:175 +msgid "writing nav.xhtml file..." +msgstr "" + +#: sphinx/builders/epub3.py:201 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:205 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:208 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:215 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:218 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:221 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:224 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:228 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:231 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:219 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:241 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:245 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:278 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/linkcheck.py:53 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:102 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: sphinx/builders/linkcheck.py:598 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: sphinx/builders/manpage.py:33 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/manpage.py:40 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:29 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:151 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/texinfo.py:43 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:70 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/texinfo.py:78 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 +msgid " (in " +msgstr "" + +#: sphinx/builders/texinfo.py:193 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:197 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: sphinx/builders/text.py:24 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: sphinx/builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:160 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:197 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:409 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "" + +#: sphinx/builders/html/__init__.py:522 +msgid "index" +msgstr "" + +#: sphinx/builders/html/__init__.py:588 +msgid "next" +msgstr "" + +#: sphinx/builders/html/__init__.py:597 +msgid "previous" +msgstr "" + +#: sphinx/builders/html/__init__.py:694 +msgid "generating indices" +msgstr "" + +#: sphinx/builders/html/__init__.py:709 +msgid "writing additional pages" +msgstr "" + +#: sphinx/builders/html/__init__.py:788 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:862 +msgid "copying static files" +msgstr "" + +#: sphinx/builders/html/__init__.py:878 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:883 +msgid "copying extra files" +msgstr "" + +#: sphinx/builders/html/__init__.py:889 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:896 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:944 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: sphinx/builders/html/__init__.py:1005 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1100 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" + +#: sphinx/builders/html/__init__.py:1105 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1134 +msgid "dumping object inventory" +msgstr "" + +#: sphinx/builders/html/__init__.py:1139 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:1181 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html/__init__.py:1285 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html/__init__.py:1288 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1313 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1331 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1338 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: sphinx/builders/html/__init__.py:1353 +#, python-format +msgid "%s %s documentation" +msgstr "" + +#: sphinx/builders/latex/__init__.py:108 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:110 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:145 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:153 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:491 +msgid "Index" +msgstr "" + +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 +msgid "Release" +msgstr "" + +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:398 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:411 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:454 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/__init__.py:462 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/theming.py:84 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" + +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: sphinx/cmd/build.py:52 +msgid "Interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:54 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:60 +msgid "Encoding error:" +msgstr "" + +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:67 +msgid "Recursion error:" +msgstr "" + +#: sphinx/cmd/build.py:70 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:75 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:81 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:84 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:100 +msgid "job number should be a positive number" +msgstr "" + +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 +msgid "For more information, visit ." +msgstr "" + +#: sphinx/cmd/build.py:109 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to documentation source files" +msgstr "" + +#: sphinx/cmd/build.py:132 +msgid "path to output directory" +msgstr "" + +#: sphinx/cmd/build.py:134 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "" + +#: sphinx/cmd/build.py:137 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:142 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:145 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:148 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:152 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:162 +msgid "override a setting in configuration file" +msgstr "" + +#: sphinx/cmd/build.py:165 +msgid "pass a value into HTML templates" +msgstr "" + +#: sphinx/cmd/build.py:168 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:173 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:175 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:179 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:182 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:185 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:188 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: sphinx/cmd/build.py:190 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:192 +msgid "with -W, keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:194 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:196 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:220 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:241 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:255 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:262 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:39 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:40 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:41 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:42 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:43 +msgid "checks for documentation coverage" +msgstr "" + +#: sphinx/cmd/quickstart.py:44 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: sphinx/cmd/quickstart.py:45 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: sphinx/cmd/quickstart.py:46 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:47 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:48 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:90 +msgid "Please enter a valid path name." +msgstr "" + +#: sphinx/cmd/quickstart.py:106 +msgid "Please enter some text." +msgstr "" + +#: sphinx/cmd/quickstart.py:113 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:120 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: sphinx/cmd/quickstart.py:126 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: sphinx/cmd/quickstart.py:206 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: sphinx/cmd/quickstart.py:208 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:213 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:216 +msgid "Enter the root path for documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:217 +msgid "Root path for the documentation" +msgstr "" + +#: sphinx/cmd/quickstart.py:222 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:224 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: sphinx/cmd/quickstart.py:226 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: sphinx/cmd/quickstart.py:233 +msgid "" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:236 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:240 +msgid "" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:243 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:247 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:248 +msgid "Project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:250 +msgid "Author name(s)" +msgstr "" + +#: sphinx/cmd/quickstart.py:254 +msgid "" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Project version" +msgstr "" + +#: sphinx/cmd/quickstart.py:261 +msgid "Project release" +msgstr "" + +#: sphinx/cmd/quickstart.py:265 +msgid "" +"If the documents are to be written in a language other than English,\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 "" + +#: sphinx/cmd/quickstart.py:273 +msgid "Project language" +msgstr "" + +#: sphinx/cmd/quickstart.py:279 +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 "" + +#: sphinx/cmd/quickstart.py:281 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:285 +msgid "" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: sphinx/cmd/quickstart.py:294 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:296 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: sphinx/cmd/quickstart.py:298 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:310 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:316 +msgid "" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:319 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:322 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: sphinx/cmd/quickstart.py:413 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: sphinx/cmd/quickstart.py:415 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:418 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: sphinx/cmd/quickstart.py:421 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:423 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: sphinx/cmd/quickstart.py:458 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:473 +msgid "quiet mode" +msgstr "" + +#: sphinx/cmd/quickstart.py:478 +msgid "project root" +msgstr "" + +#: sphinx/cmd/quickstart.py:480 +msgid "Structure options" +msgstr "" + +#: sphinx/cmd/quickstart.py:482 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: sphinx/cmd/quickstart.py:484 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:486 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:488 +msgid "Project basic options" +msgstr "" + +#: sphinx/cmd/quickstart.py:490 +msgid "project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:492 +msgid "author names" +msgstr "" + +#: sphinx/cmd/quickstart.py:494 +msgid "version of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:496 +msgid "release of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:498 +msgid "document language" +msgstr "" + +#: sphinx/cmd/quickstart.py:500 +msgid "source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:502 +msgid "master document name" +msgstr "" + +#: sphinx/cmd/quickstart.py:504 +msgid "use epub" +msgstr "" + +#: sphinx/cmd/quickstart.py:506 +msgid "Extension options" +msgstr "" + +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: sphinx/cmd/quickstart.py:516 +msgid "create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:518 +msgid "do not create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:520 +msgid "create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:523 +msgid "do not create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:526 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:529 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 +msgid "Project templating" +msgstr "" + +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 +msgid "template directory for template files" +msgstr "" + +#: sphinx/cmd/quickstart.py:537 +msgid "define a template variable" +msgstr "" + +#: sphinx/cmd/quickstart.py:570 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:584 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:586 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:601 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: sphinx/directives/code.py:60 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: sphinx/directives/code.py:81 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:205 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: sphinx/directives/code.py:219 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:259 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: sphinx/directives/code.py:285 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:290 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:108 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/directives/other.py:142 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: sphinx/directives/other.py:174 +msgid "Section author: " +msgstr "" + +#: sphinx/directives/other.py:176 +msgid "Module author: " +msgstr "" + +#: sphinx/directives/other.py:178 +msgid "Code author: " +msgstr "" + +#: sphinx/directives/other.py:180 +msgid "Author: " +msgstr "" + +#: sphinx/directives/other.py:252 +msgid ".. acks content is not a list" +msgstr "" + +#: sphinx/directives/other.py:277 +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:394 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: sphinx/domains/c.py:3247 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 +msgid "Parameters" +msgstr "" + +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 +msgid "Return values" +msgstr "" + +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:3721 +msgid "variable" +msgstr "" + +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:3723 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:3724 +msgid "struct" +msgstr "" + +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 +msgid "union" +msgstr "" + +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 +msgid "enum" +msgstr "" + +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 +msgid "function parameter" +msgstr "" + +#: sphinx/domains/changeset.py:22 +#, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:23 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:24 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: sphinx/domains/citation.py:69 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/citation.py:80 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: sphinx/domains/cpp.py:7206 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:7325 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 +msgid "class" +msgstr "" + +#: sphinx/domains/cpp.py:7868 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:7873 +msgid "template parameter" +msgstr "" + +#: sphinx/domains/javascript.py:154 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:157 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:159 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:244 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:319 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 +msgid "module" +msgstr "" + +#: sphinx/domains/javascript.py:388 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: sphinx/domains/math.py:59 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/python.py:679 +msgid "Variables" +msgstr "" + +#: sphinx/domains/python.py:683 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:1029 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:1054 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:1055 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:1109 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:1111 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:1372 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:1421 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:1448 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:1450 +msgid "property" +msgstr "" + +#: sphinx/domains/python.py:1508 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :noindex: for " +"one of them" +msgstr "" + +#: sphinx/domains/python.py:1628 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:1689 +msgid " (deprecated)" +msgstr "" + +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: sphinx/domains/rst.py:200 +#, python-format +msgid "%s (role)" +msgstr "" + +#: sphinx/domains/rst.py:209 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:210 +msgid "directive-option" +msgstr "" + +#: sphinx/domains/rst.py:211 +msgid "role" +msgstr "" + +#: sphinx/domains/rst.py:233 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: sphinx/domains/std.py:153 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:224 +#, python-format +msgid "%s command line option" +msgstr "" + +#: sphinx/domains/std.py:226 +msgid "command line option" +msgstr "" + +#: sphinx/domains/std.py:344 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: sphinx/domains/std.py:352 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: sphinx/domains/std.py:512 +msgid "glossary term" +msgstr "" + +#: sphinx/domains/std.py:513 +msgid "grammar token" +msgstr "" + +#: sphinx/domains/std.py:514 +msgid "reference label" +msgstr "" + +#: sphinx/domains/std.py:516 +msgid "environment variable" +msgstr "" + +#: sphinx/domains/std.py:517 +msgid "program option" +msgstr "" + +#: sphinx/domains/std.py:518 +msgid "document" +msgstr "" + +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 +msgid "Module Index" +msgstr "" + +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "" + +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:629 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:833 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: sphinx/domains/std.py:841 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: sphinx/domains/std.py:853 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: sphinx/domains/std.py:867 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: sphinx/domains/std.py:870 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: sphinx/domains/std.py:1100 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: sphinx/domains/std.py:1102 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: sphinx/environment/__init__.py:67 +msgid "new config" +msgstr "" + +#: sphinx/environment/__init__.py:68 +msgid "config changed" +msgstr "" + +#: sphinx/environment/__init__.py:69 +msgid "extensions changed" +msgstr "" + +#: sphinx/environment/__init__.py:271 +msgid "build environment version not current" +msgstr "" + +#: sphinx/environment/__init__.py:273 +msgid "source directory has changed" +msgstr "" + +#: sphinx/environment/__init__.py:352 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: sphinx/environment/__init__.py:451 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: sphinx/environment/__init__.py:582 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:684 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:726 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:66 +#, python-format +msgid "see %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:70 +#, python-format +msgid "see also %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:73 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:184 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 +msgid "Symbols" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:156 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:177 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:185 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "" + +#: sphinx/environment/collectors/asset.py:82 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:101 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:127 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/toctree.py:219 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:79 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: sphinx/ext/apidoc.py:301 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "path to module to document" +msgstr "" + +#: sphinx/ext/apidoc.py:316 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:321 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:326 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:329 +msgid "overwrite existing files" +msgstr "" + +#: sphinx/ext/apidoc.py:332 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:335 +msgid "run the script without creating files" +msgstr "" + +#: sphinx/ext/apidoc.py:338 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "include \"_private\" modules" +msgstr "" + +#: sphinx/ext/apidoc.py:343 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:345 +msgid "don't create a table of contents file" +msgstr "" + +#: sphinx/ext/apidoc.py:348 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:361 +msgid "file suffix (default: rst)" +msgstr "" + +#: sphinx/ext/apidoc.py:363 +msgid "generate a full project with sphinx-quickstart" +msgstr "" + +#: sphinx/ext/apidoc.py:366 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:368 +msgid "project name (default: root module name)" +msgstr "" + +#: sphinx/ext/apidoc.py:370 +msgid "project author(s), used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:372 +msgid "project version, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:374 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: sphinx/ext/apidoc.py:377 +msgid "extension options" +msgstr "" + +#: sphinx/ext/apidoc.py:410 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: sphinx/ext/autosectionlabel.py:45 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" + +#: sphinx/ext/coverage.py:40 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" + +#: sphinx/ext/coverage.py:49 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:63 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:124 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" + +#: sphinx/ext/coverage.py:156 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/coverage.py:252 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:268 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:281 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: sphinx/ext/doctest.py:112 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:117 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" + +#: sphinx/ext/doctest.py:131 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: sphinx/ext/doctest.py:217 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:275 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:425 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:511 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/duration.py:74 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: sphinx/ext/extlinks.py:77 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" + +#: sphinx/ext/graphviz.py:128 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:138 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:145 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:254 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:258 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:265 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:276 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 +msgid "[graph]" +msgstr "" + +#: sphinx/ext/imgconverter.py:36 +#, 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 "" + +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgconverter.py:64 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgmath.py:150 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:164 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:320 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:354 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 +msgid "Permalink to this equation" +msgstr "" + +#: sphinx/ext/intersphinx.py:194 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:230 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:244 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:250 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:303 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:305 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:537 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:543 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:627 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:652 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:674 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:64 +msgid "Todo" +msgstr "" + +#: sphinx/ext/todo.py:97 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:155 +msgid "<>" +msgstr "" + +#: sphinx/ext/todo.py:157 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:167 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:237 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:269 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:283 +msgid "Module code" +msgstr "" + +#: sphinx/ext/viewcode.py:289 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:315 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:316 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:134 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:142 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:394 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:510 +#, python-format +msgid "error while formatting arguments for %s: %s" +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 "" + +#: 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 "" + +#: sphinx/ext/autodoc/__init__.py:916 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:935 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:995 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1002 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1015 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1081 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1571 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1697 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 +#, python-format +msgid "alias of %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1831 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2377 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: sphinx/ext/autodoc/preserve_defaults.py:115 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:127 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:130 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:244 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:246 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:265 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:318 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:332 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:337 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:792 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:800 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:422 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:426 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:469 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:642 +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:659 +msgid "source files to generate rST files for" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:663 +msgid "directory to place all output in" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:666 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:670 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:674 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:678 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 +msgid "Keyword Arguments" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:676 +msgid "Example" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:677 +msgid "Examples" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:737 +msgid "Notes" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:746 +msgid "Other Parameters" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:782 +msgid "Receives" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:786 +msgid "References" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:818 +msgid "Warns" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:822 +msgid "Yields" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:980 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:987 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:994 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:1001 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" + +#: sphinx/locale/__init__.py:215 +msgid "Attention" +msgstr "" + +#: sphinx/locale/__init__.py:216 +msgid "Caution" +msgstr "" + +#: sphinx/locale/__init__.py:217 +msgid "Danger" +msgstr "" + +#: sphinx/locale/__init__.py:218 +msgid "Error" +msgstr "" + +#: sphinx/locale/__init__.py:219 +msgid "Hint" +msgstr "" + +#: sphinx/locale/__init__.py:220 +msgid "Important" +msgstr "" + +#: sphinx/locale/__init__.py:221 +msgid "Note" +msgstr "" + +#: sphinx/locale/__init__.py:222 +msgid "See also" +msgstr "" + +#: sphinx/locale/__init__.py:223 +msgid "Tip" +msgstr "" + +#: sphinx/locale/__init__.py:224 +msgid "Warning" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:52 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 +msgid "continued from previous page" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:63 +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + +#: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "" + +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 +msgid "Search" +msgstr "" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 +msgid "Go" +msgstr "" + +#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html: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 "" + +#: sphinx/themes/basic/layout.html:126 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/layout.html:135 +msgid "About these documents" +msgstr "" + +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:212 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:215 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/relations.html: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 "" + +#: sphinx/themes/basic/search.html:27 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +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:105 +msgid "Search Results" +msgstr "" + +#: sphinx/themes/basic/search.html:50 +#: sphinx/themes/basic/static/searchtools.js:107 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:111 +msgid "" +"Search finished, found ${resultCount} page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:209 +msgid "Searching" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:225 +msgid "Preparing search..." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:413 +msgid ", in " +msgstr "" + +#: sphinx/themes/basic/static/sphinx_highlight.js:107 +msgid "Hide Search Matches" +msgstr "" + +#: sphinx/themes/classic/layout.html:20 +#: sphinx/themes/classic/static/sidebar.js_t:57 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:48 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "" + +#: sphinx/transforms/__init__.py:217 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:256 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: sphinx/transforms/__init__.py:262 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:241 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:283 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:300 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:112 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:154 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:205 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:208 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:105 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:123 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: sphinx/util/__init__.py:191 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/display.py:76 +msgid "skipped" +msgstr "" + +#: sphinx/util/display.py:81 +msgid "failed" +msgstr "" + +#: sphinx/util/docfields.py:87 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: sphinx/util/docutils.py:307 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "" + +#: sphinx/util/docutils.py:595 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: sphinx/util/i18n.py:61 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:68 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:92 +#, python-format +msgid "locale_dir %s does not exists" +msgstr "" + +#: sphinx/util/i18n.py:183 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:607 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/rst.py:66 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 +msgid "Permalink to this definition" +msgstr "" + +#: sphinx/writers/html5.py:395 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html5.py:405 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html5.py:459 +msgid "Permalink to this term" +msgstr "" + +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 +msgid "Permalink to this heading" +msgstr "" + +#: sphinx/writers/html5.py:491 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html5.py:534 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html5.py:536 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html5.py:538 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html5.py:675 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: sphinx/writers/latex.py:331 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:382 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: sphinx/writers/latex.py:621 +msgid "document title is not a single Text node" +msgstr "" + +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:1021 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1370 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1708 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 +msgid "[image]" +msgstr "" + +#: sphinx/writers/texinfo.py:1191 +msgid "caption not inside a figure." +msgstr "" + +#: sphinx/writers/texinfo.py:1278 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js index 4807bef49..b61b563a2 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "None", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo index e44bb899a..0cbd6c54f 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 ace4eeb4b..5490e60dd 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: English (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: en_FR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js index a14704b12..b07976279 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js @@ -1,61 +1,60 @@ Documentation.addTranslations({ "locale": "en_GB", "messages": { - "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", - ", in ": "", - "About these documents": "", - "Automatically generated list of changes in version %(version)s": "", - "C API changes": "", - "Changes in Version %(version)s — %(docstitle)s": "", - "Collapse sidebar": "", - "Complete Table of Contents": "", - "Contents": "", - "Copyright": "", - "Created using Sphinx %(sphinx_version)s.": "", - "Expand sidebar": "", - "Full index on one page": "", - "General Index": "", - "Global Module Index": "", - "Go": "", - "Hide Search Matches": "", - "Index": "", - "Index – %(key)s": "", - "Index pages by letter": "", - "Indices and tables:": "", - "Last updated on %(last_updated)s.": "", - "Library changes": "", - "Navigation": "", - "Next topic": "", - "Other changes": "", - "Overview": "", - "Please activate JavaScript to enable the search\n functionality.": "", - "Preparing search...": "", - "Previous topic": "", - "Quick search": "", - "Search": "", - "Search Page": "", - "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", - "Search within %(docstitle)s": "", - "Searching": "", - "Searching for multiple words only shows matches that contain\n all words.": "", - "Show Source": "", - "Table of Contents": "", - "This Page": "", - "Welcome! This is": "", - "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", - "all functions, classes, terms": "", - "can be huge": "", - "last updated": "", - "lists all sections and subsections": "", - "next chapter": "", - "previous chapter": "", - "quick access to all modules": "", - "search": "", - "search this documentation": "", - "the documentation for": "" + "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", + "© %(copyright_prefix)s %(copyright)s.": "© %(copyright_prefix)s %(copyright)s.", + ", in ": ", in ", + "About these documents": "About these documents", + "Automatically generated list of changes in version %(version)s": "Automatically generated list of changes in version %(version)s", + "C API changes": "C API changes", + "Changes in Version %(version)s — %(docstitle)s": "Changes in Version %(version)s — %(docstitle)s", + "Collapse sidebar": "Collapse sidebar", + "Complete Table of Contents": "Complete Table of Contents", + "Contents": "Contents", + "Copyright": "Copyright", + "Created using Sphinx %(sphinx_version)s.": "Created using Sphinx %(sphinx_version)s.", + "Expand sidebar": "Expand sidebar", + "Full index on one page": "Full index on one page", + "General Index": "General Index", + "Global Module Index": "Global Module Index", + "Go": "Go", + "Hide Search Matches": "Hide Search Matches", + "Index": "Index", + "Index – %(key)s": "Index – %(key)s", + "Index pages by letter": "Index pages by letter", + "Indices and tables:": "Indices and tables:", + "Last updated on %(last_updated)s.": "Last updated on %(last_updated)s.", + "Library changes": "Library changes", + "Navigation": "Navigation", + "Next topic": "Next topic", + "Other changes": "Other changes", + "Overview": "Overview", + "Please activate JavaScript to enable the search\n functionality.": "Please activate JavaScript to enable the search\n functionality.", + "Preparing search...": "Preparing search...", + "Previous topic": "Previous topic", + "Quick search": "Quick search", + "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 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.", + "Show Source": "Show Source", + "Table of Contents": "Table of Contents", + "This Page": "This Page", + "Welcome! This is": "Welcome! This is", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.", + "all functions, classes, terms": "all functions, classes, terms", + "can be huge": "can be huge", + "last updated": "last updated", + "lists all sections and subsections": "lists all sections and subsections", + "next chapter": "next chapter", + "previous chapter": "previous chapter", + "quick access to all modules": "quick access to all modules", + "search": "search", + "search this documentation": "search this documentation", + "the documentation for": "the documentation for" }, "plural_expr": "(n != 1)" }); \ No newline at end of file diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo index b1ac7b784..6cb072f65 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 7be5443fa..8ef3c3959 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the Sphinx project. # # Translators: -# Adam Turner, 2022 +# Adam Turner, 2022-2023 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Adam Turner, 2022\n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_GB/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Cannot find source directory (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Output directory (%s) is not a directory" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Source directory and destination directory cannot be identical" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Running Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "making output directory" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "while setting up extension %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "loading translations [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "done" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "not available for built-in messages" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "loading pickled environment" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "failed: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "No builder selected, using default: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "succeeded" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "finished with problems" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "build %s, %s warning (with warnings treated as errors)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "build %s, %s warnings (with warnings treated as errors)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s warning." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "build %s, %s warnings." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "build %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "directive %r is already registered, it will be overridden" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "role %r is already registered, it will be overridden" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "the %s extension is not safe for parallel reading" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ 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" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "the %s extension is not safe for parallel writing" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "doing serial %s" @@ -175,7 +175,7 @@ msgstr "config directory doesn't contain a conf.py file (%s)" msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +msgstr "Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English)." #: sphinx/config.py:213 #, python-format @@ -319,8 +319,8 @@ msgstr "Pygments lexer name %r is not known" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "Could not lex literal_block %r as \"%s\". Highlighting skipped." #: sphinx/project.py:51 #, python-format @@ -333,87 +333,87 @@ msgstr "multiple files found for the document \"%s\": %r\nUse %r for the build." msgid "document not readable. Ignored." msgstr "document not readable. Ignored." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Builder class %s has no \"name\" attribute" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r already exists (in module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder name %s not registered or available through entry point" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder name %s not registered" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domain %s already registered" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domain %s not yet registered" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "The %r directive is already registered to domain %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "The %r role is already registered to domain %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "The %r index is already registered to domain %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "The %r object_type is already registered" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "The %r crossref_type is already registered" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r is already registered" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser for %r is already registered" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Source parser for %s not registered" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Translator for %r already exists" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r already registered" @@ -421,7 +421,7 @@ msgstr "enumerable_node %r already registered" #: sphinx/registry.py:419 #, python-format msgid "math renderer %s is already registered" -msgstr "math renderer %s is already registered" +msgstr "maths renderer %s is already registered" #: sphinx/registry.py:432 #, python-format @@ -475,742 +475,754 @@ msgstr "invalid PEP number %s" msgid "invalid RFC number %s" msgstr "invalid RFC number %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "theme %r doesn't have \"theme\" setting" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "theme %r doesn't have \"inherit\" setting" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "no theme named %r found, inherited by %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, 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" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "unsupported theme option %r given" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, 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" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "no theme named %r found (missing theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "a suitable image for %s builder not found: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "a suitable image for %s builder not found: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "building [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "writing output... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "all of %d po files" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "targets for %d po files that are specified" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "targets for %d po files that are out of date" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "all source files" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " -msgstr "" +msgstr "file %r given on command line does not exist, " -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgstr "file %r given on command line is not a valid document, ignoring" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d source files given on command line" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "targets for %d source files that are out of date" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "building [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "looking for now-outdated files... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d found" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "none found" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "pickling environment" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "checking consistency" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." -msgstr "" +msgstr "no targets are out of date." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " -msgstr "" +msgstr "updating environment: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" -msgstr "" +msgstr "%s added, %s changed, %s removed" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " -msgstr "" +msgstr "reading sources... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" -msgstr "" +msgstr "docnames to write: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" -msgstr "" +msgstr "preparing documents" + +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "copying assets" #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" -msgstr "" +msgstr "duplicated ToC entry found: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " -msgstr "" +msgstr "copying images... " #: sphinx/builders/_epub_base.py:409 #, python-format msgid "cannot read image file %r: copying it instead" -msgstr "" +msgstr "cannot read image file %r: copying it instead" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" -msgstr "" +msgstr "cannot copy image file %r: %s" #: sphinx/builders/_epub_base.py:432 #, python-format msgid "cannot write image file %r: %s" -msgstr "" +msgstr "cannot write image file %r: %s" #: sphinx/builders/_epub_base.py:442 msgid "Pillow not found - copying image files" -msgstr "" +msgstr "Pillow not found - copying image files" #: sphinx/builders/_epub_base.py:468 msgid "writing mimetype file..." -msgstr "" +msgstr "writing mimetype file..." #: sphinx/builders/_epub_base.py:473 msgid "writing META-INF/container.xml file..." -msgstr "" +msgstr "writing META-INF/container.xml file..." #: sphinx/builders/_epub_base.py:501 msgid "writing content.opf file..." -msgstr "" +msgstr "writing content.opf file..." #: sphinx/builders/_epub_base.py:527 #, python-format msgid "unknown mimetype for %s, ignoring" -msgstr "" +msgstr "unknown mimetype for %s, ignoring" #: sphinx/builders/_epub_base.py:674 msgid "writing toc.ncx file..." -msgstr "" +msgstr "writing toc.ncx file..." #: sphinx/builders/_epub_base.py:699 #, python-format msgid "writing %s file..." -msgstr "" +msgstr "writing %s file..." #: sphinx/builders/changes.py:28 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" +msgstr "The overview file is in %(outdir)s." #: sphinx/builders/changes.py:54 #, python-format msgid "no changes in version %s." -msgstr "" +msgstr "no changes in version %s." #: sphinx/builders/changes.py:56 msgid "writing summary file..." -msgstr "" +msgstr "writing summary file..." #: sphinx/builders/changes.py:71 msgid "Builtins" -msgstr "" +msgstr "Builtins" #: sphinx/builders/changes.py:73 msgid "Module level" -msgstr "" +msgstr "Module level" #: sphinx/builders/changes.py:116 msgid "copying source files..." -msgstr "" +msgstr "copying source files..." #: sphinx/builders/changes.py:123 #, python-format msgid "could not read %r for changelog creation" -msgstr "" +msgstr "could not read %r for changelog creation" #: sphinx/builders/dummy.py:16 msgid "The dummy builder generates no files." -msgstr "" +msgstr "The dummy builder generates no files." #: sphinx/builders/epub3.py:77 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "The ePub file is in %(outdir)s." #: sphinx/builders/epub3.py:175 msgid "writing nav.xhtml file..." -msgstr "" +msgstr "writing nav.xhtml file..." #: sphinx/builders/epub3.py:201 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" #: sphinx/builders/epub3.py:205 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +msgstr "conf value \"epub_uid\" should be XML NAME for EPUB3" #: sphinx/builders/epub3.py:208 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" #: sphinx/builders/epub3.py:212 msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_author\" should not be empty for EPUB3" #: sphinx/builders/epub3.py:215 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_contributor\" should not be empty for EPUB3" #: sphinx/builders/epub3.py:218 msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_description\" should not be empty for EPUB3" #: sphinx/builders/epub3.py:221 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_publisher\" should not be empty for EPUB3" #: sphinx/builders/epub3.py:224 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" #: sphinx/builders/epub3.py:228 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"epub_identifier\" should not be empty for EPUB3" #: sphinx/builders/epub3.py:231 msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +msgstr "conf value \"version\" should not be empty for EPUB3" #: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "invalid css_file: %r, ignored" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "The message catalogues are in %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "targets for %d template files" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " -msgstr "" +msgstr "reading templates... " #: sphinx/builders/gettext.py:278 msgid "writing message catalogs... " -msgstr "" +msgstr "writing message catalogues... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "Look for any errors in the above output or in %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "broken link: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" #: sphinx/builders/manpage.py:33 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "The manual pages are in %(outdir)s." #: sphinx/builders/manpage.py:40 msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +msgstr "no \"man_pages\" config value found; no manual pages will be written" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" -msgstr "" +msgstr "writing" #: sphinx/builders/manpage.py:64 #, python-format msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgstr "\"man_pages\" config value references unknown document %s" #: sphinx/builders/singlehtml.py:29 #, python-format msgid "The HTML page is in %(outdir)s." -msgstr "" +msgstr "The HTML page is in %(outdir)s." #: sphinx/builders/singlehtml.py:151 msgid "assembling single document" -msgstr "" +msgstr "assembling single document" #: sphinx/builders/singlehtml.py:169 msgid "writing additional files" -msgstr "" +msgstr "writing additional files" #: sphinx/builders/texinfo.py:41 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "The Texinfo files are in %(outdir)s." #: sphinx/builders/texinfo.py:43 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." -msgstr "" +msgstr "\nRun 'make' in that directory to run these through makeinfo\n(use 'make info' here to do that automatically)." #: sphinx/builders/texinfo.py:70 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "no \"texinfo_documents\" config value found; no documents will be written" #: sphinx/builders/texinfo.py:78 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "\"texinfo_documents\" config value references unknown document %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" -msgstr "" +msgstr "processing %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." -msgstr "" +msgstr "resolving references..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " -msgstr "" +msgstr " (in " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" -msgstr "" +msgstr "copying Texinfo support files" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" -msgstr "" +msgstr "error writing file Makefile: %s" #: sphinx/builders/text.py:24 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "The text files are in %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "error writing file %s: %s" #: sphinx/builders/xml.py:29 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "The XML files are in %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "The pseudo-XML files are in %(outdir)s." #: sphinx/builders/html/__init__.py:160 #, python-format msgid "build info file is broken: %r" -msgstr "" +msgstr "build info file is broken: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "The HTML pages are in %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" -msgstr "" +msgstr "Failed to read build info file: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" -msgstr "" +msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" -msgstr "" +msgstr "General Index" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" -msgstr "" +msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" -msgstr "" +msgstr "next" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" -msgstr "" +msgstr "previous" #: sphinx/builders/html/__init__.py:694 msgid "generating indices" -msgstr "" +msgstr "generating indices" #: sphinx/builders/html/__init__.py:709 msgid "writing additional pages" -msgstr "" +msgstr "writing additional pages" #: sphinx/builders/html/__init__.py:788 msgid "copying downloadable files... " -msgstr "" +msgstr "copying downloadable files... " #: sphinx/builders/html/__init__.py:796 #, python-format msgid "cannot copy downloadable file %r: %s" -msgstr "" +msgstr "cannot copy downloadable file %r: %s" #: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" +msgstr "Failed to copy a file in html_static_file: %s: %r" #: sphinx/builders/html/__init__.py:862 msgid "copying static files" -msgstr "" +msgstr "copying static files" #: sphinx/builders/html/__init__.py:878 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "cannot copy static file %r" #: sphinx/builders/html/__init__.py:883 msgid "copying extra files" -msgstr "" +msgstr "copying extra files" #: sphinx/builders/html/__init__.py:889 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "cannot copy extra file %r" #: sphinx/builders/html/__init__.py:896 #, python-format msgid "Failed to write build info file: %r" -msgstr "" +msgstr "Failed to write build info file: %r" #: sphinx/builders/html/__init__.py:944 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." -msgstr "" +msgstr "search index couldn't be loaded, but not all documents will be built: the index will be incomplete." #: sphinx/builders/html/__init__.py:1005 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgstr "page %s matches two patterns in html_sidebars: %r and %r" #: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." -msgstr "" +msgstr "a Unicode error occurred when rendering the page %s. Please make sure all config values that contain non-ASCII content are Unicode strings." #: sphinx/builders/html/__init__.py:1105 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "An error happened in rendering the page %s.\nReason: %r" #: sphinx/builders/html/__init__.py:1134 msgid "dumping object inventory" -msgstr "" +msgstr "dumping object inventory" #: sphinx/builders/html/__init__.py:1139 #, python-format msgid "dumping search index in %s" -msgstr "" +msgstr "dumping search index in %s" #: sphinx/builders/html/__init__.py:1181 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "invalid js_file: %r, ignored" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" - -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgstr "Many math_renderers are registered. But no math_renderer is selected." #: sphinx/builders/html/__init__.py:1288 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "Unknown math_renderer %r is given." -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path entry %r does not exist" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path entry %r is placed inside outdir" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path entry %r does not exist" + +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgstr "html_static_path entry %r is placed inside outdir" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "logo file %r does not exist" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "favicon file %r does not exist" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in configuration options)" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" -msgstr "" +msgstr "%s %s documentation" #: sphinx/builders/latex/__init__.py:108 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "The LaTeX files are in %(outdir)s." #: sphinx/builders/latex/__init__.py:110 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +msgstr "\nRun 'make' in that directory to run these through (pdf)latex\n(use `make latexpdf' here to do that automatically)." #: sphinx/builders/latex/__init__.py:145 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "no \"latex_documents\" config value found; no documents will be written" #: sphinx/builders/latex/__init__.py:153 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "\"latex_documents\" config value references unknown document %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" -msgstr "" +msgstr "Index" #: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 msgid "Release" -msgstr "" +msgstr "Release" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" -msgstr "" +msgstr "no Babel option known for language %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" -msgstr "" +msgstr "copying TeX support files" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." -msgstr "" +msgstr "copying TeX support files..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" -msgstr "" +msgstr "copying additional files" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgstr "Unknown configure key: latex_elements[%r], ignored." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +msgstr "Unknown theme option: latex_theme_options[%r], ignored." #: sphinx/builders/latex/theming.py:84 #, python-format msgid "%r doesn't have \"theme\" setting" -msgstr "" +msgstr "%r doesn't have \"theme\" setting" #: sphinx/builders/latex/theming.py:87 #, python-format msgid "%r doesn't have \"%s\" setting" -msgstr "" +msgstr "%r doesn't have \"%s\" setting" + +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "Failed to get a docname!" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "Failed to get a docname for source {source!r}!" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "No footnote was found for given reference node %r" #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "Exception occurred while building, starting debugger:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" -msgstr "" +msgstr "Interrupted!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" -msgstr "" +msgstr "reST markup error:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" -msgstr "" +msgstr "Encoding error:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." -msgstr "" +msgstr "The full traceback has been saved in %s, if you want to report the issue to the developers." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" -msgstr "" +msgstr "Recursion error:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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 "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.:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" -msgstr "" +msgstr "Exception occurred:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "Please also report this if it was a user error, so that a better error message can be provided next time." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "A bug report can be filed in the tracker at . Thanks!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" -msgstr "" +msgstr "job number should be a positive number" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." -msgstr "" +msgstr "For more information, visit ." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,266 +1239,266 @@ 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 "\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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" -msgstr "" - -#: sphinx/cmd/build.py:127 -msgid "path to output directory" -msgstr "" - -#: sphinx/cmd/build.py:129 -msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "path to documentation source files" #: sphinx/cmd/build.py:132 -msgid "general options" -msgstr "" +msgid "path to output directory" +msgstr "path to output directory" -#: sphinx/cmd/build.py:135 -msgid "builder to use (default: html)" -msgstr "" +#: sphinx/cmd/build.py:134 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "a list of specific files to rebuild. Ignored if -a is specified" #: sphinx/cmd/build.py:137 -msgid "write all files (default: only write new and changed files)" -msgstr "" +msgid "general options" +msgstr "general options" #: sphinx/cmd/build.py:140 -msgid "don't use a saved environment, always read all files" -msgstr "" +msgid "builder to use (default: html)" +msgstr "builder to use (default: html)" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:142 +msgid "write all files (default: only write new and changed files)" +msgstr "write all files (default: only write new and changed files)" + +#: sphinx/cmd/build.py:145 +msgid "don't use a saved environment, always read all files" +msgstr "don't use a saved environment, always read all files" + +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "path for the cached environment and doctree files (default: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "build in parallel with N processes where possible (special value \"auto\" will set N to cpu-count)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "path where configuration file (conf.py) is located (default: same as SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "use no config file at all, only -D options" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" -msgstr "" - -#: sphinx/cmd/build.py:160 -msgid "pass a value into HTML templates" -msgstr "" - -#: sphinx/cmd/build.py:163 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "override a setting in configuration file" #: sphinx/cmd/build.py:165 -msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgid "pass a value into HTML templates" +msgstr "pass a value into HTML templates" #: sphinx/cmd/build.py:168 -msgid "console output options" -msgstr "" +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: include \"only\" blocks with TAG" #: sphinx/cmd/build.py:170 +msgid "nit-picky mode, warn about all missing references" +msgstr "nit-picky mode, warn about all missing references" + +#: sphinx/cmd/build.py:173 +msgid "console output options" +msgstr "console output options" + +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "increase verbosity (can be repeated)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "no output on stdout, just warnings on stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" -msgstr "" +msgstr "no output at all, not even warnings" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" -msgstr "" - -#: sphinx/cmd/build.py:180 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" - -#: sphinx/cmd/build.py:183 -msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "do emit colored output (default: auto-detect)" #: sphinx/cmd/build.py:185 +msgid "do not emit colored output (default: auto-detect)" +msgstr "do not emit coloured output (default: auto-detect)" + +#: sphinx/cmd/build.py:188 +msgid "write warnings (and errors) to given file" +msgstr "write warnings (and errors) to given file" + +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" -msgstr "" +msgstr "turn warnings into errors" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" -msgstr "" +msgstr "with -W, keep going when getting warnings" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" -msgstr "" +msgstr "show full traceback on exception" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" -msgstr "" +msgstr "run Pdb on exception" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "cannot combine -a option and filenames" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "cannot open warning file %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-D option argument must be in the form name=value" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-A option argument must be in the form name=value" #: sphinx/cmd/quickstart.py:39 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "automatically insert docstrings from modules" #: sphinx/cmd/quickstart.py:40 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "automatically test code snippets in doctest blocks" #: sphinx/cmd/quickstart.py:41 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "link between Sphinx documentation of different projects" #: sphinx/cmd/quickstart.py:42 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "write \"todo\" entries that can be shown or hidden on build" #: sphinx/cmd/quickstart.py:43 msgid "checks for documentation coverage" -msgstr "" +msgstr "checks for documentation coverage" #: sphinx/cmd/quickstart.py:44 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "include maths, rendered as PNG or SVG images" #: sphinx/cmd/quickstart.py:45 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "include maths, rendered in the browser by MathJax" #: sphinx/cmd/quickstart.py:46 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "conditional inclusion of content based on config values" #: sphinx/cmd/quickstart.py:47 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "include links to the source code of documented Python objects" #: sphinx/cmd/quickstart.py:48 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "create .nojekyll file to publish the document on GitHub pages" #: sphinx/cmd/quickstart.py:90 msgid "Please enter a valid path name." -msgstr "" +msgstr "Please enter a valid path name." #: sphinx/cmd/quickstart.py:106 msgid "Please enter some text." -msgstr "" +msgstr "Please enter some text." #: sphinx/cmd/quickstart.py:113 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "Please enter one of %s." #: sphinx/cmd/quickstart.py:120 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Please enter either 'y' or 'n'." #: sphinx/cmd/quickstart.py:126 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "Please enter a file suffix, e.g. '.rst' or '.txt'." #: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Welcome to the Sphinx %s quickstart utility." #: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "Please enter values for the following settings (just press Enter to\naccept a default value, if one is given in brackets)." #: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" -msgstr "" +msgstr "Selected root path: %s" #: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." -msgstr "" +msgstr "Enter the root path for documentation." #: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" -msgstr "" +msgstr "Root path for the documentation" #: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "Error: an existing conf.py has been found in the selected root path." #: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart will not overwrite existing Sphinx projects." #: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "Please enter a new root path (or just Enter to exit)" #: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "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." #: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "Separate source and build directories (y/n)" #: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "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." #: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "Name prefix for templates and static dir" #: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "The project name will occur in several places in the built documentation." #: sphinx/cmd/quickstart.py:248 msgid "Project name" -msgstr "" +msgstr "Project name" #: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" -msgstr "" +msgstr "Author name(s)" #: sphinx/cmd/quickstart.py:254 msgid "" @@ -1495,15 +1507,15 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "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." #: sphinx/cmd/quickstart.py:259 msgid "Project version" -msgstr "" +msgstr "Project version" #: sphinx/cmd/quickstart.py:261 msgid "Project release" -msgstr "" +msgstr "Project release" #: sphinx/cmd/quickstart.py:265 msgid "" @@ -1513,21 +1525,21 @@ msgid "" "\n" "For a list of supported codes, see\n" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" +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." #: sphinx/cmd/quickstart.py:273 msgid "Project language" -msgstr "" +msgstr "Project language" #: sphinx/cmd/quickstart.py:279 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "The file name suffix for source files. Commonly, this is either \".txt\"\nor \".rst\". Only files with this suffix are considered documents." #: sphinx/cmd/quickstart.py:281 msgid "Source file suffix" -msgstr "" +msgstr "Source file suffix" #: sphinx/cmd/quickstart.py:285 msgid "" @@ -1535,91 +1547,91 @@ msgid "" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "One document is 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." #: sphinx/cmd/quickstart.py:289 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "Name of your master document (without suffix)" #: sphinx/cmd/quickstart.py:294 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "Error: the master file %s has already been found in the selected root path." #: sphinx/cmd/quickstart.py:296 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart will not overwrite the existing file." #: sphinx/cmd/quickstart.py:298 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "Please enter a new file name, or rename the existing file and press Enter" #: sphinx/cmd/quickstart.py:302 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "Indicate which of the following Sphinx extensions should be enabled:" #: sphinx/cmd/quickstart.py:310 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has been deselected." #: sphinx/cmd/quickstart.py:316 msgid "" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "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." #: sphinx/cmd/quickstart.py:319 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "Create Makefile? (y/n)" #: sphinx/cmd/quickstart.py:322 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "Create Windows command file? (y/n)" #: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "Creating file %s." #: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "File %s already exists, skipping." #: sphinx/cmd/quickstart.py:413 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "Finished: An initial directory structure has been created." #: sphinx/cmd/quickstart.py:415 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "You should now populate your master file %s and create other documentation\nsource files. " #: sphinx/cmd/quickstart.py:418 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" -msgstr "" +msgstr "Use the Makefile to build the docs, like so:\n make builder" #: sphinx/cmd/quickstart.py:421 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" -msgstr "" +msgstr "Use the sphinx-build command to build the docs, like so:\n sphinx-build -b builder %s %s" #: sphinx/cmd/quickstart.py:423 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." -msgstr "" +msgstr "where \"builder\" is one of the supported builders, e.g. html, latex or linkcheck." #: sphinx/cmd/quickstart.py:458 msgid "" @@ -1629,230 +1641,230 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\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" #: sphinx/cmd/quickstart.py:473 msgid "quiet mode" -msgstr "" +msgstr "quiet mode" #: sphinx/cmd/quickstart.py:478 msgid "project root" -msgstr "" +msgstr "project root" #: sphinx/cmd/quickstart.py:480 msgid "Structure options" -msgstr "" +msgstr "Structure options" #: sphinx/cmd/quickstart.py:482 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "if specified, separate source and build dirs" #: sphinx/cmd/quickstart.py:484 msgid "if specified, create build dir under source dir" -msgstr "" +msgstr "if specified, create build dir under source dir" #: sphinx/cmd/quickstart.py:486 msgid "replacement for dot in _templates etc." -msgstr "" +msgstr "replacement for dot in _templates etc." #: sphinx/cmd/quickstart.py:488 msgid "Project basic options" -msgstr "" +msgstr "Project basic options" #: sphinx/cmd/quickstart.py:490 msgid "project name" -msgstr "" +msgstr "project name" #: sphinx/cmd/quickstart.py:492 msgid "author names" -msgstr "" +msgstr "author names" #: sphinx/cmd/quickstart.py:494 msgid "version of project" -msgstr "" +msgstr "version of project" #: sphinx/cmd/quickstart.py:496 msgid "release of project" -msgstr "" +msgstr "release of project" #: sphinx/cmd/quickstart.py:498 msgid "document language" -msgstr "" +msgstr "document language" #: sphinx/cmd/quickstart.py:500 msgid "source file suffix" -msgstr "" +msgstr "source file suffix" #: sphinx/cmd/quickstart.py:502 msgid "master document name" -msgstr "" +msgstr "master document name" #: sphinx/cmd/quickstart.py:504 msgid "use epub" -msgstr "" +msgstr "use epub" #: sphinx/cmd/quickstart.py:506 msgid "Extension options" -msgstr "" +msgstr "Extension options" #: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "enable %s extension" #: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 msgid "enable arbitrary extensions" -msgstr "" +msgstr "enable arbitrary extensions" #: sphinx/cmd/quickstart.py:514 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "Makefile and Batchfile creation" #: sphinx/cmd/quickstart.py:516 msgid "create makefile" -msgstr "" +msgstr "create makefile" #: sphinx/cmd/quickstart.py:518 msgid "do not create makefile" -msgstr "" +msgstr "do not create makefile" #: sphinx/cmd/quickstart.py:520 msgid "create batchfile" -msgstr "" +msgstr "create batchfile" #: sphinx/cmd/quickstart.py:523 msgid "do not create batchfile" -msgstr "" +msgstr "do not create batchfile" #: sphinx/cmd/quickstart.py:526 msgid "use make-mode for Makefile/make.bat" -msgstr "" +msgstr "use make-mode for Makefile/make.bat" #: sphinx/cmd/quickstart.py:529 msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "do not use make-mode for Makefile/make.bat" #: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 msgid "Project templating" -msgstr "" +msgstr "Project templating" #: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 msgid "template directory for template files" -msgstr "" +msgstr "template directory for template files" #: sphinx/cmd/quickstart.py:537 msgid "define a template variable" -msgstr "" +msgstr "define a template variable" #: sphinx/cmd/quickstart.py:570 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." #: sphinx/cmd/quickstart.py:584 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "Error: specified path is not a directory, or sphinx files already exist." #: sphinx/cmd/quickstart.py:586 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "sphinx-quickstart only generate into a empty directory. Please specify a new root path." #: sphinx/cmd/quickstart.py:601 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "Invalid template variable: %s" #: sphinx/directives/code.py:60 msgid "non-whitespace stripped by dedent" -msgstr "" +msgstr "non-whitespace stripped by dedent" #: sphinx/directives/code.py:81 #, python-format msgid "Invalid caption: %s" -msgstr "" +msgstr "Invalid caption: %s" #: sphinx/directives/code.py:126 sphinx/directives/code.py:276 #: sphinx/directives/code.py:452 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "line number spec is out of range(1-%d): %r" #: sphinx/directives/code.py:205 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgstr "Cannot use both \"%s\" and \"%s\" options" #: sphinx/directives/code.py:219 #, python-format msgid "Include file %r not found or reading it failed" -msgstr "" +msgstr "Include file %r not found or reading it failed" #: sphinx/directives/code.py:222 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" -msgstr "" +msgstr "Encoding %r used for reading included file %r seems to be wrong, try giving an :encoding: option" #: sphinx/directives/code.py:259 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "Object named %r not found in include file %r" #: sphinx/directives/code.py:285 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgstr "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" #: sphinx/directives/code.py:290 #, python-format msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgstr "Line spec %r: no lines pulled from include file %r" #: sphinx/directives/other.py:108 #, python-format msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgstr "toctree glob pattern %r didn't match any documents" #: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 #, python-format msgid "toctree contains reference to excluded document %r" -msgstr "" +msgstr "toctree contains reference to excluded document %r" #: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "toctree contains reference to nonexisting document %r" #: sphinx/directives/other.py:142 #, python-format msgid "duplicated entry found in toctree: %s" -msgstr "" +msgstr "duplicated entry found in toctree: %s" #: sphinx/directives/other.py:174 msgid "Section author: " -msgstr "" +msgstr "Section author: " #: sphinx/directives/other.py:176 msgid "Module author: " -msgstr "" +msgstr "Module author: " #: sphinx/directives/other.py:178 msgid "Code author: " -msgstr "" +msgstr "Code author: " #: sphinx/directives/other.py:180 msgid "Author: " -msgstr "" +msgstr "Author: " #: sphinx/directives/other.py:252 msgid ".. acks content is not a list" -msgstr "" +msgstr ".. acks content is not a list" #: sphinx/directives/other.py:277 msgid ".. hlist content is not a list" -msgstr "" +msgstr ".. hlist content is not a list" #: sphinx/directives/patches.py:66 msgid "" @@ -1863,565 +1875,544 @@ msgstr "\":file:\" option for csv-table directive now recognises an absolute pat #: sphinx/domains/__init__.py:394 #, python-format msgid "%s %s" -msgstr "" +msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." -msgstr "" +msgstr "Duplicate C declaration, also defined at %s:%s.\nDeclaration is '.. c:%s:: %s'." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" -msgstr "" +msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" -msgstr "" +msgstr "Parameters" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" -msgstr "" +msgstr "Return values" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" -msgstr "" +msgstr "Returns" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" -msgstr "" +msgstr "Return type" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" -msgstr "" +msgstr "member" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" -msgstr "" +msgstr "variable" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" -msgstr "" +msgstr "function" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" -msgstr "" +msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" -msgstr "" +msgstr "struct" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" -msgstr "" +msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" -msgstr "" +msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" -msgstr "" +msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" -msgstr "" +msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" -msgstr "" +msgstr "function parameter" #: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" -msgstr "" +msgstr "New in version %s" #: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" -msgstr "" +msgstr "Changed in version %s" #: sphinx/domains/changeset.py:24 #, python-format msgid "Deprecated since version %s" -msgstr "" +msgstr "Deprecated since version %s" #: sphinx/domains/citation.py:69 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "duplicate citation %s, other instance in %s" #: sphinx/domains/citation.py:80 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "Citation [%s] is not referenced." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." -msgstr "" +msgstr "Duplicate C++ declaration, also defined at %s:%s.\nDeclaration is '.. cpp:%s:: %s'." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" -msgstr "" +msgstr "Template Parameters" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" -msgstr "" +msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" -msgstr "" +msgstr "Throws" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" -msgstr "" +msgstr "class" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" -msgstr "" +msgstr "concept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" -msgstr "" +msgstr "template parameter" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" -msgstr "" +msgstr "%s() (built-in function)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" -msgstr "" +msgstr "%s() (%s method)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" -msgstr "" +msgstr "%s() (class)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" -msgstr "" +msgstr "%s (global variable or constant)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" -msgstr "" +msgstr "%s (%s attribute)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" -msgstr "" +msgstr "Arguments" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" -msgstr "" +msgstr "%s (module)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" -msgstr "" +msgstr "method" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" -msgstr "" +msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" -msgstr "" +msgstr "attribute" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" -msgstr "" +msgstr "module" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +msgstr "duplicate %s description of %s, other %s in %s" #: sphinx/domains/math.py:59 #, python-format msgid "duplicate label of equation %s, other instance in %s" -msgstr "" +msgstr "duplicate label of equation %s, other instance in %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "Invalid math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" -msgstr "" +msgstr "Variables" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" -msgstr "" +msgstr "Raises" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" -msgstr "" +msgstr "%s() (in module %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" -msgstr "" +msgstr "%s (in module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" -msgstr "" +msgstr "%s (built-in variable)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" -msgstr "" +msgstr "%s (built-in class)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" -msgstr "" +msgstr "%s (class in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" -msgstr "" +msgstr "%s() (%s class method)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" -msgstr "" +msgstr "%s() (%s static method)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" -msgstr "" +msgstr "%s (%s property)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" -msgstr "" +msgstr "Python Module Index" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" -msgstr "" +msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" -msgstr "" +msgstr "Deprecated" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "exception" + +#: sphinx/domains/python.py:1447 msgid "class method" -msgstr "" +msgstr "class method" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" -msgstr "" +msgstr "static method" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" -msgstr "" +msgstr "property" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" -msgstr "" +msgstr "duplicate object description of %s, other instance in %s, use :noindex: for one of them" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgstr "more than one target found for cross-reference %r: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" -msgstr "" +msgstr " (deprecated)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" -msgstr "" +msgstr "%s (directive)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" -msgstr "" +msgstr ":%s: (directive option)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" -msgstr "" +msgstr "%s (role)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" -msgstr "" +msgstr "directive" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" -msgstr "" +msgstr "directive-option" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" -msgstr "" +msgstr "role" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgstr "duplicate description of %s %s, other instance in %s" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" -msgstr "" +msgstr "environment variable; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgstr "Malformed option description %r, should look like \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" or \"+opt args\"" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" -msgstr "" +msgstr "%s command line option" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" -msgstr "" +msgstr "command line option" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" -msgstr "" +msgstr "glossary term must be preceded by empty line" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" -msgstr "" +msgstr "glossary terms must not be separated by empty lines" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" -msgstr "" +msgstr "glossary seems to be misformatted, check indentation" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" -msgstr "" +msgstr "glossary term" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" -msgstr "" +msgstr "grammar token" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" -msgstr "" +msgstr "reference label" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" -msgstr "" +msgstr "environment variable" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" -msgstr "" +msgstr "programme option" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" -msgstr "" +msgstr "document" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" -msgstr "" +msgstr "Module Index" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" -msgstr "" +msgstr "Search Page" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "duplicate label %s, other instance in %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgstr "duplicate %s description of %s, other instance in %s" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgstr "numfig is disabled. :numref: is ignored." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgstr "Failed to create a cross reference. Any number is not assigned: %s" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "the link has no caption: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgstr "invalid numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" -msgstr "" +msgstr "invalid numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" -msgstr "" +msgstr "undefined label: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgstr "Failed to create a cross reference. A title or caption not found: %r" #: sphinx/environment/__init__.py:67 msgid "new config" -msgstr "" +msgstr "new config" #: sphinx/environment/__init__.py:68 msgid "config changed" -msgstr "" +msgstr "config changed" #: sphinx/environment/__init__.py:69 msgid "extensions changed" -msgstr "" +msgstr "extensions changed" #: sphinx/environment/__init__.py:271 msgid "build environment version not current" -msgstr "" +msgstr "build environment version not current" #: sphinx/environment/__init__.py:273 msgid "source directory has changed" -msgstr "" +msgstr "source directory has changed" #: sphinx/environment/__init__.py:352 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." -msgstr "" +msgstr "This environment is incompatible with the selected builder, please choose another doctree directory." #: sphinx/environment/__init__.py:451 #, python-format msgid "Failed to scan documents in %s: %r" -msgstr "" +msgstr "Failed to scan documents in %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "Domain %r is not registered" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "self referenced toctree found. Ignored." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" -msgstr "" +msgstr "document isn't included in any toctree" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" -msgstr "" +msgstr "see %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" -msgstr "" +msgstr "see also %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "unknown index entry type %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" -msgstr "" +msgstr "Symbols" #: sphinx/environment/adapters/toctree.py:156 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgstr "circular toctree references detected, ignoring: %s <- %s" #: sphinx/environment/adapters/toctree.py:177 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" -msgstr "" +msgstr "toctree contains reference to document %r that doesn't have a title: no link will be generated" #: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" -msgstr "" +msgstr "toctree contains reference to non-included document %r" #: sphinx/environment/collectors/asset.py:82 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "image file not readable: %s" #: sphinx/environment/collectors/asset.py:101 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "image file %s not readable: %s" #: sphinx/environment/collectors/asset.py:127 #, python-format msgid "download file not readable: %s" -msgstr "" +msgstr "download file not readable: %s" #: sphinx/environment/collectors/toctree.py:219 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgstr "%s is already assigned section numbers (nested numbered toctree?)" #: sphinx/ext/apidoc.py:79 #, python-format msgid "Would create file %s." -msgstr "" +msgstr "Would create file %s." #: sphinx/ext/apidoc.py:301 msgid "" @@ -2433,216 +2424,216 @@ msgid "" "excluded from generation.\n" "\n" "Note: By default this script will not overwrite already created files." -msgstr "" +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." #: sphinx/ext/apidoc.py:314 msgid "path to module to document" -msgstr "" +msgstr "path to module to document" #: sphinx/ext/apidoc.py:316 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +msgstr "fnmatch-style file and/or directory patterns to exclude from generation" #: sphinx/ext/apidoc.py:321 msgid "directory to place all output" -msgstr "" +msgstr "directory to place all output" #: sphinx/ext/apidoc.py:326 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "maximum depth of submodules to show in the TOC (default: 4)" #: sphinx/ext/apidoc.py:329 msgid "overwrite existing files" -msgstr "" +msgstr "overwrite existing files" #: sphinx/ext/apidoc.py:332 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." -msgstr "" +msgstr "follow symbolic links. Powerful when combined with collective.recipe.omelette." #: sphinx/ext/apidoc.py:335 msgid "run the script without creating files" -msgstr "" +msgstr "run the script without creating files" #: sphinx/ext/apidoc.py:338 msgid "put documentation for each module on its own page" -msgstr "" +msgstr "put documentation for each module on its own page" #: sphinx/ext/apidoc.py:341 msgid "include \"_private\" modules" -msgstr "" +msgstr "include \"_private\" modules" #: sphinx/ext/apidoc.py:343 msgid "filename of table of contents (default: modules)" -msgstr "" +msgstr "filename of table of contents (default: modules)" #: sphinx/ext/apidoc.py:345 msgid "don't create a table of contents file" -msgstr "" +msgstr "don't create a table of contents file" #: sphinx/ext/apidoc.py:348 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" -msgstr "" +msgstr "don't create headings for the module/package packages (e.g. when the docstrings already contain them)" #: sphinx/ext/apidoc.py:353 msgid "put module documentation before submodule documentation" -msgstr "" +msgstr "put module documentation before submodule documentation" #: sphinx/ext/apidoc.py:357 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" -msgstr "" +msgstr "interpret module paths according to PEP-0420 implicit namespaces specification" #: sphinx/ext/apidoc.py:361 msgid "file suffix (default: rst)" -msgstr "" +msgstr "file suffix (default: rst)" #: sphinx/ext/apidoc.py:363 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "generate a full project with sphinx-quickstart" #: sphinx/ext/apidoc.py:366 msgid "append module_path to sys.path, used when --full is given" -msgstr "" +msgstr "append module_path to sys.path, used when --full is given" #: sphinx/ext/apidoc.py:368 msgid "project name (default: root module name)" -msgstr "" +msgstr "project name (default: root module name)" #: sphinx/ext/apidoc.py:370 msgid "project author(s), used when --full is given" -msgstr "" +msgstr "project author(s), used when --full is given" #: sphinx/ext/apidoc.py:372 msgid "project version, used when --full is given" -msgstr "" +msgstr "project version, used when --full is given" #: sphinx/ext/apidoc.py:374 msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +msgstr "project release, used when --full is given, defaults to --doc-version" #: sphinx/ext/apidoc.py:377 msgid "extension options" -msgstr "" +msgstr "extension options" #: sphinx/ext/apidoc.py:410 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s is not a directory." #: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgstr "section \"%s\" gets labeled as \"%s\"" #: sphinx/ext/coverage.py:40 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "invalid regex %r in %s" #: sphinx/ext/coverage.py:49 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." -msgstr "" +msgstr "Testing of coverage in the sources finished, look at the results in %(outdir)spython.txt." #: sphinx/ext/coverage.py:63 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "invalid regex %r in coverage_c_regexes" #: sphinx/ext/coverage.py:124 #, python-format msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgstr "undocumented c api: %s [%s] in file %s" #: sphinx/ext/coverage.py:156 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "module %s could not be imported: %s" #: sphinx/ext/coverage.py:252 #, python-format msgid "undocumented python function: %s :: %s" -msgstr "" +msgstr "undocumented python function: %s :: %s" #: sphinx/ext/coverage.py:268 #, python-format msgid "undocumented python class: %s :: %s" -msgstr "" +msgstr "undocumented python class: %s :: %s" #: sphinx/ext/coverage.py:281 #, python-format msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgstr "undocumented python method: %s :: %s :: %s" #: sphinx/ext/doctest.py:112 #, python-format msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgstr "missing '+' or '-' in '%s' option." #: sphinx/ext/doctest.py:117 #, python-format msgid "'%s' is not a valid option." -msgstr "" +msgstr "'%s' is not a valid option." #: sphinx/ext/doctest.py:131 #, python-format msgid "'%s' is not a valid pyversion option" -msgstr "" +msgstr "'%s' is not a valid pyversion option" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" -msgstr "" +msgstr "invalid TestCode type" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." -msgstr "" +msgstr "Testing of doctests in the sources finished, look at the results in %(outdir)s/output.txt." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" -msgstr "" +msgstr "no code/output in %s block at %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" -msgstr "" +msgstr "ignoring invalid doctest code: %r" #: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" -msgstr "" +msgstr "====================== slowest reading durations =======================" #: sphinx/ext/extlinks.py:77 #, python-format msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +msgstr "hardcoded link %r could be replaced by an extlink (try using %r instead)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz directive cannot have both content and a filename argument" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "External Graphviz file %r not found or reading it failed" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignoring \"graphviz\" directive without content." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2650,16 +2641,16 @@ msgid "" "%r\n" "[stdout]\n" "%r" -msgstr "" +msgstr "dot did not produce an output file:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, 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" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2667,27 +2658,27 @@ msgid "" "%r\n" "[stdout]\n" "%r" -msgstr "" +msgstr "dot exited with error:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, 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" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "dot code %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" -msgstr "" +msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" -msgstr "" +msgstr "[graph]" #: sphinx/ext/imgconverter.py:36 #, python-format @@ -2695,7 +2686,7 @@ msgid "" "Unable to run the image conversion command %r. 'sphinx.ext.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 "" +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" #: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format @@ -2705,315 +2696,315 @@ msgid "" "%r\n" "[stdout]\n" "%r" -msgstr "" +msgstr "convert exited with error:\n[stderr]\n%r\n[stdout]\n%r" #: sphinx/ext/imgconverter.py:64 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" +msgstr "convert command %r cannot be run, check the image_converter setting" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" -msgstr "" +msgstr "LaTeX command %r cannot be run (needed for maths display), check the imgmath_latex setting" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" -msgstr "" +msgstr "%s command %r cannot be run (needed for maths display), check the imgmath_%s setting" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" -msgstr "" +msgstr "display latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" -msgstr "" +msgstr "inline latex %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Permalink to this equation" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgstr "intersphinx inventory has moved: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." -msgstr "" +msgstr "loading intersphinx inventory from %s..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" -msgstr "" +msgstr "encountered some issues with some of the inventories, but they had working alternatives:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +msgstr "failed to reach any of the inventories with the following issues:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" -msgstr "" +msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" -msgstr "" +msgstr "(in %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" -msgstr "" +msgstr "inventory for external cross-reference not found: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" -msgstr "" - -#: sphinx/ext/intersphinx.py:589 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" - -#: sphinx/ext/intersphinx.py:614 -#, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgstr "role for external cross-reference not found: %s" #: sphinx/ext/intersphinx.py:627 #, python-format -msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "" +msgid "external %s:%s reference target not found: %s" +msgstr "external %s:%s reference target not found: %s" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/intersphinx.py:652 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "intersphinx identifier %r is not string. Ignored" + +#: sphinx/ext/intersphinx.py:674 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "Failed to read intersphinx_mapping[%s], ignored: %r" + +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" -msgstr "" +msgstr "[source]" #: sphinx/ext/todo.py:64 msgid "Todo" -msgstr "" +msgstr "Todo" #: sphinx/ext/todo.py:97 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "TODO entry found: %s" #: sphinx/ext/todo.py:155 msgid "<>" -msgstr "" +msgstr "<>" #: sphinx/ext/todo.py:157 #, python-format msgid "(The <> is located in %s, line %d.)" -msgstr "" +msgstr "(The <> is located in %s, line %d.)" #: sphinx/ext/todo.py:167 msgid "original entry" -msgstr "" +msgstr "original entry" #: sphinx/ext/viewcode.py:237 msgid "highlighting module code... " -msgstr "" +msgstr "highlighting module code... " #: sphinx/ext/viewcode.py:269 msgid "[docs]" -msgstr "" +msgstr "[docs]" #: sphinx/ext/viewcode.py:283 msgid "Module code" -msgstr "" +msgstr "Module code" #: sphinx/ext/viewcode.py:289 #, python-format msgid "

Source code for %s

" -msgstr "" +msgstr "

Source code for %s

" #: sphinx/ext/viewcode.py:315 msgid "Overview: module code" -msgstr "" +msgstr "Overview: module code" #: sphinx/ext/viewcode.py:316 msgid "

All modules for which code is available

" -msgstr "" +msgstr "

All modules for which code is available

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" -msgstr "" +msgstr "invalid value for member-order option: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgstr "invalid value for class-doc-from option: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "invalid signature for auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "error while formatting arguments for %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" +msgstr "autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: 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 "" +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)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" -msgstr "" +msgstr "A mocked object is detected: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" -msgstr "" +msgstr "error while formatting signature for %s: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "\"::\" in automodule name doesn't make sense" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgstr "signature arguments or return annotation given for automodule %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" -msgstr "" +msgstr "__all__ should be a list of strings, not %r (in module %s) -- ignoring __all__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +msgstr "missing attribute mentioned in :members: option: module %s, attribute %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" -msgstr "" +msgstr "Failed to get a function signature for %s: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgstr "Failed to get a constructor signature for %s: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" -msgstr "" +msgstr "Bases: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "missing attribute %s in object %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" -msgstr "" +msgstr "alias of %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" -msgstr "" +msgstr "alias of TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" -msgstr "" +msgstr "Failed to get a method signature for %s: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +msgstr "Invalid __slots__ found on %s. Ignored." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgstr "Failed to parse a default argument value for %r: %s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgstr "Failed to update signature for %r: parameter not found: %s" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgstr "Failed to parse type_comment for %r: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgstr "autosummary references excluded document %r. Ignored." -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." -msgstr "" +msgstr "autosummary: stub file not found %r. Check your autosummary_generate setting." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +msgstr "A captioned autosummary requires :toctree: option. ignored." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "autosummary: failed to import %s.\nPossible hints:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" -msgstr "" +msgstr "failed to parse name %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" -msgstr "" +msgstr "failed to import object %s" #: sphinx/ext/autosummary/__init__.py:792 #, python-format msgid "autosummary_generate: file not found: %s" -msgstr "" +msgstr "autosummary_generate: file not found: %s" #: sphinx/ext/autosummary/__init__.py:800 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." -msgstr "" +msgstr "autosummary generats .rst files internally. But your source_suffix does not contain .rst. Skipped." #: sphinx/ext/autosummary/generate.py:165 #: sphinx/ext/autosummary/generate.py:238 @@ -3021,27 +3012,27 @@ msgstr "" msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" -msgstr "" +msgstr "autosummary: failed to determine %r to be documented, the following exception was raised:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[autosummary] generating autosummary for: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[autosummary] writing to %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "[autosummary] failed to import %s.\nPossible hints:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3054,634 +3045,635 @@ msgid "" "``sphinx.ext.autosummary`` Python module and can be read using::\n" "\n" " pydoc sphinx.ext.autosummary\n" -msgstr "" +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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" -msgstr "" +msgstr "source files to generate rST files for" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" -msgstr "" +msgstr "directory to place all output in" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "default suffix for files (default: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "custom template directory (default: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "document imported members (default: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" -msgstr "" +msgstr "document exactly the members in module __all__ attribute. (default: %(default)s)" #: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" -msgstr "" +msgstr "Keyword Arguments" #: sphinx/ext/napoleon/docstring.py:676 msgid "Example" -msgstr "" +msgstr "Example" #: sphinx/ext/napoleon/docstring.py:677 msgid "Examples" -msgstr "" +msgstr "Examples" #: sphinx/ext/napoleon/docstring.py:737 msgid "Notes" -msgstr "" +msgstr "Notes" #: sphinx/ext/napoleon/docstring.py:746 msgid "Other Parameters" -msgstr "" +msgstr "Other Parameters" #: sphinx/ext/napoleon/docstring.py:782 msgid "Receives" -msgstr "" +msgstr "Receives" #: sphinx/ext/napoleon/docstring.py:786 msgid "References" -msgstr "" +msgstr "References" #: sphinx/ext/napoleon/docstring.py:818 msgid "Warns" -msgstr "" +msgstr "Warns" #: sphinx/ext/napoleon/docstring.py:822 msgid "Yields" -msgstr "" +msgstr "Yields" #: sphinx/ext/napoleon/docstring.py:980 #, python-format msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgstr "invalid value set (missing closing brace): %s" #: sphinx/ext/napoleon/docstring.py:987 #, python-format msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgstr "invalid value set (missing opening brace): %s" #: sphinx/ext/napoleon/docstring.py:994 #, python-format msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgstr "malformed string literal (missing closing quote): %s" #: sphinx/ext/napoleon/docstring.py:1001 #, python-format msgid "malformed string literal (missing opening quote): %s" -msgstr "" +msgstr "malformed string literal (missing opening quote): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" -msgstr "" +msgstr "Attention" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" -msgstr "" +msgstr "Caution" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" -msgstr "" +msgstr "Danger" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" -msgstr "" +msgstr "Error" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" -msgstr "" +msgstr "Hint" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" -msgstr "" +msgstr "Important" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" -msgstr "" +msgstr "Note" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" -msgstr "" +msgstr "See also" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" -msgstr "" +msgstr "Tip" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" -msgstr "" +msgstr "Warning" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" -msgstr "" +msgstr "continued from previous page" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" -msgstr "" +msgstr "continues on next page" #: sphinx/templates/latex/sphinxmessages.sty_t:10 msgid "Non-alphabetical" -msgstr "" +msgstr "Non-alphabetical" #: sphinx/templates/latex/sphinxmessages.sty_t:12 msgid "Numbers" -msgstr "" +msgstr "Numbers" #: sphinx/templates/latex/sphinxmessages.sty_t:13 msgid "page" -msgstr "" +msgstr "page" #: 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 "" +msgstr "Table of Contents" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "" +msgstr "Search" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" -msgstr "" +msgstr "Go" #: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" -msgstr "" +msgstr "Show Source" #: sphinx/themes/basic/defindex.html:11 msgid "Overview" -msgstr "" +msgstr "Overview" #: sphinx/themes/basic/defindex.html:15 msgid "Welcome! This is" -msgstr "" +msgstr "Welcome! This is" #: sphinx/themes/basic/defindex.html:16 msgid "the documentation for" -msgstr "" +msgstr "the documentation for" #: sphinx/themes/basic/defindex.html:17 msgid "last updated" -msgstr "" +msgstr "last updated" #: sphinx/themes/basic/defindex.html:20 msgid "Indices and tables:" -msgstr "" +msgstr "Indices and tables:" #: sphinx/themes/basic/defindex.html:23 msgid "Complete Table of Contents" -msgstr "" +msgstr "Complete Table of Contents" #: sphinx/themes/basic/defindex.html:24 msgid "lists all sections and subsections" -msgstr "" +msgstr "lists all sections and subsections" #: sphinx/themes/basic/defindex.html:26 msgid "search this documentation" -msgstr "" +msgstr "search this documentation" #: sphinx/themes/basic/defindex.html:28 msgid "Global Module Index" -msgstr "" +msgstr "Global Module Index" #: sphinx/themes/basic/defindex.html:29 msgid "quick access to all modules" -msgstr "" +msgstr "quick access to all modules" #: sphinx/themes/basic/defindex.html:31 msgid "all functions, classes, terms" -msgstr "" +msgstr "all functions, classes, terms" #: sphinx/themes/basic/genindex-single.html:33 #, python-format msgid "Index – %(key)s" -msgstr "" +msgstr "Index – %(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 "" +msgstr "Full index on one page" #: sphinx/themes/basic/genindex-split.html:16 msgid "Index pages by letter" -msgstr "" +msgstr "Index pages by letter" #: sphinx/themes/basic/genindex-split.html:25 msgid "can be huge" -msgstr "" +msgstr "can be huge" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" -msgstr "" +msgstr "Navigation" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" -msgstr "" +msgstr "Search within %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" -msgstr "" +msgstr "About these documents" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" -msgstr "" +msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." -msgstr "" +msgstr "Last updated on %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "" +msgstr "Created using Sphinx %(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" -msgstr "" +msgstr "Search %(docstitle)s" #: sphinx/themes/basic/relations.html:12 msgid "Previous topic" -msgstr "" +msgstr "Previous topic" #: sphinx/themes/basic/relations.html:14 msgid "previous chapter" -msgstr "" +msgstr "previous chapter" #: sphinx/themes/basic/relations.html:19 msgid "Next topic" -msgstr "" +msgstr "Next topic" #: sphinx/themes/basic/relations.html:21 msgid "next chapter" -msgstr "" +msgstr "next chapter" #: sphinx/themes/basic/search.html:27 msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "" +msgstr "Please activate JavaScript to enable the search\n functionality." #: sphinx/themes/basic/search.html:35 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." -msgstr "" +msgstr "Searching for multiple words only shows matches that contain\n all words." #: sphinx/themes/basic/search.html:42 msgid "search" -msgstr "" +msgstr "search" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/static/searchtools.js:105 msgid "Search Results" -msgstr "" +msgstr "Search Results" #: sphinx/themes/basic/search.html:50 #: sphinx/themes/basic/static/searchtools.js:107 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." -msgstr "" +msgstr "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" -msgstr "" +msgstr "Quick search" #: sphinx/themes/basic/sourcelink.html:12 msgid "This Page" -msgstr "" +msgstr "This Page" #: sphinx/themes/basic/changes/frameset.html:5 #: sphinx/themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" +msgstr "Changes in Version %(version)s — %(docstitle)s" #: sphinx/themes/basic/changes/rstsource.html:5 #, python-format msgid "%(filename)s — %(docstitle)s" -msgstr "" +msgstr "%(filename)s — %(docstitle)s" #: sphinx/themes/basic/changes/versionchanges.html:17 #, python-format msgid "Automatically generated list of changes in version %(version)s" -msgstr "" +msgstr "Automatically generated list of changes in version %(version)s" #: sphinx/themes/basic/changes/versionchanges.html:18 msgid "Library changes" -msgstr "" +msgstr "Library changes" #: sphinx/themes/basic/changes/versionchanges.html:23 msgid "C API changes" -msgstr "" +msgstr "C API changes" #: sphinx/themes/basic/changes/versionchanges.html:25 msgid "Other changes" -msgstr "" +msgstr "Other changes" #: sphinx/themes/basic/static/searchtools.js:111 msgid "" "Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" +msgstr "Search finished, found ${resultCount} page(s) matching the search query." #: sphinx/themes/basic/static/searchtools.js:209 msgid "Searching" -msgstr "" +msgstr "Searching" #: sphinx/themes/basic/static/searchtools.js:225 msgid "Preparing search..." -msgstr "" +msgstr "Preparing search..." #: sphinx/themes/basic/static/searchtools.js:413 msgid ", in " -msgstr "" +msgstr ", in " #: sphinx/themes/basic/static/sphinx_highlight.js:107 msgid "Hide Search Matches" -msgstr "" +msgstr "Hide Search Matches" #: sphinx/themes/classic/layout.html:20 #: sphinx/themes/classic/static/sidebar.js_t:57 msgid "Collapse sidebar" -msgstr "" +msgstr "Collapse sidebar" #: sphinx/themes/classic/static/sidebar.js_t:48 msgid "Expand sidebar" -msgstr "" +msgstr "Expand sidebar" #: sphinx/themes/haiku/layout.html:24 msgid "Contents" -msgstr "" +msgstr "Contents" #: sphinx/transforms/__init__.py:217 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgstr "4 column based index found. It might be a bug of extensions you use: %r" #: sphinx/transforms/__init__.py:256 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "Footnote [%s] is not referenced." #: sphinx/transforms/__init__.py:262 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "Footnote [#] is not referenced." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "inconsistent footnote references in translated message. original: {0}, translated: {1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" -msgstr "" +msgstr "inconsistent references in translated message. original: {0}, translated: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "inconsistent citation references in translated message. original: {0}, translated: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "inconsistent term references in translated message. original: {0}, translated: {1}" #: sphinx/transforms/post_transforms/__init__.py:112 msgid "" "Could not determine the fallback text for the cross-reference. Might be a " "bug." -msgstr "" +msgstr "Could not determine the fallback text for the cross-reference. Might be a bug." #: sphinx/transforms/post_transforms/__init__.py:154 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgstr "more than one target found for 'any' cross-reference %r: could be %s" #: sphinx/transforms/post_transforms/__init__.py:205 #, python-format msgid "%s:%s reference target not found: %s" -msgstr "" +msgstr "%s:%s reference target not found: %s" #: sphinx/transforms/post_transforms/__init__.py:208 #, python-format msgid "%r reference target not found: %s" -msgstr "" +msgstr "%r reference target not found: %s" #: sphinx/transforms/post_transforms/images.py:77 #, python-format msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgstr "Could not fetch remote image: %s [%d]" #: sphinx/transforms/post_transforms/images.py:105 #, python-format msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgstr "Could not fetch remote image: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." -msgstr "" +msgstr "Unknown image format: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgstr "undecodable source characters, replacing with \"?\": %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" -msgstr "" +msgstr "skipped" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" -msgstr "" +msgstr "failed" -#: sphinx/util/docfields.py:78 +#: 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 "" +msgstr "Problem in %s domain: field is supposed to use role '%s', but that role is not in the domain." -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" -msgstr "" +msgstr "unknown directive or role name: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" -msgstr "" +msgstr "unknown node type: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "reading error: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "writing error: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" -msgstr "" +msgstr "locale_dir %s does not exists" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" -msgstr "" +msgstr "Invalid date format. Quote the string by single quote if you want to output it directly: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +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." + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "toctree contains ref to nonexisting file %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgstr "exception while evaluating only directive expression: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" -msgstr "" +msgstr "default role %s not found" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" -msgstr "" +msgstr "Permalink to this definition" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" -msgstr "" +msgstr "numfig_format is not defined for %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" -msgstr "" +msgstr "Any IDs not assigned for %s node" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" -msgstr "" +msgstr "Permalink to this term" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" -msgstr "" +msgstr "Permalink to this heading" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" -msgstr "" +msgstr "Permalink to this table" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" -msgstr "" +msgstr "Permalink to this code" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" -msgstr "" +msgstr "Permalink to this image" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" -msgstr "" +msgstr "Permalink to this toctree" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "Could not obtain image size. :scale: option is ignored." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgstr "unknown %r toplevel_sectioning for class %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." -msgstr "" +msgstr "too large :maxdepth:, ignored." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" -msgstr "" +msgstr "document title is not a single Text node" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +msgstr "encountered title node not in section, topic, table, admonition or sidebar" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" -msgstr "" +msgstr "Footnotes" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgstr "dimension unit %s is invalid. Ignored." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" -msgstr "" +msgstr "unknown index entry type %s found" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" -msgstr "" +msgstr "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" -msgstr "" +msgstr "[image]" #: sphinx/writers/texinfo.py:1191 msgid "caption not inside a figure." -msgstr "" +msgstr "caption not inside a figure." #: sphinx/writers/texinfo.py:1278 #, python-format msgid "unimplemented node type: %r" -msgstr "" +msgstr "unimplemented node type: %r" diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js index fc45ca0d5..96761bced 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "en_HK", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo index bfdb7de32..80cac6785 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 1635198d8..fe948d30c 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: English (Hong Kong) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_HK/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: en_HK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.js b/sphinx/locale/eo/LC_MESSAGES/sphinx.js index 874ba253c..706f506f4 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "eo", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index a49a5f5ac..5b39af649 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 45d1d2086..f650257c0 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tatsuro YOKOTA , 2021\n" -"Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Ne povas trovi fontan dosierujon (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -790,22 +794,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indico universala" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indico" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "sekva" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "antaŭa" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentaro" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1115,29 +1114,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametroj" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcio" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "nomaĵo" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klaso" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klaso)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "datenoj" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "escepto" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "escepto" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "vidu %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "vidu ankaŭ %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboloj" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2847,34 +2838,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Eraro" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Averto" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3210,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3287,39 +3279,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Aŭtora rajto" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.js b/sphinx/locale/es/LC_MESSAGES/sphinx.js index 93b967757..26dcfb7ae 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "es", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Derechos de autor %(copyright)s.", - "© Copyright %(copyright)s.": "© Derechos de autor %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", en ", "About these documents": "Sobre este documento", "Automatically generated list of changes in version %(version)s": "Lista de cambios generada autom\u00e1ticamente en la versi\u00f3n %(version)s", diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index cf2fe1b19..50cae530c 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 dd4afa9c8..ce23061cc 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the Sphinx project. # # Translators: +# Adam Turner, 2023 # Edward Villegas-Pulgarin , 2018 # Edward Villegas-Pulgarin , 2018-2019 # Edward Villegas-Pulgarin , 2018 @@ -15,10 +16,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Leonardo J. Caballero G. , 2013-2018,2020,2022\n" -"Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\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" @@ -26,123 +27,123 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "No se encuentra directorio fuente (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Directorio de salida (%s) no es un directorio" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Directorio fuente y directorio destino no pueden ser idénticos" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Ejecutando Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "creando directorio de salida" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "mientras configura la extensión %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' como se define actualmente en el archivo conf.py no es un Python invocable. Por favor, modifique su definición para que sea una función invocable. Esto es necesario para que el archivo conf.py se comporte como una extensión de Sphinx." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "cargando traducciones [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "hecho" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "no disponible para mensajes incorporados" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "cargando el ambiente pickled" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "fallo: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Ningún constructor seleccionado, utilizando el valor predeterminado: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "éxitoso" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "finalizo con problemas" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "compilación %s, %sadvertencia (con advertencias tratadas como errores)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "compilación %s, %s advertencias (con advertencias tratadas como errores)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "construir %s, %s advertencia." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "compilación %s, %s advertencias." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "construir %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "la directiva %r ya está registrada, esa se reemplazará" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "el rol %r ya está registrado, ese se reemplazará" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -150,12 +151,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "la extensión %s no es segura para lectura paralela" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -163,12 +164,12 @@ msgid "" "explicit" msgstr "la extensión %s no declara si es seguro para la escritura paralela, suponiendo que no lo sea - solicite al autor de la extensión que lo verifique y haga explicito" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "la extensión %s no es segura para escritura paralela" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "realizando serialmente %s" @@ -326,8 +327,8 @@ msgstr "El nombre del lexer de pigmentos %r se desconoce" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "No pudo el léxico literal_block como \"%s\". Destacado omitido." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -340,87 +341,87 @@ msgstr "varios archivos encontrados para el documento \"%s\": %r\nUse %r para la msgid "document not readable. Ignored." msgstr "documento no legible. Ignorado." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Constructor clase %s no tiene ningún atributo \"name\"" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Constructor %r ya existe (en el módulo %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nombre de constructor %s no registrados o disponibles a través del punto de entrada" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Nombre de constructor %s no registrado" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "dominio %s ya esta registrado" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "dominio %s no esta registrado" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directiva %r ya fue registrada en el dominio %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "El rol %r ya fue registrado en el dominio %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "El índice %r ya fue registrado en el dominio %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "El %r object_type ya está registrado" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "El %r crossref_type ya está registrado" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r ya está registrado" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r ya está registrado" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Analizador de fuentes para %s no registrado" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Traductor para %r ya existe" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ya esta registrado" @@ -482,164 +483,168 @@ msgstr "número de PEP inválido %s" msgid "invalid RFC number %s" msgstr "número RFC inválido %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "tema %r no tiene configuraciones de \"tema\"" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "tema %r no tiene configuraciones de \"heredar\"" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "no encontrado ningún tema llamado %r, heredado por %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "configuración de %s.%s se produce en ninguna de las configuraciones de tema buscado" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "opción de tema no soportada %r fue dada" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "archivo %r o ruta del tema no es un archivo zip válido o no contiene ningún tema" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "sin tema llamado %r encontrado (¿falta el archivo theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "una imagen adecuada para %s constructor no encontrado: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "una imagen adecuada para %s constructor no encontrado: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "compilando [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "escribiendo salida... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "todos los %d archivos po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "los objetivos para %d los archivos po que se especifican" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "los objetivos para %d los archivos po que estan desactualizados" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "todos los archivos fuente" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d archivos fuente dados en la línea de comandos" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "los objetivos para %d los archivos fuentes que estan desactualizados" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "compilando [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "buscando por archivos no actualizados... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d encontrado" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "no encontrado" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "preparando ambiente" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "verificando consistencia" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "no hay archivos objetivo desactualizados." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "actualizando ambiente: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%sañadido, %s cambiado, %s removido" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "leyendo fuentes... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "docnames para escribir: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "preparando documentos" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "entrada de tabla de contenido duplicada encontrada: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "copiando imágenes... " @@ -649,7 +654,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "no puede leer el archivo de imagen %r: en su lugar, lo copia" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "no se puede copiar archivo de imagen %r: %s" @@ -778,17 +783,17 @@ msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Los catálogos de mensajes están en %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "objetivos para los archivos de plantillas %d" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "leyendo plantillas... " @@ -796,22 +801,17 @@ msgstr "leyendo plantillas... " msgid "writing message catalogs... " msgstr "escribiendo catálogos de mensajes... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "enlace roto: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Ancla '%s' no encontrado" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, 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" @@ -825,8 +825,8 @@ msgstr "Las páginas del manual están en %(outdir)s." 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" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "escribiendo" @@ -869,24 +869,24 @@ msgstr "no se encontró el valor de configuración \"texinfo_documents\"; no se msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "El valor de configuración \"texinfo_documents\" hace referencia a un documento desconocido %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "procesando %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "resolviendo referencias..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (en " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "copiando archivos de soporte Texinfo" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "error escribiendo archivo Makefile: %s" @@ -897,7 +897,7 @@ msgid "The text files are in %(outdir)s." msgstr "Los archivos de texto están en %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "error escribiendo archivo %s: %s" @@ -907,7 +907,7 @@ msgstr "error escribiendo archivo %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Los archivos XML están en %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Los archivos pseudo-XML están en %(outdir)s." @@ -917,36 +917,36 @@ msgstr "Los archivos pseudo-XML están en %(outdir)s." msgid "build info file is broken: %r" msgstr "el archivo de información de compilación está roto: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Las páginas HTML están en %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Error al leer la información de compilación del fichero: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d de %B de %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice General" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "siguiente" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "anterior" @@ -1034,52 +1034,52 @@ msgstr "volcar el índice de búsqueda en %s" msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 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." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Desconocido math_renderer %r es dado." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "entrada html_extra_path %r no existe" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "entrada html_extra_path %r se coloca dentro de outdir" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "entrada html_static_path %r no existe" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "entrada html_static_path %r se coloca dentro de outdir" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "archivo de logo %r no existe" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "el archivo %r usado para el favicon no existe" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "documentación de %s - %s" @@ -1105,14 +1105,14 @@ msgstr "no se encontró el valor de configuración \"latex_documents\"; no se es msgid "\"latex_documents\" config value references unknown document %s" msgstr "valor de configuración \"latex_documents\" hace referencia a un documento desconocido %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Índice" @@ -1121,29 +1121,29 @@ msgstr "Índice" msgid "Release" msgstr "Versión" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "No se conoce la opción de Babel para el idioma %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "copiando archivos de soporte TeX" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "copiando archivos de soporte TeX..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "copiando archivos adicionales" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "Opción de tema desconocida: latex_theme_options[%r], ignorado." @@ -1158,66 +1158,79 @@ msgstr "%r no tiene configuración de \"tema\"" msgid "%r doesn't have \"%s\" setting" msgstr "%r no tiene configuración de \"%s\"" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Ha ocurrido un error al compilar, iniciando depurador:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "¡Interrumpido!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "error en marcado de reST:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Error de codificación:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Error de recursión:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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.:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Ha ocurrido una excepción:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 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!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "número de trabajo debe ser un número positivo" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "Para más información visite ." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1236,130 +1249,130 @@ 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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "ruta a los archivos fuente de la documentación" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "ruta al directorio de salida" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "una lista de archivos específicos para reconstruir. Ignorado si se especifica -a" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "opciones generales" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "constructor a usar (por defecto: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "escribir todos los archivos (por defecto: solo escribir archivos nuevos y modificados)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "no usar un entorno guardado, siempre leer todos los archivos" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "ruta para el entorno en caché y los archivos doctree (predeterminado: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "construir en paralelo con N procesos donde sea posible (el valor especial \"auto\" establecerá N en recuento de CPU)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "ruta del archivo de configuración (conf.py) donde se encuentra (predeterminado: igual que el valor SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "no use ningún archivo de configuración, solomente opciones -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "sobreescribir un ajuste en el fichero de configuración" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "pasar un valor a la plantilla HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "define la etiqueta: incluye bloques \"only\" con TAG" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "modo quisquilloso, advierte sobre todas las referencias faltantes" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "opciones de salida de consola" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "aumentar la verbosidad (puede repetirse)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 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" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "sin salida, ni siquiera advertencias" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "emitir salida de color (predeterminado: detección automática)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "no emite salida de color (predeterminado: detección automática)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "escribir avisos (y errores) al fichero indicado" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "convertir advertencias en errores" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "con -W, sigue adelante cuando recibas advertencias" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "mostrar rastreo completo en excepción" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "ejecutar Pdb en excepción" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "no se puede combinar la opción -a y nombres de archivo" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "no se puede abrir el archivo de advertencia %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 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" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 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" @@ -1872,75 +1885,75 @@ msgstr "\":file:\" La opción para la directiva csv-table ahora reconoce una rut msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, 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'." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parámetros" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "Valores devueltos" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Devuelve" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tipo del valor devuelto" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "miembro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "función" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "estructura" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "unión" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumeración" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "parámetro de función" @@ -1969,91 +1982,90 @@ msgstr "citación duplicada %s, otra instancia en %s" msgid "Citation [%s] is not referenced." msgstr "Citación [%s] no está referenciada." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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'." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parametros de Plantilla" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Lanzamientos" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "clase" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "concepto" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "parámetro de plantilla" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (función incorporada)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (método de %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (clase)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable global o constante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo de %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dato" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "módulo" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "duplicada %s descripción de %s, otra %s en %s" @@ -2063,263 +2075,243 @@ msgstr "duplicada %s descripción de %s, otra %s en %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "etiqueta duplicada de la ecuación %s, otra instancia en %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "No válido math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "palabra clave" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operador" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objeto" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "excepción" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "sentencia" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "función incorporada" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Muestra" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (en el módulo %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (en el módulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable incorporada)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (clase incorporada)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (clase en %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de clase de %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático de %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (%s propiedad)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "excepción" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "método de la clase" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "propiedad" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "descripción duplicada del objeto de %s, otra instancia en %s, utilice :noindex: para uno de ellos" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, 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" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (obsoleto)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (directiva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (opción directiva)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "directiva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "directive-option" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rol" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "descripción duplicada de %s %s, otra instancia en %s" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variables de entorno; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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\"" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "opción de línea de comando %s" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "opción de línea de comando" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "el término del glosario debe ir precedido de una línea vacía" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 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" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "el glosario parece estar mal formateado, verifique la sangría" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "termino de glosario" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "gramática simbólica" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "etiqueta de referencia" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variables de entorno" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opción de programa" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "documento" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Índice de Módulos" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Búsqueda" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "etiqueta duplicada %s, otra instancia en %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "duplicada %s descripción de %s, otra instancia en %s" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig está deshabilitado. :numref: se ignora." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, 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" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "el enlace no tiene subtítulo: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "inválido numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "inválido numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "etiqueta indefinida: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, 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" @@ -2355,35 +2347,35 @@ msgstr "Este entorno es incompatible con el generador seleccionado, elija otro d msgid "Failed to scan documents in %s: %r" msgstr "Error al escanear los documentos en %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Dominio %r no está registrado" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "toctree auto referenciado encontrado. Ignorado." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "documento no está incluido en ningún toctree" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "ver %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "ver también %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "tipo de entrada de índice desconocido %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Símbolos" @@ -2604,23 +2596,23 @@ msgstr "'%s' no es una opción válida." msgid "'%s' is not a valid pyversion option" msgstr "'%s' no es una opción pyversion válida" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "tipo de TestCode inválido" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "sin código/salida en el bloque %s en %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "ignorando el código doctest no válido: %r" @@ -2636,20 +2628,20 @@ 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)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Directiva Graphviz no puede tener tanto el contenido y un argumento de nombre de archivo" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Archivo externo Graphviz %r no encontrado o la lectura del mismo fallo" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorando la directiva \"graphviz\" sin contenido." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2659,14 +2651,14 @@ msgid "" "%r" msgstr "dot no produjo un archivo de salida:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "comando dot %r no se puede ejecutar (necesarios para la salida de graphviz), Compruebe la configuración de graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2676,23 +2668,23 @@ msgid "" "%r" msgstr "dot salió con error:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "el valor del parámetro graphviz_output_format debe ser uno de 'png', 'svg', pero es %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "dot código %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[gráfica: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[gráfica]" @@ -2719,90 +2711,90 @@ msgstr "convert salió con error:\n[stderr]\n%r\n[stdout]\n%r" 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" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, 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" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "visualizar latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "en línea latex %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Enlace permanente a esta ecuación" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "el inventario intersphinx se ha movido: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "cargando inventario intersphinx desde %s..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 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:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 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:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(en %s versión %s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(en %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "inventario para referencia cruzada externa no encontrado: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "rol para referencia cruzada externa no encontrado: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "%s externo: destino de referencia %s no encontrado: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "el identificador de intersphinx %r no es una cadena. Ignorado" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Error al leer intersphinx_mapping[%s], ignorado: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[fuente]" @@ -2853,34 +2845,34 @@ msgstr "Resumen: código de modulo" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "valor no válido para la opción de pedido de miembro: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "valor no válido para la opción class-doc-from: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "firma inválida para auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "error al formatear argumentos para %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc: no pudo determinar %s.%s (%r) para ser documentado, se planteó la siguiente excepción:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2888,112 +2880,112 @@ msgid "" "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)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "Se detecta un objeto simulado: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "error al formatear la firma para %s: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" en el nombre del automodule no tiene sentido" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, 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" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, 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__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, 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" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Error al obtener una firma de función para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "Error al obtener una firma de constructor para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Bases: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "falta el atributo %s en el objeto %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "alias de %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "alias de TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "Error al obtener una firma de método para %s: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, 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" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, 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" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "Error al analizar type_comment para %r: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referencias autosummary excluidas documento %r. Ignorado." -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, 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." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Un resumen automático con subtítulos requiere la opción :toctree: ignorado." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3001,12 +2993,12 @@ msgid "" "%s" msgstr "autosummary: no se pudo importar %s.\nPosibles pistas:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "fallo al analizar el nombre %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "fallo al importar el objeto %s" @@ -3030,17 +3022,17 @@ msgid "" "%s" msgstr "autosummary: no se pudo determinar %r que se documentará, se produjo la siguiente excepción:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] generar autosummary para: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] escribiendo a %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3048,7 +3040,7 @@ msgid "" "%s" msgstr "[autosummary] no se pudo importar %s.\nPosibles pistas:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3063,30 +3055,30 @@ 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "archivos fuente para generar archivos rST para" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "directorio para colocar toda la salida en" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "sufijo predeterminado para archivos (predeterminado: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "directorio de plantillas personalizadas (predeterminado: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "documento importados miembros (predeterminado: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3149,55 +3141,55 @@ msgstr "literal de cadena con formato incorrecto (falta la comilla de cierre): % msgid "malformed string literal (missing opening quote): %s" msgstr "literal de cadena con formato incorrecto (falta la comilla de apertura): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Atención" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Prudencia" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Peligro" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Error" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Consejo" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Ver también" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Truco" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Advertencia" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "proviene de la página anterior" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" -msgstr "continué en la próxima página" +msgstr "continúe en la próxima página" #: sphinx/templates/latex/sphinxmessages.sty_t:10 msgid "Non-alphabetical" @@ -3216,12 +3208,13 @@ msgstr "página" msgid "Table of Contents" msgstr "Tabla de contenido" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Búsqueda" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ir a" @@ -3293,39 +3286,35 @@ msgstr "Índice alfabético de páginas" msgid "can be huge" msgstr "puede ser muy grande" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navegación" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Buscar en %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Sobre este documento" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Derechos de autor %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Derechos de autor %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Actualizado por última vez en %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3466,25 +3455,25 @@ msgstr "Pie de página [%s] no está referenciado." msgid "Footnote [#] is not referenced." msgstr "Pie de página [#] no está referenciado." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 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}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "referencias de citas inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3521,166 +3510,170 @@ msgstr "No se pudo recuperar la imagen remota: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "No se pudo recuperar la imagen remota: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Formato de imagen desconocido: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "caracteres fuente no codificables, reemplazando con \"?\": %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "omitido" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "fallado" -#: sphinx/util/docfields.py:78 +#: 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 dominio %s: se supone que el campo debe usar el rol '%s', pero ese rol no está en el dominio." -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "directiva desconocida o nombre de rol: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "tipo de nodo desconocido: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "leyendo error: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "escribiendo error: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s no existe" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, 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/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "toctree contiene referencia al archivo inexistente %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "excepción al evaluar solamente la expresión directiva: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "rol por defecto %s no encontrado" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Enlazar permanentemente con esta definición" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format no está definido para %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "Cualquier ID no asignado para el nodo %s" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "Enlace permanente a este término" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "Enlace permanente a este encabezado" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Enlace permanente a esta tabla" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Enlace permanente a este código fuente" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Enlace permanente a esta imagen" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Enlace permanente a la tabla de contenidos" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 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." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "desconocida %r toplevel_sectioning para la clase %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "demasiado grande :maxdepth:, ignorado." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "título del documento no es un nodo de Texto único" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 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" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notas a pie de página" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 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." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "la unidad de dimensión %s no es válida. Ignorado." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "tipo de entrada de índice desconocido %s encontrado" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[imagen: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[imagen]" diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js new file mode 100644 index 000000000..855960144 --- /dev/null +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js @@ -0,0 +1,60 @@ +Documentation.addTranslations({ + "locale": "es_CO", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": "", + "About these documents": "", + "Automatically generated list of changes in version %(version)s": "", + "C API changes": "", + "Changes in Version %(version)s — %(docstitle)s": "", + "Collapse sidebar": "", + "Complete Table of Contents": "", + "Contents": "", + "Copyright": "", + "Created using Sphinx %(sphinx_version)s.": "", + "Expand sidebar": "", + "Full index on one page": "", + "General Index": "", + "Global Module Index": "", + "Go": "", + "Hide Search Matches": "", + "Index": "", + "Index – %(key)s": "", + "Index pages by letter": "", + "Indices and tables:": "", + "Last updated on %(last_updated)s.": "", + "Library changes": "", + "Navigation": "", + "Next topic": "", + "Other changes": "", + "Overview": "", + "Please activate JavaScript to enable the search\n functionality.": "", + "Preparing search...": "", + "Previous topic": "", + "Quick search": "", + "Search": "", + "Search Page": "", + "Search Results": "", + "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search within %(docstitle)s": "", + "Searching": "", + "Searching for multiple words only shows matches that contain\n all words.": "", + "Show Source": "", + "Table of Contents": "", + "This Page": "", + "Welcome! This is": "", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "all functions, classes, terms": "", + "can be huge": "", + "last updated": "", + "lists all sections and subsections": "", + "next chapter": "", + "previous chapter": "", + "quick access to all modules": "", + "search": "", + "search this documentation": "", + "the documentation for": "" + }, + "plural_expr": "n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2" +}); \ No newline at end of file diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo new file mode 100644 index 000000000..4f96b534d Binary files /dev/null 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 new file mode 100644 index 000000000..01ebf7e8d --- /dev/null +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po @@ -0,0 +1,3678 @@ +# Translations template for Sphinx. +# Copyright (C) 2023 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-07-24 12:38+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.12.1\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: sphinx/application.py:153 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: sphinx/application.py:157 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: sphinx/application.py:193 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: sphinx/application.py:219 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: sphinx/application.py:235 +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:240 sphinx/registry.py:438 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:246 +msgid "" +"'setup' as currently defined in conf.py isn't a Python callable. Please " +"modify its definition to make it a callable function. This is needed for " +"conf.py to behave as a Sphinx extension." +msgstr "" + +#: sphinx/application.py:277 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: sphinx/application.py:294 sphinx/util/display.py:83 +msgid "done" +msgstr "" + +#: sphinx/application.py:296 +msgid "not available for built-in messages" +msgstr "" + +#: sphinx/application.py:312 +msgid "loading pickled environment" +msgstr "" + +#: sphinx/application.py:318 +#, python-format +msgid "failed: %s" +msgstr "" + +#: sphinx/application.py:332 +msgid "No builder selected, using default: html" +msgstr "" + +#: sphinx/application.py:365 +msgid "succeeded" +msgstr "" + +#: sphinx/application.py:366 +msgid "finished with problems" +msgstr "" + +#: sphinx/application.py:370 +#, python-format +msgid "build %s, %s warning (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:372 +#, python-format +msgid "build %s, %s warnings (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:375 +#, python-format +msgid "build %s, %s warning." +msgstr "" + +#: sphinx/application.py:377 +#, python-format +msgid "build %s, %s warnings." +msgstr "" + +#: sphinx/application.py:381 +#, python-format +msgid "build %s." +msgstr "" + +#: sphinx/application.py:611 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:690 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:712 sphinx/application.py:734 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1280 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1284 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: sphinx/application.py:1287 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1291 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: sphinx/application.py:1299 sphinx/application.py:1303 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: sphinx/config.py:175 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: sphinx/config.py:184 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: sphinx/config.py:213 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: sphinx/config.py:222 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: sphinx/config.py:227 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: sphinx/config.py:256 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: sphinx/config.py:284 +#, python-format +msgid "No such config value: %s" +msgstr "" + +#: sphinx/config.py:308 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: sphinx/config.py:356 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: sphinx/config.py:359 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: sphinx/config.py:366 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: sphinx/config.py:389 +#, python-format +msgid "" +"The config value `source_suffix' expects a string, list of strings, or " +"dictionary. But `%r' is given." +msgstr "" + +#: sphinx/config.py:408 +#, python-format +msgid "Section %s" +msgstr "" + +#: sphinx/config.py:409 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: sphinx/config.py:410 +#, python-format +msgid "Table %s" +msgstr "" + +#: sphinx/config.py:411 +#, python-format +msgid "Listing %s" +msgstr "" + +#: sphinx/config.py:448 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: sphinx/config.py:466 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: sphinx/config.py:488 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:500 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:62 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: sphinx/events.py:68 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: sphinx/events.py:107 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "" + +#: sphinx/extension.py:53 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: sphinx/extension.py:69 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "" + +#: sphinx/highlighting.py:147 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: sphinx/highlighting.py:173 +#, python-format +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:51 +#, python-format +msgid "" +"multiple files found for the document \"%s\": %r\n" +"Use %r for the build." +msgstr "" + +#: sphinx/project.py:57 +msgid "document not readable. Ignored." +msgstr "" + +#: sphinx/registry.py:132 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: sphinx/registry.py:134 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: sphinx/registry.py:162 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: sphinx/registry.py:189 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:212 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:243 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: sphinx/registry.py:269 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: sphinx/registry.py:276 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: sphinx/registry.py:285 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: sphinx/registry.py:293 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: sphinx/registry.py:309 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: sphinx/registry.py:325 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:407 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:419 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: sphinx/registry.py:432 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: sphinx/registry.py:443 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:444 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:449 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: sphinx/registry.py:458 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "" + +#: sphinx/registry.py:466 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "" + +#: sphinx/roles.py:175 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "" + +#: sphinx/roles.py:191 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: sphinx/roles.py:225 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: sphinx/theming.py:75 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/theming.py:77 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "" + +#: sphinx/theming.py:83 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "" + +#: sphinx/theming.py:106 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: sphinx/theming.py:124 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: sphinx/theming.py:214 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:228 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "" + +#: sphinx/builders/__init__.py:180 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:184 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:204 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:214 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:232 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:240 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:249 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:259 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: sphinx/builders/__init__.py:264 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:270 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:279 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:291 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/__init__.py:313 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:318 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:320 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:325 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:331 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:335 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:374 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:395 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:546 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 +msgid "preparing documents" +msgstr "" + +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 +msgid "copying images... " +msgstr "" + +#: sphinx/builders/_epub_base.py:409 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:432 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:442 +msgid "Pillow not found - copying image files" +msgstr "" + +#: sphinx/builders/_epub_base.py:468 +msgid "writing mimetype file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:473 +msgid "writing META-INF/container.xml file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:501 +msgid "writing content.opf file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:527 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" + +#: sphinx/builders/_epub_base.py:674 +msgid "writing toc.ncx file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:699 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: sphinx/builders/changes.py:28 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/changes.py:54 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: sphinx/builders/changes.py:56 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:71 +msgid "Builtins" +msgstr "" + +#: sphinx/builders/changes.py:73 +msgid "Module level" +msgstr "" + +#: sphinx/builders/changes.py:116 +msgid "copying source files..." +msgstr "" + +#: sphinx/builders/changes.py:123 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: sphinx/builders/dummy.py:16 +msgid "The dummy builder generates no files." +msgstr "" + +#: sphinx/builders/epub3.py:77 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/epub3.py:175 +msgid "writing nav.xhtml file..." +msgstr "" + +#: sphinx/builders/epub3.py:201 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:205 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:208 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:215 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:218 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:221 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:224 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:228 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:231 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:219 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:241 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:245 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:278 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/linkcheck.py:53 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:102 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: sphinx/builders/linkcheck.py:598 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: sphinx/builders/manpage.py:33 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/manpage.py:40 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:29 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:151 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/texinfo.py:43 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:70 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/texinfo.py:78 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 +msgid " (in " +msgstr "" + +#: sphinx/builders/texinfo.py:193 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:197 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: sphinx/builders/text.py:24 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: sphinx/builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:160 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:197 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:409 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "" + +#: sphinx/builders/html/__init__.py:522 +msgid "index" +msgstr "" + +#: sphinx/builders/html/__init__.py:588 +msgid "next" +msgstr "" + +#: sphinx/builders/html/__init__.py:597 +msgid "previous" +msgstr "" + +#: sphinx/builders/html/__init__.py:694 +msgid "generating indices" +msgstr "" + +#: sphinx/builders/html/__init__.py:709 +msgid "writing additional pages" +msgstr "" + +#: sphinx/builders/html/__init__.py:788 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:862 +msgid "copying static files" +msgstr "" + +#: sphinx/builders/html/__init__.py:878 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:883 +msgid "copying extra files" +msgstr "" + +#: sphinx/builders/html/__init__.py:889 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:896 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:944 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: sphinx/builders/html/__init__.py:1005 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1100 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" + +#: sphinx/builders/html/__init__.py:1105 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1134 +msgid "dumping object inventory" +msgstr "" + +#: sphinx/builders/html/__init__.py:1139 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:1181 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html/__init__.py:1285 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html/__init__.py:1288 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1313 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1331 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1338 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: sphinx/builders/html/__init__.py:1353 +#, python-format +msgid "%s %s documentation" +msgstr "" + +#: sphinx/builders/latex/__init__.py:108 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:110 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:145 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:153 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:491 +msgid "Index" +msgstr "" + +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 +msgid "Release" +msgstr "" + +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:398 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:411 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:454 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/__init__.py:462 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/theming.py:84 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" + +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: sphinx/cmd/build.py:52 +msgid "Interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:54 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:60 +msgid "Encoding error:" +msgstr "" + +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:67 +msgid "Recursion error:" +msgstr "" + +#: sphinx/cmd/build.py:70 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:75 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:81 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:84 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:100 +msgid "job number should be a positive number" +msgstr "" + +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 +msgid "For more information, visit ." +msgstr "" + +#: sphinx/cmd/build.py:109 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to documentation source files" +msgstr "" + +#: sphinx/cmd/build.py:132 +msgid "path to output directory" +msgstr "" + +#: sphinx/cmd/build.py:134 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "" + +#: sphinx/cmd/build.py:137 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:142 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:145 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:148 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:152 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:162 +msgid "override a setting in configuration file" +msgstr "" + +#: sphinx/cmd/build.py:165 +msgid "pass a value into HTML templates" +msgstr "" + +#: sphinx/cmd/build.py:168 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:173 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:175 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:179 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:182 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:185 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:188 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: sphinx/cmd/build.py:190 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:192 +msgid "with -W, keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:194 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:196 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:220 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:241 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:255 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:262 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:39 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:40 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:41 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:42 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:43 +msgid "checks for documentation coverage" +msgstr "" + +#: sphinx/cmd/quickstart.py:44 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: sphinx/cmd/quickstart.py:45 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: sphinx/cmd/quickstart.py:46 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:47 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:48 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:90 +msgid "Please enter a valid path name." +msgstr "" + +#: sphinx/cmd/quickstart.py:106 +msgid "Please enter some text." +msgstr "" + +#: sphinx/cmd/quickstart.py:113 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:120 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: sphinx/cmd/quickstart.py:126 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: sphinx/cmd/quickstart.py:206 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: sphinx/cmd/quickstart.py:208 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:213 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:216 +msgid "Enter the root path for documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:217 +msgid "Root path for the documentation" +msgstr "" + +#: sphinx/cmd/quickstart.py:222 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:224 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: sphinx/cmd/quickstart.py:226 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: sphinx/cmd/quickstart.py:233 +msgid "" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:236 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:240 +msgid "" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:243 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:247 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:248 +msgid "Project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:250 +msgid "Author name(s)" +msgstr "" + +#: sphinx/cmd/quickstart.py:254 +msgid "" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Project version" +msgstr "" + +#: sphinx/cmd/quickstart.py:261 +msgid "Project release" +msgstr "" + +#: sphinx/cmd/quickstart.py:265 +msgid "" +"If the documents are to be written in a language other than English,\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 "" + +#: sphinx/cmd/quickstart.py:273 +msgid "Project language" +msgstr "" + +#: sphinx/cmd/quickstart.py:279 +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 "" + +#: sphinx/cmd/quickstart.py:281 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:285 +msgid "" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: sphinx/cmd/quickstart.py:294 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:296 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: sphinx/cmd/quickstart.py:298 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:310 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:316 +msgid "" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:319 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:322 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: sphinx/cmd/quickstart.py:413 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: sphinx/cmd/quickstart.py:415 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:418 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: sphinx/cmd/quickstart.py:421 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:423 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: sphinx/cmd/quickstart.py:458 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:473 +msgid "quiet mode" +msgstr "" + +#: sphinx/cmd/quickstart.py:478 +msgid "project root" +msgstr "" + +#: sphinx/cmd/quickstart.py:480 +msgid "Structure options" +msgstr "" + +#: sphinx/cmd/quickstart.py:482 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: sphinx/cmd/quickstart.py:484 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:486 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:488 +msgid "Project basic options" +msgstr "" + +#: sphinx/cmd/quickstart.py:490 +msgid "project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:492 +msgid "author names" +msgstr "" + +#: sphinx/cmd/quickstart.py:494 +msgid "version of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:496 +msgid "release of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:498 +msgid "document language" +msgstr "" + +#: sphinx/cmd/quickstart.py:500 +msgid "source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:502 +msgid "master document name" +msgstr "" + +#: sphinx/cmd/quickstart.py:504 +msgid "use epub" +msgstr "" + +#: sphinx/cmd/quickstart.py:506 +msgid "Extension options" +msgstr "" + +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: sphinx/cmd/quickstart.py:516 +msgid "create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:518 +msgid "do not create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:520 +msgid "create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:523 +msgid "do not create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:526 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:529 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 +msgid "Project templating" +msgstr "" + +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 +msgid "template directory for template files" +msgstr "" + +#: sphinx/cmd/quickstart.py:537 +msgid "define a template variable" +msgstr "" + +#: sphinx/cmd/quickstart.py:570 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:584 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:586 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:601 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: sphinx/directives/code.py:60 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: sphinx/directives/code.py:81 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:205 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: sphinx/directives/code.py:219 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:259 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: sphinx/directives/code.py:285 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:290 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:108 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/directives/other.py:142 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" + +#: sphinx/directives/other.py:174 +msgid "Section author: " +msgstr "" + +#: sphinx/directives/other.py:176 +msgid "Module author: " +msgstr "" + +#: sphinx/directives/other.py:178 +msgid "Code author: " +msgstr "" + +#: sphinx/directives/other.py:180 +msgid "Author: " +msgstr "" + +#: sphinx/directives/other.py:252 +msgid ".. acks content is not a list" +msgstr "" + +#: sphinx/directives/other.py:277 +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:394 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: sphinx/domains/c.py:3247 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 +msgid "Parameters" +msgstr "" + +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 +msgid "Return values" +msgstr "" + +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:3721 +msgid "variable" +msgstr "" + +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:3723 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:3724 +msgid "struct" +msgstr "" + +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 +msgid "union" +msgstr "" + +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 +msgid "enum" +msgstr "" + +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 +msgid "function parameter" +msgstr "" + +#: sphinx/domains/changeset.py:22 +#, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:23 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:24 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: sphinx/domains/citation.py:69 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/citation.py:80 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: sphinx/domains/cpp.py:7206 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:7325 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 +msgid "class" +msgstr "" + +#: sphinx/domains/cpp.py:7868 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:7873 +msgid "template parameter" +msgstr "" + +#: sphinx/domains/javascript.py:154 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:157 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:159 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:244 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:319 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 +msgid "module" +msgstr "" + +#: sphinx/domains/javascript.py:388 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: sphinx/domains/math.py:59 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/python.py:679 +msgid "Variables" +msgstr "" + +#: sphinx/domains/python.py:683 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:1029 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:1054 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:1055 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:1109 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:1111 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1371 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:1372 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:1421 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:1448 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:1450 +msgid "property" +msgstr "" + +#: sphinx/domains/python.py:1508 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :noindex: for " +"one of them" +msgstr "" + +#: sphinx/domains/python.py:1628 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:1689 +msgid " (deprecated)" +msgstr "" + +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: sphinx/domains/rst.py:200 +#, python-format +msgid "%s (role)" +msgstr "" + +#: sphinx/domains/rst.py:209 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:210 +msgid "directive-option" +msgstr "" + +#: sphinx/domains/rst.py:211 +msgid "role" +msgstr "" + +#: sphinx/domains/rst.py:233 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: sphinx/domains/std.py:153 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:224 +#, python-format +msgid "%s command line option" +msgstr "" + +#: sphinx/domains/std.py:226 +msgid "command line option" +msgstr "" + +#: sphinx/domains/std.py:344 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: sphinx/domains/std.py:352 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: sphinx/domains/std.py:512 +msgid "glossary term" +msgstr "" + +#: sphinx/domains/std.py:513 +msgid "grammar token" +msgstr "" + +#: sphinx/domains/std.py:514 +msgid "reference label" +msgstr "" + +#: sphinx/domains/std.py:516 +msgid "environment variable" +msgstr "" + +#: sphinx/domains/std.py:517 +msgid "program option" +msgstr "" + +#: sphinx/domains/std.py:518 +msgid "document" +msgstr "" + +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 +msgid "Module Index" +msgstr "" + +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "" + +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:629 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:833 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: sphinx/domains/std.py:841 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: sphinx/domains/std.py:853 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: sphinx/domains/std.py:867 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: sphinx/domains/std.py:870 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: sphinx/domains/std.py:1100 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: sphinx/domains/std.py:1102 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: sphinx/environment/__init__.py:67 +msgid "new config" +msgstr "" + +#: sphinx/environment/__init__.py:68 +msgid "config changed" +msgstr "" + +#: sphinx/environment/__init__.py:69 +msgid "extensions changed" +msgstr "" + +#: sphinx/environment/__init__.py:271 +msgid "build environment version not current" +msgstr "" + +#: sphinx/environment/__init__.py:273 +msgid "source directory has changed" +msgstr "" + +#: sphinx/environment/__init__.py:352 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: sphinx/environment/__init__.py:451 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: sphinx/environment/__init__.py:582 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:684 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:726 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:66 +#, python-format +msgid "see %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:70 +#, python-format +msgid "see also %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:73 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:184 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 +msgid "Symbols" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:156 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:177 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:185 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "" + +#: sphinx/environment/collectors/asset.py:82 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:101 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:127 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/toctree.py:219 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:79 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: sphinx/ext/apidoc.py:301 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "path to module to document" +msgstr "" + +#: sphinx/ext/apidoc.py:316 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:321 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:326 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:329 +msgid "overwrite existing files" +msgstr "" + +#: sphinx/ext/apidoc.py:332 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:335 +msgid "run the script without creating files" +msgstr "" + +#: sphinx/ext/apidoc.py:338 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "include \"_private\" modules" +msgstr "" + +#: sphinx/ext/apidoc.py:343 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:345 +msgid "don't create a table of contents file" +msgstr "" + +#: sphinx/ext/apidoc.py:348 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:361 +msgid "file suffix (default: rst)" +msgstr "" + +#: sphinx/ext/apidoc.py:363 +msgid "generate a full project with sphinx-quickstart" +msgstr "" + +#: sphinx/ext/apidoc.py:366 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:368 +msgid "project name (default: root module name)" +msgstr "" + +#: sphinx/ext/apidoc.py:370 +msgid "project author(s), used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:372 +msgid "project version, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:374 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: sphinx/ext/apidoc.py:377 +msgid "extension options" +msgstr "" + +#: sphinx/ext/apidoc.py:410 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: sphinx/ext/autosectionlabel.py:45 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" + +#: sphinx/ext/coverage.py:40 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" + +#: sphinx/ext/coverage.py:49 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:63 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:124 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" + +#: sphinx/ext/coverage.py:156 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/coverage.py:252 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:268 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:281 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: sphinx/ext/doctest.py:112 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:117 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" + +#: sphinx/ext/doctest.py:131 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: sphinx/ext/doctest.py:217 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:275 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:425 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:511 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/duration.py:74 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: sphinx/ext/extlinks.py:77 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" + +#: sphinx/ext/graphviz.py:128 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:138 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:145 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:254 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:258 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:265 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:276 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 +msgid "[graph]" +msgstr "" + +#: sphinx/ext/imgconverter.py:36 +#, 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 "" + +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgconverter.py:64 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgmath.py:150 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:164 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:320 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:354 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 +msgid "Permalink to this equation" +msgstr "" + +#: sphinx/ext/intersphinx.py:194 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:230 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:244 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:250 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:303 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:305 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:537 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:543 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:627 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:652 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:674 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:64 +msgid "Todo" +msgstr "" + +#: sphinx/ext/todo.py:97 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:155 +msgid "<>" +msgstr "" + +#: sphinx/ext/todo.py:157 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:167 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:237 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:269 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:283 +msgid "Module code" +msgstr "" + +#: sphinx/ext/viewcode.py:289 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:315 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:316 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:134 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:142 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:394 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:510 +#, python-format +msgid "error while formatting arguments for %s: %s" +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 "" + +#: 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 "" + +#: sphinx/ext/autodoc/__init__.py:916 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:935 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:995 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1002 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1015 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1081 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1571 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1697 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 +#, python-format +msgid "alias of %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1831 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2377 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: sphinx/ext/autodoc/preserve_defaults.py:115 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:127 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:130 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:244 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:246 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:265 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:318 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:332 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:337 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:792 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:800 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:422 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:426 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:469 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:642 +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:659 +msgid "source files to generate rST files for" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:663 +msgid "directory to place all output in" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:666 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:670 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:674 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:678 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 +msgid "Keyword Arguments" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:676 +msgid "Example" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:677 +msgid "Examples" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:737 +msgid "Notes" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:746 +msgid "Other Parameters" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:782 +msgid "Receives" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:786 +msgid "References" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:818 +msgid "Warns" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:822 +msgid "Yields" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:980 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:987 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:994 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:1001 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" + +#: sphinx/locale/__init__.py:215 +msgid "Attention" +msgstr "" + +#: sphinx/locale/__init__.py:216 +msgid "Caution" +msgstr "" + +#: sphinx/locale/__init__.py:217 +msgid "Danger" +msgstr "" + +#: sphinx/locale/__init__.py:218 +msgid "Error" +msgstr "" + +#: sphinx/locale/__init__.py:219 +msgid "Hint" +msgstr "" + +#: sphinx/locale/__init__.py:220 +msgid "Important" +msgstr "" + +#: sphinx/locale/__init__.py:221 +msgid "Note" +msgstr "" + +#: sphinx/locale/__init__.py:222 +msgid "See also" +msgstr "" + +#: sphinx/locale/__init__.py:223 +msgid "Tip" +msgstr "" + +#: sphinx/locale/__init__.py:224 +msgid "Warning" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:52 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 +msgid "continued from previous page" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:63 +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + +#: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "" + +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 +msgid "Search" +msgstr "" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 +msgid "Go" +msgstr "" + +#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html: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 "" + +#: sphinx/themes/basic/layout.html:126 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/layout.html:135 +msgid "About these documents" +msgstr "" + +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:212 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:215 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/relations.html: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 "" + +#: sphinx/themes/basic/search.html:27 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +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:105 +msgid "Search Results" +msgstr "" + +#: sphinx/themes/basic/search.html:50 +#: sphinx/themes/basic/static/searchtools.js:107 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:111 +msgid "" +"Search finished, found ${resultCount} page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:209 +msgid "Searching" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:225 +msgid "Preparing search..." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:413 +msgid ", in " +msgstr "" + +#: sphinx/themes/basic/static/sphinx_highlight.js:107 +msgid "Hide Search Matches" +msgstr "" + +#: sphinx/themes/classic/layout.html:20 +#: sphinx/themes/classic/static/sidebar.js_t:57 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:48 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "" + +#: sphinx/transforms/__init__.py:217 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:256 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: sphinx/transforms/__init__.py:262 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:241 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:283 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:300 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:112 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:154 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:205 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:208 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:105 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:123 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: sphinx/util/__init__.py:191 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/display.py:76 +msgid "skipped" +msgstr "" + +#: sphinx/util/display.py:81 +msgid "failed" +msgstr "" + +#: sphinx/util/docfields.py:87 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: sphinx/util/docutils.py:307 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "" + +#: sphinx/util/docutils.py:595 +#, python-format +msgid "unknown node type: %r" +msgstr "" + +#: sphinx/util/i18n.py:61 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:68 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:92 +#, python-format +msgid "locale_dir %s does not exists" +msgstr "" + +#: sphinx/util/i18n.py:183 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:607 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/rst.py:66 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 +msgid "Permalink to this definition" +msgstr "" + +#: sphinx/writers/html5.py:395 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html5.py:405 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html5.py:459 +msgid "Permalink to this term" +msgstr "" + +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 +msgid "Permalink to this heading" +msgstr "" + +#: sphinx/writers/html5.py:491 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html5.py:534 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html5.py:536 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html5.py:538 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html5.py:675 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: sphinx/writers/latex.py:331 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:382 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: sphinx/writers/latex.py:621 +msgid "document title is not a single Text node" +msgstr "" + +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:1021 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1370 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1708 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 +msgid "[image]" +msgstr "" + +#: sphinx/writers/texinfo.py:1191 +msgid "caption not inside a figure." +msgstr "" + +#: sphinx/writers/texinfo.py:1278 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.js b/sphinx/locale/et/LC_MESSAGES/sphinx.js index 7b706d11a..970c9f2cf 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "et", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s &8212; %(docstitle)s", - "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", - "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Info selle dokumentatsiooni kohta", "Automatically generated list of changes in version %(version)s": "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest", diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index 4a4f47e6c..b05815b55 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 27c5a3fd2..be684e7a3 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Ivar Smolin , 2013-2022\n" -"Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\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" @@ -22,123 +22,123 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Lähtekataloogi (%s) pole võimalik leida" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Väljundkataloog (%s) ei ole kataloog" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Lähtekataloog ja sihtkataloog ei tohi olla identsed" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s käitamine" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "väljundkataloogi loomine" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "tõlgete laadimine [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "valmis" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "serialiseeritud keskkonna laadimine" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "tõrge: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Ehitajat pole valitud, kasutatakse vaikimisi ehitajat: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "oli edukas" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "lõppes probleemidega" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "ehitamine %s, %s hoiatus." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "ehitamine %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,12 +146,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "laiendus %s pole rööbiti lugemiseks turvaline" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -159,12 +159,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "laiendus %s pole rööbiti kirjutamiseks turvaline" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -322,7 +322,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -336,87 +336,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "dokument pole loetav ja seda eiratakse." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Ehitaja klassil %s puudub atribuut \"name\"" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ehitaja %r on juba olemas (moodulis %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Ehitajat nimega %s pole registreeritud" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domeen %s on juba registreeritud" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domeen %s pole veel registreeritud" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser on %r jaoks juba registreeritud" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Lähtekoodi analüsaatorit pole %s jaoks registreeritud" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -478,164 +478,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "teemal %r puudub \"theme\" säte" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "teemal %r puudub \"inherit\" säte" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "fail %r teemarajal pole korrektni zip-fail või ei sisalda see teemat" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "teemat nimega %r ei leitud (kas theme.conf on puudu?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "ehitamine [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "väljundi kirjutamine... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "%d määratud po-faili sihtfailid" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "%d po-faili sihtfailid on aegunud" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "kõik lähtefailid" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "%d lähtefaili sihtfailid on aegunud" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "ehitamine [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "praeguseks aegunud failide otsimine... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "leitud %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "ei leitud" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "kooskõla kontrollimine" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "aegunud sihtfaile pole" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "keskkonna uuendamine:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "lisatud %s, muudetud %s, eemaldatud %s" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "lähtefailide lugemine..." -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "dokumentide ettevalmistamine" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "kujutiste kopeerimine... " @@ -645,7 +649,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "kujutise faili %r pole võimalik kopeerida: %s" @@ -774,17 +778,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "vigane css_file: %r, eiratakse" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "%d mallifaili sihtfailid" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "mallide lugemine... " @@ -792,22 +796,17 @@ msgstr "mallide lugemine... " msgid "writing message catalogs... " msgstr "sõnumikataloogide kirjutamine... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -821,8 +820,8 @@ msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -865,24 +864,24 @@ msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirju msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "viidete lahendamine..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (pealkirjas " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "Texinfo tugifailide kopeerimine" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "viga faili Makefile kirjutamisel: %s" @@ -893,7 +892,7 @@ msgid "The text files are in %(outdir)s." msgstr "Tekstifailid asuvad kataloogis %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "viga faili %s kirjutamisel: %s" @@ -903,7 +902,7 @@ msgstr "viga faili %s kirjutamisel: %s" msgid "The XML files are in %(outdir)s." msgstr "XML-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." @@ -913,36 +912,36 @@ msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML-lehed asuvad kataloogis %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Viga ehitamise infofaili lugemisel: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Üldindeks" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "järgmine" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "eelmine" @@ -1030,52 +1029,52 @@ msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" msgid "invalid js_file: %r, ignored" msgstr "vigane js_file: %r, eiratakse" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path kirjet %r pole olemas" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "logofaili %r pole olemas" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "favicon faili %r pole olemas" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentatsioon" @@ -1101,14 +1100,14 @@ msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjuta msgid "\"latex_documents\" config value references unknown document %s" msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indeks" @@ -1117,29 +1116,29 @@ msgstr "Indeks" msgid "Release" msgstr "Redaktsioon" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "TeX-i tugifailide kopeerimine" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "TeX-i tugifailide kopeerimine..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "lisafailide kopeerimine" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1154,66 +1153,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "Katkestatud!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Rekursiooni viga:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Vearaportit on võimalik esitada träkkeris aadressil . Aitäh!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1232,130 +1244,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "dokumentatsiooni lähtefailide rada" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "väljundkataloogi rada" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "määratud failide uuestiehitamine. Võtme -a korral eiratakse" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "üldsuvandid" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "kasutatav ehitaja (vaikimisi: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "kõikide failide kirjutamine (vaikimisi kirjutatakse ainult uued ja muutunud failid)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "salvestatud keskkonda ei kasutata, alati loetakse kõik failid" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "puhverdatud keskkonna ja dokumendipuu rada (vaikimisi: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "rööbiti ehitamine N protsessiga, kui võimalik (eriväärtus \"auto\" määrab N väärtuseks protsessorite arvu)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "seadistusfaili (conf.py) asukoha rada (vaikimisi sama mis SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "seadistusfaili ei kasutata üldse, ainult -D suvandid" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "seadistusfailis määratud väärtuse asendamine" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "väärtuse edastamine HTML-mallidesse" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "konsooliväljundi suvandid" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "hoiatuste muutmine vigadeks" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "erindi korral täieliku tagasijälituse näitamine" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "erindi korral Pdb käivitamine" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "hoiatuste faili %r pole võimalik avada: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "-D suvandi argument peab olema vormingus nimi=väärtus" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" @@ -1868,75 +1880,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameetrid" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Tagastab" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tagastustüüp" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "liige" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "muutuja" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "loend" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tüüp" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "funktsiooni parameeter" @@ -1965,91 +1977,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Malli parameetrid" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (sisseehitatud funktsioon)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s meetod)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klass)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globaalmuutuja või konstant)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribuut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumendid" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (moodul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "meetod" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "andmed" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribuut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "moodul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2059,263 +2070,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "võrrandil %s on topeltsilt, teine instants on %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Vigane math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "võtmesõna" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operaator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "erind" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "lause" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "sisseehitatud funktsioon" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Muutujad" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moodulis %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (moodulis %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (sisseehitatud muutuja)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (sisseehitatud klass)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klass moodulis %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassi %s meetod)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s staatiline meetod)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Pythoni moodulite indeks" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moodulid" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Iganenud" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "erind" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klassi meetod" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "staatiline meetod" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (iganenud)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktiiv)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (roll)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktiiv" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "roll" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "keskkonnamuutuja; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s käsureasuvand" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "käsureasuvand" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "sõnastiku termin" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "grammatika märk" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "viite silt" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "keskkonnamuutuja" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programmi suvand" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Mooduli indeks" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Otsinguleht" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "vigane numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "vigane numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2351,35 +2342,35 @@ msgstr "See keskkond pole valitud ehitajaga ühilduv, palun vali mõni teine dok msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "dokument pole ühegi sisukorrapuu osa" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "vaata %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "vaata ka %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Sümbolid" @@ -2600,23 +2591,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "vigane TestCode tüüp" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "vigase doctest koodi eiramine: %r" @@ -2632,20 +2623,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz direktiivil ei tohi samaaegselt olla argumendid content ja filename" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Välist Graphviz-faili %r ei leitud või esines tõrge selle lugemisel" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2655,14 +2646,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot käsku %r pole võimalik käivitada (vajalik graphvizi väljundi jaoks), kontrolli graphviz_dot sätteid" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2672,23 +2663,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format peab olema kas 'png' või 'svg', kuid mitte %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[joonis: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[joonis]" @@ -2715,90 +2706,90 @@ msgstr "" 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" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Püsiviit sellele võrrandile" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(projektis %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[lähtekood]" @@ -2849,34 +2840,34 @@ msgstr "Ülevaade: mooduli kood" msgid "

All modules for which code is available

" msgstr "

Kõik lähtekoodiga moodulid

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2884,112 +2875,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Põlvnemine: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2997,12 +2988,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "tõrge objekti %s importimisel" @@ -3026,17 +3017,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] automaatkokkuvõtte genereerimine failile: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] kirjutamine kataloogi %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3044,7 +3035,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3059,30 +3050,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "lähtefailid, mille kohta rST-faile genereerida" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "väljundfailide kataloog" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "failide vaikimisi järelliide (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "kohandatud mallide kataloog (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "imporditud liikmete dokumenteerimine (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3145,52 +3136,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Tähelepanu" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Ettevaatust" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Oht" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Viga" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Vihje" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Tähtis" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Märkus" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Vaata ka" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Nõuanne" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Hoiatus" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "jätk eelmisele leheküljele" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "jätkub järgmisel leheküljel" @@ -3212,12 +3203,13 @@ msgstr "lehekülg" msgid "Table of Contents" msgstr "Sisukorratabel" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Otsing" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Otsi" @@ -3289,39 +3281,35 @@ msgstr "Indeksi leheküljed algustähe kaupa" msgid "can be huge" msgstr "võib olla väga suur" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigatsioon" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Otsi %(docstitle)s piires" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Info selle dokumentatsiooni kohta" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Autoriõigus" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Autoriõigused %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Autoriõigused %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Viimati uuendatud %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3462,25 +3450,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3517,166 +3505,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Tundmatu pildivorming: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "viga lugemisel: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "viga kirjutamisel: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Püsiviit sellele definitsioonile" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Püsiviit sellele tabelile" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Püsiviit sellele programmikoodile" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Püsiviit sellele pildile" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Püsiviit sellele sisukorrapuule" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: on liiga suur ja seda eiratakse." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Joonealused märkused" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[pilt: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[pilt]" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.js b/sphinx/locale/eu/LC_MESSAGES/sphinx.js index dbbce53df..429666b56 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "eu", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Dokumentu hauen inguruan", "Automatically generated list of changes in version %(version)s": "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda", diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index 0274add13..beeb8b7f2 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 a00313e7a..593d346b5 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" -"Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -790,22 +794,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (hemen: " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%Y %b %d" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indize orokorra" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indizea" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "hurrengoa" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "aurrekoa" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentazioa" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indizea" @@ -1115,29 +1114,29 @@ msgstr "Indizea" msgid "Release" msgstr "Argitalpena" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametroak" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Itzultzen du" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Itzulketa mota" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "partaidea" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "aldagaia" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "mota" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Jaurtitzen du" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasea" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodoa)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasea)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (aldagai globala edo konstantea)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributua)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumentuak" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modulua)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metodoa" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "datuak" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atributua" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modulua" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "gako-hitza" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "eragiketa" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objetua" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "salbuespena" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "sententzia" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Aldagaiak" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Goratzen du" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s moduluan)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s moduluan)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasea %s-(e)n)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klaseko metodoa)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo estatikoa)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python moduluen indizea" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduluak" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Zaharkitua" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "salbuespena" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klaseko metodoa" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "metodo estatikoa" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (zaharkitua)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rola)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rola" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "inguruneko aldagaia; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "glosarioko terminoa" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "gramatikako token-a" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "erreferentzia etiketa" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "inguruneko aldagaia" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programako aukera" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Moduluen indizea" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Bilaketa orria" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%s ikusi" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "ikusi %s baita ere" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[iturburua]" @@ -2847,34 +2838,34 @@ msgstr "Gainbegirada: moduluko kodea" msgid "

All modules for which code is available

" msgstr "

Kodea eskuragarri duten modulu guztiak

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Adi" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Kontuz" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Arriskua" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Errorea" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Argibidea" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Garrantzitsua" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Oharra" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Ikusi baita ere" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Iradokizuna" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Kontuz" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "aurreko orritik jarraitzen du" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3210,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Bilatu" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Joan" @@ -3287,39 +3279,35 @@ msgstr "Indize orriak hizkika" msgid "can be huge" msgstr "handia izan daiteke" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Nabigazioa" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Bilatu %(docstitle)s(e)n" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Dokumentu hauen inguruan" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Azken aldaketa: %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Definizio honetarako esteka iraunkorra" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Oin-oharrak" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[irudia]" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.js b/sphinx/locale/fa/LC_MESSAGES/sphinx.js index d07dab14b..e9852649c 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "fa", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© \u062d\u0642 \u0646\u0634\u0631 %(copyright)s.", - "© Copyright %(copyright)s.": "© \u062d\u0642 \u0646\u0634\u0631%(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "\u060c \u062f\u0631 ", "About these documents": "\u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0646 \u0645\u0633\u062a\u0646\u062f\u0627\u062a", "Automatically generated list of changes in version %(version)s": "\u0644\u06cc\u0633\u062a \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s", diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index 5fe2d7d6a..20a854afe 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 7da3a04c7..8f75212f6 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hadi F , 2020-2021\n" -"Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\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" @@ -22,123 +22,123 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "شاخه‌ی منبع(%s) پیدا نشد." -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "نشانی (%s) شاخه نیست" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "شاخه‌های مبدأ و مقصد نمی توانند یکسان باشند" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "اجرای اسفینکس نگارش %s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "این پروژه دست که به افینکس نگارش%s نیاز دارد و برای همین با این نسخه قابل ساخت نیست." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "ایجاد پوشه ی برون داد" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "در حال راه اندازی افزونه‌ی%s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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 است تا به عنوان افزنه‌ی اسفینکس کار کند." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "بارگذاری ترجمه ها [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "انجام شد" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "برای پیام‌های داخلی در دسترس نیست" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "بارگذاری محیط pckle شده" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "شکست خورد: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "هیچ سازنده‌ای برگزیده نشده، استفاده از قالب خروجی پیش‌فرض: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "موفّقیّت‌آمیز بود" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "انجام شد ولی با مشکل" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "ساخت %s، %s هشدار (با هشدار به عنوان خطا رفتار می‌شود)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "ساخت %s، %s هشدار (با هشدار به عنوان خطا رفتار می‌شود)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "ساخت %s، %s هشدار." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "ساخت %s، %s هشدار." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "ساخت %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "بست کلاس %r در حال حاضر ثبت نام شده است، بازدیدکنندگان این پیوند نادیده گرفته خواهد شد" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "دستور %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "نقش %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,12 +146,12 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای خواندن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "افزونه ی %sبرای خواندن موازی امن نیست" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -159,12 +159,12 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای نوشتن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "افزونه‌ی %s برای نوشتن موازی امن نیست" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "انجام چندباره‌ی %s" @@ -322,8 +322,8 @@ msgstr "نام رنگ‌مایه خوان %r شناخته شده نیست" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "امکان خواندن قسمت \"%s\" به عنوان بخش نثل قول ادبی نبود. برجسته کردن آن نادیده گرفته شد." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -336,87 +336,87 @@ msgstr "برای سند \"%s\": %r پرونده های متعدد یافت شد msgid "document not readable. Ignored." msgstr "سند قابل خواندن نیست. نادیده گرفته شد." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "کلاس سازنده %s هیچ ویژگی‌ای به عنوان \"name\" ندارد" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "سازنده %r در حال حاضر وجود دارد (در پیمانه‌ی %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "نام سازنده %s یا ثبت شده نیست و یا فقط از طریق نقطه ورود در دسترس است" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "نام سازنده %s ثبت نشده است" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "دامنه ی %sپیش تر ثبت شده" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "دامنه %s هنوز ثبت نشده است" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "دستورالعمل %r قبلاً برای دامنه %s ثبت شده" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "نقش %r قبلاً برای دامنه %s ثبت شده" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "شاخص %r قبلاً برای دامنه %s ثبت شده" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "نوع شیئ (object_type) %r قبلاً برای دامنه ثبت شده" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "ارجاع متقابل (crossref_type) %r قبلاً ثبت شده" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "پسوند (source_suffix) %r قبلاً ثبت شده است" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "تحلیل‌گر منبع (source_parser) %r قبلاً ثبت شده است" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "تجزیه کننده مبدإ برای %s ثبت نشده است" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "در حال حاضر برای %r مترجم وجود دارد" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "مؤلّفه‌های کلیدی برای تابع add_node() باید تاپل تابعی (بازدید، خروج) باشند: %r=%r" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "بست قابل شمارش (enumerable_node) %r قبلاً ثبت شده است" @@ -478,164 +478,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "زمینه ی %r فاقد تنظیمات است" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "زمینه‌ی %r تنظیمات به ارث بری ندارد" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "هیچ زمینه‌ای به نام %r پیدا نشد، که با %r جایگزین شود" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "تنظیمات %s. %s در هیچ یک از پیکربندی‌های جستجو شده رخ نمی‌دهد" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "گزینه‌ی پشتیبانی نشده‌ی زمینه %r داده شده" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "پرونده‌ی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینه‌ای درونش ندارد" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "هیچ زمینه‌ای با نام %r پیدا نشد(آیا پرونده theme.conf گم شده؟)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "ساخت پرونده‌ی [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "نوشتن برون‌داد... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "همه‌ی پرونده‌های %d po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "همه‌ی پرونده‌های منبع" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "پرونده‌های منبع %d داده شده در خط فرمان" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "ساخت [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "در پی پرونده‌هایی که الآن منسوخ هستند... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d تا مورد پیدا شد" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "چیزی پیدا نشد" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "بارگذاری محیط pickle شده" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "بررسی ثبات" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "هیچ مقدار تاریخ منسوخ نیست." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "به روز رسانی محیط: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s اضافه شد، %s تغییر کرد، %s حذف شد" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "خواندن منبع‌ها... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "نام مستندات برای نوشتن: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "آماده سازی اسناد" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "در حال رونوشت از تصاویر... " @@ -645,7 +649,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "امکان خواندن پرونده‌ی تصویری %r نبود: در عوض کپی می‌شود" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "نمی تواند پرونده‌ی تصویر %r: %s را کپی کند" @@ -774,17 +778,17 @@ msgstr "مقدار پیکربندی ویراست (\"version\") نباید برا msgid "invalid css_file: %r, ignored" msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "مقصد‌های قالب پرونده‌های %d" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "خواندن قالب‌ها... " @@ -792,22 +796,17 @@ msgstr "خواندن قالب‌ها... " msgid "writing message catalogs... " msgstr "نوشتن سیاهه‌های پیام... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "پیوند خراب: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "مهار '%s' پیدا نشد" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" @@ -821,8 +820,8 @@ msgstr "صفحات راهنما در %(outdir)s است." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "در حال نوشتن" @@ -865,24 +864,24 @@ msgstr "هیچ تنظیماتی برای «صفحات راهنما» پیدا ن msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "در حال پردازش %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "حل ارجاع‌ها..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (در " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" @@ -893,7 +892,7 @@ msgid "The text files are in %(outdir)s." msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "خطای نوشتن پرونده: %s, %s" @@ -903,7 +902,7 @@ msgstr "خطای نوشتن پرونده: %s, %s" msgid "The XML files are in %(outdir)s." msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." @@ -913,36 +912,36 @@ msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." msgid "build info file is broken: %r" msgstr "پرونده‌ی اطّلاعات ساخت خراب است: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "صفحات HTML در %(outdir)s است." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "فهرست کلی" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "فهرست" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "بعدی" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "قبلی" @@ -1030,52 +1029,52 @@ msgstr "خالی کردن نمایه‌ی جستجو در %s" msgid "invalid js_file: %r, ignored" msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "پرونده‌ی آرم %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "مستندات %s%s" @@ -1101,14 +1100,14 @@ msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_document msgid "\"latex_documents\" config value references unknown document %s" msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "فهرست" @@ -1117,29 +1116,29 @@ msgstr "فهرست" msgid "Release" msgstr "انتشار" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "رونوشت از پرونده‌های پشتیبانی لتکس..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "رونوشت برداری از پرونده‌های اضافی" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." @@ -1154,66 +1153,79 @@ msgstr "%r فاقد تنظیمات زمینه است" msgid "%r doesn't have \"%s\" setting" msgstr "%r فاقد تنظیمات \"%s\" است" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "در حین ساخت ایرادی رخ داد، شروع اشکال زدا:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "قطع شد!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "خطای نشانه‌گذاری متن بازساختمند (reST)" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "خطای کدگذاری نویسه:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "اگر می‌‌خواهید مشکل را به توسعه‌دهندگان گزارش دهید، ردیابی کامل خطا در %s ذخیره شده است." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "خطای بازگشتی:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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 زیاد کنید، مثلاً با:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "ایراد رخ داد:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "گزارش اشکال می تواند در ردیاب در مسیر ثبت شود. با سپاس!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "شماره‌ی کار باید یک عدد مثبت باشد" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "برای اطّلاعات بیشتر به بروید." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1232,130 +1244,130 @@ 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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "مسیر پرونده‌های مستندات" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "مسیری برای شاخه‌ی برون داد" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "لیست پرونده‌هایی که قرار است دوباره ساخته شوند. اگر با -a مشخّص شده باشند نادیده گرفته می‌شوند" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "گزینه‌های کلی" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "قالب سازنده مورد استفاده (پیش‌فرض:html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "نوشتن همه‌ی پرونده‌ها (پیش‌گزیده: فقط پرونده‌های جدید نو تغییر یافته را بنویس)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "مسیر برای محیط ذخیره‌ شده و پرونده‌های doctree (پیش فرض: OUTPUTDIR /.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "درصورت امکان ساخت به صورت موازی با N فرآیند پردازشی (مقدار ویژه‌ی «خودکار» شمار N را به تعداد پردازنده تنظیم می‌کند)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "مسیر جایی که پرونده‌ی پیکربندی (conf.py) قرار دارد ( پیش‌گزیده: مثل پوشه‌ی منبع)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "هیچ پرونده‌ی پیکربندی‌ای استفاده نکن، فقط گزینه‌ی -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "نادیده گرفتن تنظیماتی در پرونده‌ی پیکره‌بندی" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "مقداری را به قالب‌های HTML بدهید" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "تعریف برچسب: «فقط» تکّه‌های با برچسب گنجانده شود" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "حالت ریزبینانه، هشدار درباره‌ی همه‌ی ارجاع‌های ناپیدا" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "گزنیه‌های برون‌داد میز فرمان" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "افزایش ارائه‌ی جزئیّات (می تواند تکرار شود)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "بدون برون‌داد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "بدون هیچ برون‌داد، حتّی بدون هشدار" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "خروجی رنگ شده منتشر شود (پیش‌فرض: تشخیص خودکار)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "خروجی رنگ شده منتشر نشود (پیش‌فرض: تشخیص خودکار)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "نوشتن هشدارها (و خطاها) در پرونده‌ی داده شده" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "تغییر هشدارها به خطاها" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "با سوییچ -W، در هنگام گرفتن هشدار ادامه بده" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "نمایش گزارش کامل ردیابی ایراد" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "ایراد در اجرای Pdb" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "نمی توان گزینه‌ی -a را با نام پرونده‌ها ترکیب کرد" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "امکان باز کردن پرونده هشدار نبود %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "نشانوند گزینه‌ی D- می‌بایست در قالب نام=مقدار (name=value) باشد" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "نشانوند گزینه‌ی A- می‌بایست در قالب نام=مقدار (name=value) باشد" @@ -1868,75 +1880,75 @@ msgstr "گزینه‌ی \":file:\" برای دستورالمعل جدول داد msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "اعلان C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. c:%s:: %s' است." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "پارامترها" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "بازگشت ها" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "نوع برگشتی" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "عضو" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "متغیّر" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "تابع" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "ماکرو" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "ساختار" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "اجتماع" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "شمارش" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "شمارنده" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "گونه" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "مؤلّفه‌ی تابع" @@ -1965,91 +1977,90 @@ msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار د msgid "Citation [%s] is not referenced." msgstr "نقل [%s] قول ارجاع داده نشده." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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' است." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "پارامترهای قالب" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "ایجاد" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "کلاس" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "کانسپت" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "مؤلّفه‌ی قالب" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (توابع درونی)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s متد)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s (کلاس)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (متغیّر عمومی یا مقدار ثابت)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s مشخصه)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "نشانوندها" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (ماژول)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "متد" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "داده" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "مشخّصه" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "ماژول" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" @@ -2059,263 +2070,243 @@ msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرا msgid "duplicate label of equation %s, other instance in %s" msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "کلمه کلیدی" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "عملگر" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "شیء" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "ایراد" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "گذاره" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "توابع درونی" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "متغیر ها" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "برانگیختن" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (در ماژول %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (در ماژول %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (متغیر درونی)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (کلاس درونی)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (کلاس در %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s شگرد کلاس)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s متد استاتیک)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s(%sویژگی)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "نمایه ی ماژول های پایتون" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "ماژول ها" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "منسوخ شده" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "ایراد" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "class method" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "متد استاتیک" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "ویژگی" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "توضیح تکراری شیئ %s، نمونه‌ی دیگر در %s قرار دارد، برای یک مورد از :noindex: استفاده کنید" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (منسوخ)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (دستورالمعل)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "%s (گزینه‌ی دستورالمعل)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (نقش)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "دستورالمعل" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "گزینه‌ی دستورالمعل" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "نقش" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "متغیرهای عمومی؛ %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s گزینه‌ی خط فرمان" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "گزینه خط فرمان" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "اصطلاح واژه‌نامه" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "نشانه ی گرامری" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "برچسب ارجاع" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "متغیّر عمومی" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "اختیارات برنامه" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "سند" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "فهرست ماژول ها" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "صفحه جستجو" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "پیوند هیچ برچسبی ندارد: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "قالب شماره‌ی شکل نامعتبر: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2351,35 +2342,35 @@ msgstr "این محیط با سازنده‌ی انتخاب شده سازگار msgid "Failed to scan documents in %s: %r" msgstr "پویش اسناد %s: %r شکست خورد" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "دامنه ی %r ثبت نشده" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%s را ببینید" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "%s را هم ببینید" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "نوع ناشناخته مدخل نمایه %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "نماد ها" @@ -2600,23 +2591,23 @@ msgstr "\"%s\" یک گزینه‌ی معتبر نیست." msgid "'%s' is not a valid pyversion option" msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "نوع TestCode نامعتبر" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" @@ -2632,20 +2623,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2655,14 +2646,14 @@ msgid "" "%r" msgstr "dot هیچ پرونده‌ی برون‌دادی تولید نکرد:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "فرمان dot %r نمی‌تواند اجرا شود (زیرا نیازمند برون‌داد graphviz است)، تنظیمات graphviz_dot را بررسی کنید" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2672,23 +2663,23 @@ msgid "" "%r" msgstr "dot با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "قالب خروجی graphviz باید یکی از قالب های 'png' یا 'svg' باشد ولی %r است" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "کد دات: %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[گراف:%s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[گراف:]" @@ -2715,90 +2706,90 @@ msgstr "تبدیل با خطایی از کار افتاد:\n[stderr]\n%r\n[stdou msgid "convert command %r cannot be run, check the image_converter setting" msgstr "فرمان تبدیل %r را نمی توان اجرا کرد، تنظیمات image_converter را بررسی کنید" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "نمایش لتکس: %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "لتکس بین سطری: %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "پیوند ثابت به این معادله" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "بارگذاری سیاهه‌ی بین اسفینکس از %s..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "شکست در رسیدن به یکی از سیاهه‌ها به خاطر مشکلات زیر:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(در %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(در %s )" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "شناساگر بین اسفینکس %r رشته‌متن نیست. نادیده گرفته شد" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "شکست در خواندن intersphinx_mapping[%s]، نادیده گرفته می‌شود: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[منبع]" @@ -2849,34 +2840,34 @@ msgstr "بررسی اجمالی: کد ماژول" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "مقدار نامعتبر برای گزینه‌ی ترتیب اعضا (member-order): %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "مقدار نامعتبر برای گزینه‌ی «از مستندات کلاس» class-doc-from:%s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "امضای ناشناخته‌ برای %s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "خطا در قالب بندی نشانوند برای %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2884,112 +2875,112 @@ msgid "" "explicit module name)" msgstr "مشخّص نیست کدام پیمانه را برای مستندسازی خودکار فراخوان کند %r (سعی کنید دستورالعمل «module» یا «currentmodule» را در سند قرار دهید، یا یک نام واضح برای پیمانه ارائه دهید)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "شیئ ساختگی شناسایی شد: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "خطا در قالب بندی امضا برای %s: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" در پیمانه‌ی خودکار معنی نمی‌دهد" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "پایه ها:%s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "ویژگی ناموجود %s در شیئ %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "نام جانشین %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "نام جانشین نوع متغیر(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "__slots__ نامعتبر در %sیدا شد و نادیده گرفته شد." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه پیدا نشد: %s" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2997,12 +2988,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "شکست در تجزیه تحلیل نام %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "شکست در وارد کردن شیئ %s" @@ -3026,17 +3017,17 @@ msgid "" "%s" msgstr "خلاصه‌ی خودکار: شکست در تشخیص %r برای مستندسازی، این ایراد به وجود آمد:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[خلاصه‌ی خودکار] تولید خلاصه‌ی خودکار برای: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[خلاصه‌ی خودکار] نوشتن در %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3044,7 +3035,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3059,30 +3050,30 @@ 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "پرونده‌های منبع برای تولید پرونده‌های rST" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها در آن" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "پسوند پیش فرض برای پرونده‌ها (پیش‌فرض: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "شاخه‌ی سفارشی قالب (پیش‌گزیده: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "اجزای فراخوان شده‌ی سند (پیش‌گزیده: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3145,52 +3136,52 @@ msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول msgid "malformed string literal (missing opening quote): %s" msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "دقت" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "ملاحظه" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "خطر" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "خطا" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "راهنمایی" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "مهم" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "توجه" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "همچنین ملاحظه نمائید" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "نکته" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "هشدار" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "ادامه در صفحه‌ی بعد" @@ -3212,12 +3203,13 @@ msgstr "صفحه" msgid "Table of Contents" msgstr "فهرست عناوین" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "جستجو" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "برو" @@ -3289,39 +3281,35 @@ msgstr "فهرست صفحات بر اساس حروف" msgid "can be huge" msgstr "ممکن است سترگ باشد" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "ناوبری" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "جستجو در %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "درباره این مستندات" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "کپی رایت" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© حق نشر %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© حق نشر%(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "آخرین بروز رسانی در %(last_updated)s ." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3462,25 +3450,25 @@ msgstr "پانویس [%s] ارجاع داده نشده است." msgid "Footnote [#] is not referenced." msgstr "پانویس [#] ارجاع داده نشده است." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3517,166 +3505,170 @@ msgstr "امکان دریافت تصویر از منبع راه دور نبود: msgid "Could not fetch remote image: %s [%s]" msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "قالب تصویر ناشناخته: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "نویسه‌ی منبع غیرقابل رمزگشایی، جایگزین با «؟» : %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "رد شدن و نادیده انگاشتن" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "شکست خورد" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "نام نقش یا دستورالعمل ناشناخته: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "بست از نوع ناشناخته: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "خطای خواندن: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "خطای نوشتن: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "پوشه‌ی محلّی %s وجود ندارد" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "نقش پیش‌فرض %s یافت نشد" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "پیوند ثابت به این تعریف" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "قالب عدد شکل برای %s تعریف نشده" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "پیوند ثابت به این اصطلاح" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "پیوند ثابت به این جدول" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "پیوند ثابت به این کد" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "پیوند ثابت به این تصویر" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "پیوند ثابت به این فهرست عنوان ها" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "عنوان سند یک بست متنی نیست" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "پانویس ها" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[تصویر%s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[تصویر]" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.js b/sphinx/locale/fi/LC_MESSAGES/sphinx.js index 4da8d5fab..5d60788fa 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "fi", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Tietoja t\u00e4st\u00e4 documentist\u00e4", "Automatically generated list of changes in version %(version)s": "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s", diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index 0642713a2..8d7ae6516 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 82f3f514d..5b5ab9fe1 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2009\n" -"Language-Team: Finnish (http://www.transifex.com/sphinx-doc/sphinx-1/language/fi/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Yleinen sisällysluettelo" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "hakemisto" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr ">" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "<" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Sisällysluettelo" @@ -1114,29 +1113,29 @@ msgstr "Sisällysluettelo" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (moduuli)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "moduuli" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduulit" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Poistettu" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (poistettu)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Moduuli sisällysluettelo" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Etsi sivu" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Huom" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Varoitus" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Vaara" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Virhe" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Vihje" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Tärkeä" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Muista" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Katso myös" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Vihje" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Varoitus" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Etsi" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Siirry" @@ -3286,39 +3278,35 @@ msgstr "Hakemisto aakkostus sivuttain" msgid "can be huge" msgstr "voi olla iso" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navikointi" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Tietoja tästä documentistä" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.js b/sphinx/locale/fr/LC_MESSAGES/sphinx.js index b3a3a503c..291b36c25 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.js @@ -2,9 +2,8 @@ Documentation.addTranslations({ "locale": "fr", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - ", in ": ", dans", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": ", dans ", "About these documents": "\u00c0 propos de ces documents", "Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s", "C API changes": "Modifications de l'API C", diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index 6b2370466..82fb559b9 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 acbc6b023..fed2a5a48 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -17,8 +17,8 @@ # Georg Brandl , 2014 # Hugo Herbelin , 2021 # Jean-Daniel Browne , 2010 -# Jean-François B. , 2017-2019,2022 -# Jérémie Tarot , 2022 +# Jean-François B. , 2017-2019,2022-2023 +# Jérémie Tarot , 2022-2023 # Julien Palard , 2017 # Julien Malard , 2019 # Kim S. , 2019 @@ -35,10 +35,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Jérémie Tarot , 2022\n" -"Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" +"Last-Translator: Jérémie Tarot , 2022-2023\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" @@ -46,123 +46,123 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Impossible de trouver le répertoire source (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Le répertoire de sortie (%s) n'est pas un répertoire" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Les dossiers source et destination ne doivent pas être identiques" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s en cours d'exécution" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "Création du répertoire de sortie" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "lors de l'initialisation de l'extension %s :" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' tel que défini dans conf.py n'est pas un objet Python appelable. Veuillez modifier sa définition pour en faire une fonction appelable. Ceci est nécessaire pour que conf.py se comporte comme une extension Sphinx." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "chargement des traductions [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "fait" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "traductions indisponibles" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "Chargement de l'environnement pickled" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "échec : %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Aucun constructeur sélectionné, utilisation du défaut : html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "a réussi" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "s'est terminée avec des problèmes" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, 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)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, 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)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "La compilation %s, %s avertissement." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "La compilation %s, %s avertissements." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "La compilation %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, 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" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "le rôle %r est déjà enregistré, il sera écrasé" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -170,12 +170,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, 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" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -183,12 +183,12 @@ msgid "" "explicit" msgstr "l’extension %s ne se déclare pas compatible à l’écriture en parallèle, on supposera qu’elle ne l’est pas - merci de demander à l'auteur de l’extension de vérifier ce qu’il en est et de le préciser explicitement" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, 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" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "sérialisation en cours %s" @@ -346,8 +346,8 @@ msgstr "Le nom du l'analyseur Pygments %r est inconnu" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "Analyse lexicale de literal_bloc impossible en \"%s\". Mise en évidence annulée." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "Analyse lexicale de literal_bloc %r en « %s ». Mise en évidence annulée." #: sphinx/project.py:51 #, python-format @@ -360,87 +360,87 @@ msgstr "plusieurs fichiers trouvés pour le document \"%s\" : %r\nUtiliser %r po msgid "document not readable. Ignored." msgstr "document illisible, il sera ignoré." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe Builder %s n'a pas d'attribut « name »" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Le constructeur %r existe déjà (dans le module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Le nom de Constructeur %s n'est ni enregistré ni accessible par point d'entrée" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Constructeur %s non enregistré" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domaine %s déjà enregistré" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domaine 1%s pas encore enregistré" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, 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" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, 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" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "L'index %r est déjà enregistré sur le domaine %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "Le type de l'objet %r est déjà enregistré" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "Le type %r crossref_type est déjà enregistré" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "L'extension source %r est déjà enregistrée" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pour %r est déjà enregistré" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "source_parser pour %s non enregistré" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Il existe déjà un traducteur pour %r" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r est déjà enregistré" @@ -502,164 +502,168 @@ msgstr "numéro PEP %s non valide" msgid "invalid RFC number %s" msgstr "numéro RFC %snon valide" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "Le thème %r n'a pas de paramètre « theme »" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "Le thème %r n'a pas de paramètre « inherit »" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "Aucun thème nommé %r n'est trouvé, hérité de %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, 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" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "L'option %r n'est pas supportée pour ce thème" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, 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" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "Le thème nommé %r n'a pas été trouvé (le fichier theme.conf est-il bien présent ?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, 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)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, 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" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "Construction en cours [mo] : " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "Écriture... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "tous les %d fichiers po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "cibles spécifiées pour les fichiers po %d" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "cibles périmées pour les fichiers po %d" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "tous les fichiers source" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, 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, " -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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é" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, 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é" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d fichiers source saisis en ligne de commande" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "cibles périmées pour les fichiers sources %d" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "Construction [%s] : " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "Recherche des fichiers périmés... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d trouvé" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "aucun résultat" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "Environnement de sérialisation" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "Vérification de la cohérence" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "Aucune cible n'est périmée." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "Mise à jour de l'environnement : " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "Lecture des sources... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "documents à écrire : %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "Document en préparation" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "Entrées dupliquées de la table des matières trouvées : %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "Copie des images... " @@ -669,7 +673,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "impossible de lire le fichier image %r: il sera copié à la place" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "impossible de copier le fichier image %r: %s" @@ -798,17 +802,17 @@ msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour E msgid "invalid css_file: %r, ignored" msgstr "Fichier CSS invalide : %r, sera ignoré" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "La liste des messages se trouve dans %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "cibles pour les modèles de fichiers %d" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "lecture des gabarits... " @@ -816,22 +820,17 @@ msgstr "lecture des gabarits... " msgid "writing message catalogs... " msgstr "écriture des catalogues de messages... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "lien mort: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Ancre '%s' non trouvée" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, 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" @@ -845,8 +844,8 @@ msgstr "Le manuel se trouve dans %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "aucun valeur de configuration \"man_pages\" trouvée; aucun page du manuel ne sera enregistrée" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "Enregistrement" @@ -889,24 +888,24 @@ msgstr "aucun paramètre de configuration \"texinfo_documents\" trouvé: aucun d msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "La valeur du paramètre \"texinfo_documents\" référence un document inconnu %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "Traitement de %s en cours" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "résolution des références..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(dans" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "Copie des fichiers de support Texinfo" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "erreur lors l'écriture du fichier Makefile : %s" @@ -917,7 +916,7 @@ msgid "The text files are in %(outdir)s." msgstr "Les fichiers texte se trouvent dans %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "erreur lors l'écriture du fichier %s : %s" @@ -927,7 +926,7 @@ msgstr "erreur lors l'écriture du fichier %s : %s" msgid "The XML files are in %(outdir)s." msgstr "Les fichiers XML se trouvent dans %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." @@ -937,36 +936,36 @@ msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." msgid "build info file is broken: %r" msgstr "Le fichier de configuration de construction est corrompu : %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Les pages HTML sont dans %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Échec de lecture du fichier de configuration de construction : %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index général" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "suivant" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "précédent" @@ -1054,52 +1053,52 @@ msgstr "Export de l'index de recherche en %s" msgid "invalid js_file: %r, ignored" msgstr "Fichier js_file : %r invalide, sera ignoré" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 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é." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "math_renderer inconnu %r saisi." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "L’entrée %r de html_extra_path n’existe pas" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, 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" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "L’entrée %r de html_static_path n’existe pas" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, 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" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "Le fichier de logo %r n’existe pas" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "Le fichier de favicon %r n’existe pas " -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "Le support pour la génération de sortie en HTML 4 est obsolète et sera supprimé dans Sphinx 7. (\"html4_writer=True\" détecté dans les options de configuration)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Documentation %s %s" @@ -1125,14 +1124,14 @@ msgstr "aucune valeur de configuration \"latex_documents\" trouvée; aucun docum msgid "\"latex_documents\" config value references unknown document %s" msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Index" @@ -1141,29 +1140,29 @@ msgstr "Index" msgid "Release" msgstr "Version" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "Aucune option Babel disponible pour la langue %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "Copie des fichiers de support TeX" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "Copie des fichiers de support TeX..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "Copie de fichiers supplémentaires" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." @@ -1178,66 +1177,79 @@ msgstr "%r n'a pas d'option « theme »" msgid "%r doesn't have \"%s\" setting" msgstr "%r n'a pas d'option « %s »" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 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 :" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "Interrompu !" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "Erreur de balise reST :" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Erreur d'encodage :" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Erreur de récursion :" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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. :" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Une exception a été levée :" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 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 !" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "Le numéro du job doit être strictement positif" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "Pour plus d'informations, visitez le site ." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1256,130 +1268,130 @@ msgid "" "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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "chemin des fichiers sources de la documentation" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "chemin du répertoire de sortie" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "une liste de fichiers spécifiques à reconstruire. Sera ignoré si l'option -a est spécifiée." -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "options générales" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "constructeur à utiliser (par defaut: HTML)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 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)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "ne pas utiliser un environnement sauvegardé, relire toujours tous les fichiers" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "chemin pour le cache d'environnement et de fichiers doctree (défaut : OUTPUTDIR/.doctrees) " -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "build parallèle avec N processus si possible (la valeur spéciale \"auto\" ajuste N à cpu-count)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "chemin dans lequel se trouve le fichier de configuration (conf.py). (valeur par défaut : identique à SOURCEDIR)." -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "n'utilisez aucun fichier de configuration, seulement l'option -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "outre passer un paramètre du fichier de configuration" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "passer une valeur aux templates HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "définit une balise : seules les blocs \"only\" avec TAG seront inclus" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "mode sourcilleux, signale toute référence manquante" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "options de la console de sortie" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "augmenter la verbosité (peut être répété)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "aucune sortie vers stdout, seulement les avertissements vers stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "aucune sortie du tout, même pas les avertissements" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "émettre une sortie de couleur (par défaut : auto-détection)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "ne pas émettre une sortie de couleur (par défaut : auto-détection)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "écrire les avertissements (et les erreurs) vers le fichier spécifié" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "modifier les avertissements en erreurs" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "avec -W, l'exécution se poursuit en cas d'avertissements" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "montrer la trace d’appels complète si une exception est levée" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "exécuter Pdb si une exception se produit." -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "impossible de combiner l'option -a avec le nom du fichier" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "impossible d'ouvrir le fichier des avertissements %r : %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "l'option -D doit être sous la forme nom=valeur" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "l'option -A doit être sous la forme nom=valeur" @@ -1892,75 +1904,75 @@ msgstr "L'option \":file :\" de la directive csv-table reconnaît désormais un msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, 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'." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Paramètres" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "Valeurs retournées" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Renvoie" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Type renvoyé" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membre" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "fonction" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "structure" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "énumération" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "énumérateur" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "paramètre de fonction" @@ -1989,91 +2001,90 @@ msgstr "citation dupliquée %s, une autre instance dans %s" msgid "Citation [%s] is not referenced." msgstr "La citation [%s] n'est pas référencée" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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'." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Paramètres du modèle" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Déclenche" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "paramètre du modèle" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fonction de base)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (méthode %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable globale ou constante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "méthode" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "données" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "module" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, 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" @@ -2083,263 +2094,243 @@ msgstr "description de %s dupliquée pour%s; l'autre %s se trouve dans %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "math_eqref_format invalide : %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "mot-clé" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "opérateur" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objet" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "exception" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "état" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "fonction de base" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Lève" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (dans le module %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (dans le module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable de base)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (classe de base)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (classe dans %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (méthode de la classe %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (méthode statique %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (propriété %s)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Index des modules Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Obsolète" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "exception" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "méthode de classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "méthode statique" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "propriété" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "description dupliquée pour l'objet %s; l'autre instance se trouve dans %s, utilisez :noindex: sur l'une d'elles" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (obsolète)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (option de directive)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "directive" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "option de directive" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "role" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, 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" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variable d'environnement; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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\"" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "option de ligne de commande %s" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "option de ligne de commande" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "le terme du glossaire doit être précédé d'une ligne vide" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 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" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "le glossaire semble être mal formaté; vérifiez l'indentation" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "terme du glossaire" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "élément de grammaire" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "étiquette de référence" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variable d'environnement" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "option du programme" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "document" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Index du module" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Page de recherche" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, 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" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, 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" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "le lien n'a pas de légende : %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format invalide : %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format invalide : %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "label non défini: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, 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" @@ -2375,35 +2366,35 @@ msgstr "Cet environnement est incompatible avec le constructeur sélectionné, v msgid "Failed to scan documents in %s: %r" msgstr "Échec du scan des documents dans %s : %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "le domaine %r n'est pas enregistré." -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 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." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "Le document n'est inclus dans aucune toctree." -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "voir %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "voir aussi %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "type d'index saisie inconnu %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboles" @@ -2624,23 +2615,23 @@ msgstr "'%s' n'est pas une option valide." msgid "'%s' is not a valid pyversion option" msgstr "%s n'est pas une option pyversion valide" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "type invalide de TestCode" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, 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" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "code doctest invalide sera ignoré : %r" @@ -2656,20 +2647,20 @@ 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)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "La directive Graphviz ne peut pas avoir simultanément du contenu et un argument de nom de fichier" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, 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" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Directive « graphviz » sans contenu ignorée." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2679,14 +2670,14 @@ msgid "" "%r" msgstr "dot n'a pas produit de fichier de sortie : \n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, 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" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2696,23 +2687,23 @@ msgid "" "%r" msgstr "dot a terminé avec une erreur :\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format doit être « png » ou « svg », mais est %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "dot code %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graphe: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graphe]" @@ -2739,90 +2730,90 @@ msgstr "convert a terminé avec une erreur :\n[stderr]\n%r\n[stdout]\n%r" 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" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, 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" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "latex de type display %r : %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "latex en ligne %r : %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Lien permanent vers cette équation" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "l’inventaire intersphinx a bougé : %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "chargement de l'inventaire intersphinx de %s..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 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 :" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "échec d'accès à un quelconque inventaire, messages de contexte suivants :" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(disponible dans %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(dans %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "inventaire pour la référence croisée externe non trouvé : %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "rôle pour la référence croisée externe non trouvé : %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "%sexterne :%s cible de référence non trouvée : %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "l’identifiant intersphinx %r n'est pas une chaîne. Il sera ignoré" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Échec de la lecture de intersphinx_mapping[%s]; ignoré : %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[source]" @@ -2873,34 +2864,34 @@ msgstr "Vue d'ensemble : code du module" msgid "

All modules for which code is available

" msgstr "

Modules pour lesquels le code est disponible

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "valeur invalide pour l'option member-order : %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "valeur invalide pour l'option class-doc-from : %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "signature invalide pour auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "erreur pendant la mise en forme de l'argument %s:%s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc : n'a pas réussi à déterminer %s.%s (%r) devait être documenté, l'exception suivante a été levée :\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2908,112 +2899,112 @@ msgid "" "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)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "Un faux objet a été détecté : %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "erreur lors du formatage de la signature pour %s : %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" dans le nom d'automodule n'a pas de sens" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, 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" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, 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é" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "Échec pour obtenir la signature du constructeur pour %s : %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Bases : %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "attribut manquant %s dans l'objet %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "alias de %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "alias de TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, 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" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "Invalide __slots__ trouvé sur %s. Ignoré." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, 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" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, 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" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "Échec de l'analyse de type_comment pour %r : %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "autosummary fait référence au document exclu %r. Ignoré" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, 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." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Un résumé automatique sous-titré nécessite l'option :toctree:. Ignoré." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3021,12 +3012,12 @@ msgid "" "%s" msgstr "autosummary : échec de l'importation de %s.\nIndications possibles :\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "échec de l’analyse du nom %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "échec d’importation de l'object %s" @@ -3050,17 +3041,17 @@ msgid "" "%s" msgstr "autosummary : impossible de déterminer si %r est documenté; l'exception suivante a été levée :\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] écriture dans %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3068,7 +3059,7 @@ msgid "" "%s" msgstr "[autosummary] échec de l'importation de %s.\nIndications possibles :\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3083,30 +3074,30 @@ msgid "" " 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "répertoire où placer toutes les sorties" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "membres importés du document (défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3169,52 +3160,52 @@ msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" msgid "malformed string literal (missing opening quote): %s" msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Attention" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Prudence" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Danger" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Erreur" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Indication" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Note" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Voir aussi" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Astuce" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Avertissement" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "suite de la page précédente" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "suite sur la page suivante" @@ -3236,12 +3227,13 @@ msgstr "page" msgid "Table of Contents" msgstr "Table des matières" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Recherche" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Go" @@ -3313,39 +3305,35 @@ msgstr "Indexer les pages par lettre" msgid "can be huge" msgstr "peut être énorme" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigation" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Recherchez dans %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "À propos de ces documents" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Mis à jour le %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3452,7 +3440,7 @@ msgstr "Préparation de la recherche..." #: sphinx/themes/basic/static/searchtools.js:413 msgid ", in " -msgstr ", dans" +msgstr ", dans " #: sphinx/themes/basic/static/sphinx_highlight.js:107 msgid "Hide Search Matches" @@ -3486,29 +3474,29 @@ msgstr "La note de bas de page [%s] n'est pas référencée." msgid "Footnote [#] is not referenced." msgstr "La note de bas de page [#] n'est pas référencée." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 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} " -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 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}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 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}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" -msgstr "ncohérences de références de terme dans le message traduit. Original : {0}, traduit : {1}" +msgstr "incohérences de références de terme dans le message traduit. Original : {0}, traduit : {1}" #: sphinx/transforms/post_transforms/__init__.py:112 msgid "" @@ -3541,166 +3529,170 @@ msgstr "impossible d'atteindre l'image distante %s[%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "impossible d'atteindre l'image distante %s[%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Format d'image inconnu : %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "le caractère source est indécodable, il sera remplacé par \"?\" : %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "ignoré" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "échoué" -#: sphinx/util/docfields.py:78 +#: 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." -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "nom de rôle ou de directive inconnu: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "type de node inconnu : %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "erreur de lecture : %s,%s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "erreur d'écriture : %s,%s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "le répertoire locale_dir %s n'existe pas" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, 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" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, 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" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "rôle par défaut %s introuvable" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Lien permanent vers cette définition" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format n'est pas défini %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "Aucun ID assigné au node %s" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "Lien permanent vers ce terme" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "Lien permanent vers cette rubrique" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Lien permanent vers ce tableau" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Lien permanent vers ce code" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Lien permanent vers cette image" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Lien permanent vers cette table des matières" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 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." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "toplevel_sectioning %r inconnu pour la classe %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: trop grand, ignoré." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "le titre du document n'est pas un unique node de type Text" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 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" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notes de bas de page" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "%s est invalide comme unité de dimension. Ignoré." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "le type inconnu d’entrée d’index %s a été trouvé" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[image]" diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js index ba7f0c97c..8529eb2b9 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "fr_FR", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo index fdc08807e..b1fe6017c 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 1aed3da76..14b7e19cc 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: French (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr_FR/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: fr_FR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.js b/sphinx/locale/he/LC_MESSAGES/sphinx.js index 67c07e1de..cd02a752f 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "he", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "\u05e2\u05dc \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d0\u05dc\u05d5", "Automatically generated list of changes in version %(version)s": "\u05d9\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s", diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index 54cf9140a..83c7299d1 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 af04c857f..149c51bb4 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2011\n" -"Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(בתוך" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "אינדקס" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "הבא" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "הקודם" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "תיעוד %s %s" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "אינדקס" @@ -1114,29 +1113,29 @@ msgstr "אינדקס" msgid "Release" msgstr "מהדורה" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "פרמטרים" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "משתנה" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "פונקציה" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "מאקרו" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "מחלקה" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "מודול" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "מילת מפתח" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "משתנים" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "משתנה סביבה; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "משתנה סביבה" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "מודול אינדקס" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "דף חיפוש" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "ראה %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "ראה גם %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[מקור]" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "תשומת לב" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "זהירות" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "סכנה" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "שגיאה" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "רמז" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "חשוב" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "הערה" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "ראה גם" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "טיפ" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "אזהרה" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "חיפוש" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "לך" @@ -3286,39 +3278,35 @@ msgstr "עמודי אינדקס לפי אותיות" msgid "can be huge" msgstr "עשוי להיות עצום" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "ניווט" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "חפש בתוך %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "על מסמכים אלו" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "זכויות שמורות" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "עודכן לאחרונה ב %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "קישור קבוע להגדרה זו" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "הערות שוליים" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[תמונה]" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.js b/sphinx/locale/hi/LC_MESSAGES/sphinx.js index 278159063..4c6e5622a 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "hi", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© \u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 %(copyright)s.", - "© Copyright %(copyright)s.": "© \u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \u092e\u0947\u0902 ", "About these documents": "\u0907\u0928 \u0932\u0947\u0916\u092a\u0924\u094d\u0930\u094b\u0902 \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902", "Automatically generated list of changes in version %(version)s": "\u0938\u0902\u0938\u094d\u0915\u0930\u0923 %(version)s \u092e\u0947\u0902 \u0938\u094d\u0935\u0924\u0903 \u0930\u091a\u093f\u0924 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u094b\u0902 \u0915\u0940 \u0938\u0942\u091a\u0940", diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index 942cd928d..533d923af 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 bd3e98309..ef5dd655b 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Sumanjali Damarla , 2020\n" -"Language-Team: Hindi (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi/)\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" @@ -22,123 +22,123 @@ msgstr "" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "स्रोत निर्देशिका (%s) नहीं मिली" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "स्रोत निर्देशिका और गंतव्य निर्देशिका समरूप नहीं हो सकतीं" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "स्फिंक्स %s संस्करण चल रहा है" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "इस परियोजना में स्फिंक्स का कम से कम %s संस्करण चाहिए और इसलिए इस संस्करण से बनाना संभव नहीं है." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "परिणाम निर्देशिका बनाई जा रही है" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "%s आयाम को स्थापित करते हुए:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'स्थापना' को जैसा कि अभी कोन्फ़.पाई में परिभाषित किया गया है, पाइथन से निर्देशित नहीं है. कृपया इसकी परिभाषा में परिवर्तन करके इसे निर्देश योग्य कर्म बनाएं. कोन्फ़.पाई को स्फिंक्स के आयाम की तरह व्यवहार के लिए इसकी आवश्कयता है." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "[%s] अनुवाद पढ़ा जा रहा है..." -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "संपन्न" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "अंतर्निर्मित संदेशों में उपलब्ध नहीं है" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "रक्षित स्थिति को लागू किया जा रहा है" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "असफल: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "किसी निर्माता को नहीं चुना गया, मानक उपयोग: एच्.टी.ऍम.एल." -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "सफल हुआ" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "समस्याओं के साथ समाप्त हुआ" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "%s निर्माण, चेतावनी %s (चेतावनी को गलती माने)| " -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "%s सम्पूर्ण, %s चेतावनी." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "%s निर्मित." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "निर्देशक कक्षा #node class# %r पहले से पंजीकृत है, इसके अभ्यागत निरस्त हो जाएंगे " -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "निर्देश %r पहले से पंजीकृत है, यह निरस्त हो जाएगा" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "भूमिका %r पहले से पंजीकृत है, यह निरस्त हो जाएगी" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,12 +146,12 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर पाठन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "समानांतर पठन के लिए यह %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -159,12 +159,12 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर लेखन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "समानांतर लेखन के लिए %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "%s पर काम कर रहे हैं" @@ -322,8 +322,8 @@ msgstr "पिगमेंटस लेक्सर नाम %r अज्ञा #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "literal_block का \"%s\" नियमन नहीं हो सका. विशेषअंकन छोड़ दिया गया." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -336,87 +336,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "लेखपत्र पठनीय नहीं है. उपेक्षित." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "निर्माण वर्ग %s का कोई \"नाम\" भाव नहीं है" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "निर्माता %r पहले से (%s प्रभाग में) उपलब्ध है" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "निर्माता नाम %s पंजीकृत नहीं है अथवा प्रवेश स्थान पर उपलब्ध नहीं है." -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "निर्माता नाम %s पंजीकृत नहीं है" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "अधिकारक्षेत्र %s पहले से पंजीकृत है" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "अधिकारक्षेत्र %s अभी पंजीकृत नहीं है" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r निर्देश पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r भूमिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r अनुक्रमणिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type पहले से पंजीकृत है" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type पहले से पंजीकृत है" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r पहले से पंजीकृत है" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "%r का source_parser पहले से पंजीकृत है" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "%s का स्रोत व्याख्याता पंजीकृत नहीं है" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "%r के लिए अनुवादक पहले से विद्यमान है" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r पहले से पंजीकृत है" @@ -478,164 +478,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "रुपविन्यास %r में कोई \"रूप\" मान नहीं है" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "रुपविन्यास %r में कोई अनुगत मान नहीं है" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "%r नाम से कोई रूप नहीं मिला, %r द्वारा अनुगत" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "%r नामक कोई रूप विन्यास नहीं मिला (theme.conf अनुपस्थित?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "निर्माणाधीन [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "परिणाम लिखा जा रहा है..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "सभी %d पी.ओ. फाइलें" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "सभी स्रोत फाइलें" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d स्रोत फाइलें आदेश स्थान में दी " -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "%d फाइलों के लक्ष्य कालातीत है" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "निर्माणाधीन [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d मिला" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "एक भी नहीं मिला" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "स्थिति को परिरक्षित किया जा रहा है" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "संगतता की जांच की जा रही है" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "कोई प्रयोजन कालातीत नहीं है" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "स्थिति का नवीनीकरण किया जा रहा है" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "स्रोतों को पढ़ा जा रहा है..." -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "लेखन के लिए शेष लेखपत्र: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "लेखपत्र बनाए जा रहे हैं" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." @@ -645,7 +649,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" @@ -774,17 +778,17 @@ msgstr "ई-पब3 के लिए विन्यास मान \"version\" msgid "invalid css_file: %r, ignored" msgstr "अमान्य css_file: %r, उपेक्षित" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "%d नमूना फाइलों के लक्ष्य" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "नमूनों को पढ़ा जा रहा है..." @@ -792,22 +796,17 @@ msgstr "नमूनों को पढ़ा जा रहा है..." msgid "writing message catalogs... " msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "खंडित कड़ी: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "लक्ष्य '%s' नहीं मिला" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -821,8 +820,8 @@ msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "लिखा जा रहा है" @@ -865,24 +864,24 @@ msgstr "कोई \"texinfo_documents\" विन्यास मान नह msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "%s की प्रक्रिया जारी" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (में" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "मेकफाइल लिखने में त्रुटि: %s" @@ -893,7 +892,7 @@ msgid "The text files are in %(outdir)s." msgstr "पाठ फाइल %(outdir)s में हैं." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "%s फाइल लिखने में व्यवधान: %s" @@ -903,7 +902,7 @@ msgstr "%s फाइल लिखने में व्यवधान: %s" msgid "The XML files are in %(outdir)s." msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." @@ -913,36 +912,36 @@ msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outd msgid "build info file is broken: %r" msgstr "निर्माण सूचनापत्र फाइल खंडित है: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "सामान्य अनुक्रमाणिका" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "अनुक्रमणिका" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "आगामी" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "पूर्ववर्ती" @@ -1030,52 +1029,52 @@ msgstr "%s में खोज अनुक्रमाणिका भंडा msgid "invalid js_file: %r, ignored" msgstr "अमान्य js_file: %r, उपेक्षित" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "अज्ञात math_renderer %r दिया गया." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path का प्रविष्टि %r outdir में है| " -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path का प्रविष्टि %r outdir में है| " -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s दिग्दर्शिका" @@ -1101,14 +1100,14 @@ msgstr "कोई \"latex_documents\" विन्यास मान नही msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "अनुक्रमणिका" @@ -1117,29 +1116,29 @@ msgstr "अनुक्रमणिका" msgid "Release" msgstr "आवृत्ति" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1154,66 +1153,79 @@ msgstr "%r में कोई \"रूप\" मान नहीं है" msgid "%r doesn't have \"%s\" setting" msgstr "%r में कोई \"%s \" मान नहीं है" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "निर्माण के दौरान अपवाद घटित हुआ है, दोष-मुक्तक चालू किया जा रहा " -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "कार्य खंडित " -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "रेस्ट सुसज्जा त्रुटि:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "कूटलेखन त्रुटि:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "यदि आप इस विषय को कूटलिपिकारों के संज्ञान में लाना चाहते है तो पिछला पूरा विवरण %s में सहेज दिया गया है" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "पुनरावर्तन त्रुटि:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "अपवाद घटित:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "त्रुटि की सूचना पर उपस्थित पंजिका में दर्ज की जा सकती है. धन्यवाद!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1232,130 +1244,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "अभिलेख की स्रोत फाइलों का पथ" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "परिणाम निर्देशिका का पथ" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "पुनर्निर्माण के लिए निश्चित फाइलों की सूची. यदि -a निर्दिष्ट है तो उपेक्षा कर दी जाएगी" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "सामान्य विकल्प" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "प्रयोग के लिए निर्माता (मानक: एच.टी.एम्.एल. #html#)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "संचित परिस्थिति और डॉक-ट्री फाइलों का पथ (मानक: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "यदि संभव हो तो समानांतर N प्रक्रियाओं में निर्माण करें (ऑटो #auto# विशेष मान द्वारा cpu-count को N पर लगा दिया जाएगा)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "पथ जहाँ पर विन्यास फाइल (conf.py) स्थित है (मानक: SOURCEDIR के समरूप)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "किसी भी विन्यास फाइल का उपयोग ही न करें, मात्र -D विकल्प" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "विन्यास फाइल के एक मान का उल्लंघन करें " -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "गहन जांच का पालन करें, सभी अनुपस्थित संदर्भों के बारे में सचेत करें" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "प्रदर्शित परिणामों के विकल्प" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "चेतावनियों को अशुद्धि मानें" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "अपवाद होने पर पी.डी.बी. चलाएं" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "चेतावनी फाइल %r नहीं खोली जा सकी: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" @@ -1868,75 +1880,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "मापदण्ड" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "प्रदत्त " -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "प्रदत्त प्रकार " -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "सदस्य" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "चर पद" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "फंक्शन" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "मैक्रो" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "युग्म" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "गणक" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "प्रगणक " -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "प्रकार" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1965,91 +1977,90 @@ msgstr "प्रतिरूप उद्धरण %s, दूसरी प् msgid "Citation [%s] is not referenced." msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "नमूना मानदण्ड " -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "देता है " -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "वर्ग" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "अवधारणा " -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (अंतर्निर्मित फंक्शन)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s विधि)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (वर्ग)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (वैश्विक चरपद अथवा अचर) " -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s लक्षण)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "चर " -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (प्रभाग)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "पद्धति" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "आंकड़े " -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "लक्षण" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "प्रभाग" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2059,263 +2070,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "अमान्य math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "मुख्य-शब्द " - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "चालक" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "वस्तु" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "अपवाद " - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "वक्तव्य " - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "अंतर्निर्मित कर्म" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "चर पद " -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "उभारता है " -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s प्रभाग में )" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s प्रभाग में )" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (अंतर्निर्मित चर पद)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (अंतर्निर्मित वर्ग)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (%s वर्ग में)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s वर्ग विधि) " -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s स्थैतिक विधि)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "पाइथन प्रभाग सूची" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "प्रभाग" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "अवमानित " -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "अपवाद " + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "वर्ग विधि" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "स्थैतिक पद्धति" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(अवमानित)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (निर्देश)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (भूमिका)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "निर्देश" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "भूमिका" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "परिस्थिति चर पद; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "पारिभाषिक पद" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "व्याकरण संकेत " -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "सन्दर्भ शीर्षक" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "परिस्थिति चर पद " -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "प्रोग्राम विकल्प " -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "लेखपत्र" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "प्रभाग सूची" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "खोज पृष्ठ" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig असमर्थ है. :numref: उपेक्षित है." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "कड़ी का कोई शीर्षक नहीं है: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "अमान्य numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "अमान्य numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2351,35 +2342,35 @@ msgstr "यह परिस्थिति चुने गए निर्म msgid "Failed to scan documents in %s: %r" msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%s देखिए" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "%s भी देखिए" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "संकेत " @@ -2600,23 +2591,23 @@ msgstr "'%s' एक मान्य विकल्प नहीं है." msgid "'%s' is not a valid pyversion option" msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "अमान्य टेस्टकोड का प्रकार " -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" @@ -2632,20 +2623,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2655,14 +2646,14 @@ msgid "" "%r" msgstr "डॉट ने किसी परिणाम फाइल का नहीं बनाया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2672,23 +2663,23 @@ msgid "" "%r" msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "ग्राफविज़_आउटपुट_फॉर्मेट का 'पी.एन.जी', 'एस.वी.जी.', होना आवश्यक है, पर यह %r है" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "डॉट निर्देश %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2715,90 +2706,90 @@ msgstr "परिवर्तक त्रुटि के साथ बहा msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "लाटेक्स दिखाएँ %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "पंक्तिबद्ध लाटेक्स %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "इस समीकरण की स्थायी कड़ी" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "इन्टरस्फिंक्स सामान को %s से चढ़ाया जा रहा है ..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s में)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(%s में)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "इन्टरस्फिंक्स निर्धारक %r अक्षरमाला नहीं है. उपेक्षित" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[स्रोत]" @@ -2849,34 +2840,34 @@ msgstr "सिंहावलोकन: प्रभाग निर्देश msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2884,112 +2875,112 @@ msgid "" "explicit module name)" msgstr "पता नहीं है कि कौन सा प्रभाग स्वतःप्रलेखन %r के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "आधार: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "%s गुण %s वस्तु में अनुपस्थित" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2997,12 +2988,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "पद-विच्छेदन में असफलता: %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "विषय-वस्तु के आयात में असफलता: %s" @@ -3026,17 +3017,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[ऑटोसमरी] अब इसका स्वतःसारांश बना रहा है: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[ऑटोसमरी] %s पर लिख रहा है" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3044,7 +3035,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3059,30 +3050,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nस्वतः सारांश #autosummary# निर्देश का प्रयोग करते हुए पुर्नसरंचितपाठ बनाता है.\n\nस्फिंक्स-ऑटोजेन स्फिंक्स.एक्स्ट.ऑटोसमरी.जेनेरेट का मुखड़ा है.\nयह प्रदत्त फाइलों में सम्मिलित ऑटो समरी निर्देशों के अनुसार पुर्नसरंचितपाठ बनाता है\n\nस्वतः सारांश #autosummary# निर्देश का प्रारूप स्फिंक्स.एक्स्ट.ऑटोसमरी \nपाइथन प्रभाग में निबंधित है और इसे आप निम्नलिखित माध्यम से पढ़ सकते हैं:\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "आर.एस.टी. फाइलें बनाने के लिए स्रोत फाइलें" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "सभी परिणाम रखने के लिए निर्देशिका" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "फाइलों के लिए मानक प्रत्यय (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "पारंपरिक प्रारूप निर्देशिका (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "लेखपत्र आयातित सदस्य (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3145,52 +3136,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "सावधानी" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "चेतावनी" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "खतरा" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "गलती" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "संकेत" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "महत्त्वपूर्ण" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "टिप्पणी " -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "यह भी देखिए" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "सलाह" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "चेतावनी" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "अगले पृष्ठ पर जारी" @@ -3212,12 +3203,13 @@ msgstr "पृष्ठ" msgid "Table of Contents" msgstr "विषय-सूची" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "खोज" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "चलिए" @@ -3289,39 +3281,35 @@ msgstr "अक्षर द्वारा अनुक्रमित पृष msgid "can be huge" msgstr "बृहदाकार हो सकता है" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "संचालन" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "%(docstitle)s में खोजें" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "इन लेखपत्रों के बारे में" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "सर्वाधिकार" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© सर्वाधिकार %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© सर्वाधिकार %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "अंतिम बार सम्पादित %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3462,25 +3450,25 @@ msgstr "पाद-टिप्पणी [%s] का कोई सन्दर् msgid "Footnote [#] is not referenced." msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3517,166 +3505,170 @@ msgstr "दूरस्थ चित्र नहीं लाया जा स msgid "Could not fetch remote image: %s [%s]" msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "अज्ञात चित्र प्रारूप: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "असाधनीय स्रोत अक्षर, \"?\" द्वारा बदले जा रहे हैं: %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "छोड़ा " -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "असफल" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "अज्ञात बिंदु प्रकार: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "अशुद्धि पाठन: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "अशुद्धि लेखन: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "मानक भूमिका '%s' नहीं मिली" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "इस परिभाषा की स्थायी कड़ी" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "इस सारणी की स्थायी कड़ी" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "इस निर्देश की स्थायी कड़ी" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "इस चित्र की स्थायी कड़ी" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "इस विषय-सूची-संरचना की स्थायी कड़ी" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "पाद टिप्पणियां" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[चित्र: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[चित्र]" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js index 3e9ef5bae..c73e10b3e 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "hi_IN", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index cac69b810..e4dd551dc 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 cf8a0b165..dcf272376 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Hindi (India) (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.js b/sphinx/locale/hr/LC_MESSAGES/sphinx.js index c8da61131..f4ecdacd2 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "hr", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", - "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", u ", "About these documents": "O ovim dokumentima", "Automatically generated list of changes in version %(version)s": "Automatski generirani popis promjena u verziji %(version)s", diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index bca5ea69b..01be73b62 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 862ba2c95..4104b485c 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Mario Šarić, 2015-2020\n" -"Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nema izvornog direktorija (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Izvorni i odredišni direktorij ne smiju biti jednaki" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Izrada pomoću Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "izrada izlazne mape" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' koji je postavljen u conf.py nije moguće pozvati. Molimo izmijenite definiciju 'setup' funkcije kako bi ju mogli izvršiti iz Pythona. Ovo je potrebno kako bi conf.py imao karakter Sphinx proširenja. " -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "učitavanje prijevoda [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "napravljeno" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "neuspješno: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Nije odabran format, koristi se zadani: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "uspješno" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "završeno uz probleme" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s upozorenje." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "build %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s nema \"name\" svojstvo" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r već postoji (u modulu %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder imena %s nije registriran ili dostupan pomoću poziva" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder %s nije registriran" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domena %s je već registrirana" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nije još registrirana" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser za %r je već registriran" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "tema %r nema postavku \"theme\"" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "tema %r nema postavku \"inherit\"" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "tema %r nije pronađena, nasljeđuje ju %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "postavka %s.%s ne pojavljuje se u pretraženim konfiguracijama tema" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "datoteka %r iz teme nije ispravna (zip) arhiva ili ne sadrži temu" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nema teme %r (nedostaje theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (u " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Opceniti abecedni indeks" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "abecedni indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "naprijed" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "nazad" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentacija" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Abecedni popis" @@ -1114,29 +1113,29 @@ msgstr "Abecedni popis" msgid "Release" msgstr "Distribucija" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Vraća" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Vraća tip" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "član" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "varijabla" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parametri predloška" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Baca (iznimke)" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ugrađene funkcije)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (razred)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globalna varijabla ili konstanta)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "podaci" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "ključna riječ" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "izuzetak" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "izjava" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "ugrađen funkcije" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Varijable" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Podiže" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (u modulu %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (u modulu %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (ugrađene variable)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (ugrađen razred)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (razred u %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klase)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python indeks modula" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Zastarjelo" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "izuzetak" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "metoda klase" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (zastarjelo)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "Direktive" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "uloga" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "varijabla okruženja; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "termin rječnika" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "token gramatike" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "referentna oznaka" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "varijabla okruženja" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programske mogućnosti" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Popis modula" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tražilica" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "pogledajte %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "Dodatne informacije: %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboli" @@ -2597,23 +2588,23 @@ msgstr "'%s' nije valjana opcija." msgid "'%s' is not a valid pyversion option" msgstr "'%s' nije valjana pyversion opcija" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz direktiva ne može imati i sadržaj i ime datoteke za argumente" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Vanjska Graphviz datoteka %r ne postoji ili se ne može čitati" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot naredba %r ne može se pokrenuti (potrebna za graphviz izlaz), provjerite postavku graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format mora biti 'png' ili 'svg', ali je %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Link na tu definiciju" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(u %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[source]" @@ -2846,34 +2837,34 @@ msgstr "Pregled: kod modula" msgid "

All modules for which code is available

" msgstr "

Svi moduli za koje je dostupan kod

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Osnovice: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Pozor" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Pažnja" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Opasnost" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Greška" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Savjet" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Važno" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Napomena" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Više informacija" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Savjet" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Upozorenje" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "nastavak sa prethodne stranice" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "stranica" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Traži" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Traži" @@ -3286,39 +3278,35 @@ msgstr "Indeksiraj stranice po slovu" msgid "can be huge" msgstr "može biti ogromno" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigacija" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Traži između %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "O ovim dokumentima" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Sva prava zadržana" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Sva prava zadržana %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Sva prava zadržana %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Zadnji put ažurirano %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link na tu definiciju" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permalink na ovu tablicu" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permalink na ovaj kod" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permalink na ovu sliku" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Permalink na ovaj sadržaj" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fusnote" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[slika: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[slika]" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.js b/sphinx/locale/hu/LC_MESSAGES/sphinx.js index 9f649f7b7..917dc2ae8 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "hu", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", ", "About these documents": "N\u00e9vjegy ezekr\u0151l a dokumentumokr\u00f3l", "Automatically generated list of changes in version %(version)s": "Automatikusan gener\u00e1lt v\u00e1ltoz\u00e1slista a(z) %(version)s v\u00e1ltozathoz", diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index 83a05dfa2..2a589b9c2 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 1f7883135..7ee508c11 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Balázs Úr, 2020\n" -"Language-Team: Hungarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hu/)\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" @@ -24,123 +24,123 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nem található a forráskönyvtár (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "A forráskönyvtár és célkönyvtár nem lehet azonos" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx %s verzió futtatása" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "kimeneti könyvtár elkészítése" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "a(z) %s kiterjesztés beállításakor:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "fordítások betöltése [%s]…" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "kész" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "nem érhető el beépített üzenetekhez" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "pickle-t környezet betöltése" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "sikertelen: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Nincs összeállító kiválasztva, az alapértelmezett használata: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "sikerült" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "problémákkal befejeződött" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, 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)" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, 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)" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "%s összeállítás, %s figyelmeztetés." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "%s összeállítás, %s figyelmeztetés." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "%s összeállítás." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, 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" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -148,12 +148,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -161,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -324,7 +324,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -338,87 +338,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -480,164 +480,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -647,7 +651,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -776,17 +780,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -794,22 +798,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -823,8 +822,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -867,24 +866,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -895,7 +894,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -905,7 +904,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -915,36 +914,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Általános tárgymutató" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "nyitóoldal" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "következő" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "előző" @@ -1032,52 +1031,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentáció" @@ -1103,14 +1102,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Tárgymutató" @@ -1119,29 +1118,29 @@ msgstr "Tárgymutató" msgid "Release" msgstr "Kiadás" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1156,66 +1155,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1234,130 +1246,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1870,75 +1882,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Paraméterek" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Visszatérési érték" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Visszatérés típusa" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "tag" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "változó" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "függvény" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makró" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enumeráció" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "típus" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1967,91 +1979,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Sablonparaméterek" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Dob" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "osztály" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (beépített függvény)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metódus)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (osztály)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globális változó vagy konstans)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribútum)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumentum" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metódus" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "adat" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attribútum" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2061,263 +2072,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "kulcsszó" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operátor" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objektum" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "kivétel" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "utasítás" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "beépített függvény" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Változók" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Kivétel" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modulban)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modulban)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (beépített változó)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (beépített osztály)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (osztály %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s osztály metódus)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statikus metódus)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python Modul Mutató" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "modulok" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Elavult" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "kivétel" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "osztály szintű metódus" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statikus metódus" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (elavult)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktíva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (szerepkör)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktíva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "szerepkör" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "környezeti változó; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "szójegyzék" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "nyelvtani jel" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "referencia cimke" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "környezeti változó" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "program opció" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modulok" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Keresés" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2353,35 +2344,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "lásd %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "lásd még %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Szimbólumok" @@ -2602,23 +2593,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2634,20 +2625,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2657,14 +2648,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2674,23 +2665,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2717,90 +2708,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Állandó hivatkozás erre az egyenletre" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[source]" @@ -2851,34 +2842,34 @@ msgstr "Áttekintés: modul forráskód" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2886,112 +2877,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2999,12 +2990,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3028,17 +3019,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3046,7 +3037,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3061,30 +3052,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3147,52 +3138,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Figyelem" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Figyelem" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Veszély" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Hiba" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Tipp" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Fontos" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Megjegyzés" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Lásd még" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Javaslat" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Figyelem" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "folytatás az előző oldalról" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3214,12 +3205,13 @@ msgstr "oldal" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Keresés" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ok" @@ -3291,39 +3283,35 @@ msgstr "Oldalak ABC sorrendben" msgid "can be huge" msgstr "nagy lehet" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigáció" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Keresés köztük: %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Névjegy ezekről a dokumentumokról" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Minden jog fenntartva" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Utolsó frissítés %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3464,25 +3452,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3519,166 +3507,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Hivatkozás erre a definícióra" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permalink erre a táblázatra" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permalink erre a kódrészletre" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permalink erre a képre" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Lábjegyzetek" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[image]" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.js b/sphinx/locale/id/LC_MESSAGES/sphinx.js index 9780f91ab..bd4b35e0b 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "id", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Hak cipta %(copyright)s.", - "© Copyright %(copyright)s.": "© Hak cipta %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", di", "About these documents": "Tentang dokumen ini", "Automatically generated list of changes in version %(version)s": "Daftar perubahan dibuat otomatis untuk versi %(version)s", diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index bedd2e9d1..6ea6e901e 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 b82b0909c..c6c2b3581 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -5,17 +5,18 @@ # Translators: # Arif Budiman , 2016-2017 # FIRST AUTHOR , 2009 -# oon arfiandwi , 2019-2020 +# oon arfiandwi (OonID) , 2019-2020 +# oon arfiandwi (OonID) , 2023 # Sakti Dwi Cahyono <54krpl@gmail.com>, 2013,2015 # Tumpal Gemelli, 2018 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: oon arfiandwi , 2019-2020\n" -"Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\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" @@ -23,123 +24,123 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Tidak dapat menemukan direktori sumber (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" -msgstr "" +msgstr "Direktori keluaran (%s) bukan direktori" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Direktori sumber dan direktori tujuan tidak boleh sama" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Menjalankan Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "membuat direktori keluaran" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "saat menyiapkan ekstensi %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "memuat terjemahan [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "selesai" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "tidak tersedia untuk built-in messages" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "memuat lingkungan yang diawetkan" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "gagal: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Tidak ada builder yang dipilih, menggunakan default: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "berhasil" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "selesai with masalah" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "bangun %s, %s peringatan (dengan peringatan dianggap sebagai kesalahan)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s peringatan." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "build %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "kelas simpul %r sudah terdaftar, pengunjungnya akan diganti" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "pengarahan %r sudah terdaftar, itu akan diganti" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "peran %r sudah terdaftar, itu akan diganti" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -147,12 +148,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "ekstensi %s tidak aman untuk pembacaan paralel" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -160,12 +161,12 @@ 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" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "ekstensi %s tidak aman untuk penulisan paralel" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "mengerjakan serial %s" @@ -323,8 +324,8 @@ msgstr "Nama Pygments lexer %r tidak diketahui" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "Tidak dapat menjalankan lex literal_block sebagai \"%s\". Menyoroti yang terlewat." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -337,87 +338,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "dokumen tidak dapat dibaca. Diabaikan." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Class Builder %s tidak punya atribut \"name\"" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r sudah ada (di modul %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nama Builder %s todal terdaftar atau tersedia melalui entry point" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Nama Builder %s tidak terdaftar" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domain %s telah terdaftar" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domain %s belum didaftarkan" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Pengarahan %r sudah terdaftar di domain %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Peran %r sudah terdaftar di domain %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Indeks %r sudah terdaftar ke domain %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r telah didaftarkan" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r telah didaftarkan" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r telah didaftarkan" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser untuk %r telah didaftarkan" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Parser sumber untuk %s tidak terdaftar" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Penerjemah untuk %r sudah ada" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r telah terdaftar" @@ -472,171 +473,175 @@ msgstr "Python Enhancement Proposals; PEP %s" #: sphinx/roles.py:191 #, python-format msgid "invalid PEP number %s" -msgstr "" +msgstr "nomor PEP %s tidak valid" #: sphinx/roles.py:225 #, python-format msgid "invalid RFC number %s" -msgstr "" +msgstr "nomor RFC tidak valid %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "tema %r tidak memiliki pengaturan \"tema\"" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "tema %r tidak memiliki pengaturan \"inherit\"" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "tema berjudul %r tidak ditemukan, inherited oleh %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, 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" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "opsi tema yang tidak didukung %r diberikan" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, 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" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "tema bernama %r tidak ditemukan (kehilangan theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "membangun [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "menulis keluaran... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "semua dari %d berkas po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "target untuk %d berkas po yang telah ditetapkan" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "target untuk %d berkas po telah usang" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "semua berkas sumber" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d berkas sumber diberikan di command line" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "target untuk %d berkas sumber yang telah usang" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "membangun [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "mencari berkas yang kini-usang... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d ditemukan" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "tidak ditemukan apapun" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "lingkungan pengawetan" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "memeriksa konsistensi" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "tidak ada target yang usang." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "memperbarui lingkungan:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s ditambahkan, %s diubah, %s dihapus" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "membaca sumber... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "docnames yang akan ditulis: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "menyiapkan dokumen" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "entri ToC ganda ditemukan: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "menyalin gambar... " @@ -646,7 +651,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "tidak dapat menyalin berkas gambar %r: %s" @@ -775,17 +780,17 @@ msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" msgid "invalid css_file: %r, ignored" msgstr "css_file yang salah: %r, mengabaikan" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Katalog pesan berada di %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "target untuk %d berkas templat" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "membaca templat... " @@ -793,22 +798,17 @@ msgstr "membaca templat... " msgid "writing message catalogs... " msgstr "menulis katalog pesan... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "tautan rusak: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' tidak ditemukan" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -822,8 +822,8 @@ msgstr "Halaman manual berada di %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "tidak ditemukan nilai konfigurasi \"man_pages\"; halaman manual tidak akan ditulis" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "penulisan" @@ -866,24 +866,24 @@ msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak a msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "memroses %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "memecahkan referensi..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (dalam " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "menyalin berkas pendukung Texinfo" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "kesalahan menulis berkas Makefile: %s" @@ -894,7 +894,7 @@ msgid "The text files are in %(outdir)s." msgstr "Berkas teks berada di %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "kesalahan menulis berkas %s: %s" @@ -904,7 +904,7 @@ msgstr "kesalahan menulis berkas %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Berkas XML berada di %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Berkas pseudo-XML berada di %(outdir)s." @@ -914,36 +914,36 @@ msgstr "Berkas pseudo-XML berada di %(outdir)s." msgid "build info file is broken: %r" msgstr "berkas info build rusak: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Halaman HTML berada di %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Gagal membaca berkas info build: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks Umum" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "berikut" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "sebelum" @@ -971,7 +971,7 @@ msgstr "" #: sphinx/builders/html/__init__.py:862 msgid "copying static files" -msgstr "" +msgstr "menyalin file statis" #: sphinx/builders/html/__init__.py:878 #, python-format @@ -1031,52 +1031,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "js_file yang salah: %r, mengabaikan" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 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." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "math_renderer %r yang tidak diketahui diberikan." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "entri html_extra_path %r tidak ada" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "entri html_static_path %r tidak ada" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "berkas logo %r tidak ada" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "berkas favicon %r tidak ada" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Dokumentasi %s %s" @@ -1102,14 +1102,14 @@ msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak aka msgid "\"latex_documents\" config value references unknown document %s" msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indeks" @@ -1118,29 +1118,29 @@ msgstr "Indeks" msgid "Release" msgstr "Rilis" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "menyalin berkas pendukung TeX" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "menyalin berkas pendukung TeX... " -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "menyalin berkas tambahan" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1155,66 +1155,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "Gagal mendapatkan docname!" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Eksepsi terjadi saat membangun, memulai debugger:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "Diinterupsi" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "markup reST salah:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Kesalahan encoding:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Kesalahan rekursi:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Terjadi eksepsi:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Laporan bug dapat diisi pada tracker di . Terima kasih!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "job number seharusnya sebuah bilangan positif" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1233,130 +1246,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "path ke berkas sumber" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "path ke direktori output" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "daftar berkas spesifik yang dibuat ulang. Diabaikan jika -a ditentukan" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "opsi umum" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "builder yang digunakan (default: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "tulis semua berkas (default: hanya tulis berkas yang baru dan diubah)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "jangan pakai saved environment, selalu baca semua berkas" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "path untuk the cached environment dan berkas doctree (default: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "build secara parallel dengan N processes jika memungkinkan (nilai spesial \"auto\" akan menetapkan N ke cpu-count)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "path tempat berkas konfigurasi (conf.py) berada (default: sama seperti SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "jalankan tanpa berkas sama sekali, hanya opsi -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "override sebuah aturan di berkas konfigurasi" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "masukkan sebuah nilai ke templat HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "define tag: masukkan blok \"only\" dengan TAG" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "mode nit-picky, ingatkan tentang semua referensi yang hilang" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "opsi output konsol" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "tingkatkan verbosity (dapat diulang)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "tanpa output pada stdout, hanya peringatan pada stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "tanpa output sama sekali, peringatan sekalipun" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "siarkan output berwarna (default: auto-detect)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "jangan siarkan output berwarna (default: auto-detect)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "tulis peringatan (dan galat) pada berkas terpilih" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "ubah peringatan menjadi galat" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" -msgstr "" +msgstr "dengan -W, lanjutkan saat mendapat peringatan" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "tampilkan traceback penuh pada eksepsi" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "jalankan Pdb pada eksepsi" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "tidak dapat membuka berkas peringatan %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "argumen opsi -D harus dalam bentuk name=value" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "argumen opsi -A harus dalam bentuk name=value" @@ -1869,75 +1882,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" -msgstr "" +msgstr "Nilai kembalian" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Kembali" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "anggota" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "fungsi" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" -msgstr "" +msgstr "struct" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipe" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1966,91 +1979,90 @@ msgstr "kutipan rangkap %s, contoh lain dalam %s" msgid "Citation [%s] is not referenced." msgstr "Kutipan [%s] tidak dirujuk." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parameter Templat" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "konsep" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fungsi built-in)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (method %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabel global atau konstan)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumen" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "method" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2060,263 +2072,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "duplikasi label persamaan %s, misalnya di %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Math_eqref_format tidak valid: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "keyword" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "object" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "eksepsi" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "statement" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "fungsi built-in" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variabel" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (di modul %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (di modul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabel built-in)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (class built-in)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (class di %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (method class %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (method static %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Indeks Modul Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "modul" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Akan ditinggalkan" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "eksepsi" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "method class" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "method static" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" -msgstr "" +msgstr "property" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (obsolet)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktif)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktif" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "opsi-direktif" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "role" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variabel environment; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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\"" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "opsi baris perintah" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "Daftar istilah kata sulit tidak boleh dipisahkan oleh garis kosong" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "Daftar istilah kata sulit tampaknya salah format, periksa indentasi" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "daftar istilah" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "token grammar" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "label referensi" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variabel environment" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opsi program" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokumen" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Indeks Modul" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pencarian Halaman" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "label rangkap %s, contoh lain dalam %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig dinonaktifkan. :numref: diabaikan." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "tautan tidak memiliki teks: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format tidak valid: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format tidak valid: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" -msgstr "" +msgstr "label yang tidak ditentukan: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2352,35 +2344,35 @@ msgstr "Lingkungan ini tidak kompatibel dengan pembangun yang dipilih, silakan p msgid "Failed to scan documents in %s: %r" msgstr "Gagal memindai dokumen dalam %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Domain %r tidak terdaftar" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "totree referensikan sendiri ditemukan. Diabaikan" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "dokumen tidak termasuk dalam toctree" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "lihat %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "lihat juga %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "tipe entri indeks tidak dikenal %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simbol" @@ -2601,23 +2593,23 @@ msgstr "'%s' bukan opsi yang valid." msgid "'%s' is not a valid pyversion option" msgstr "'%s' bukan opsi pyversion yang valid" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "tipe TestCode tidak valid" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "mengabaikan kode dokumen yang tidak valid: %r" @@ -2625,7 +2617,7 @@ msgstr "mengabaikan kode dokumen yang tidak valid: %r" #: sphinx/ext/duration.py:74 msgid "" "====================== slowest reading durations =======================" -msgstr "" +msgstr "====================== durasi membaca paling lambat =======================" #: sphinx/ext/extlinks.py:77 #, python-format @@ -2633,20 +2625,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Pengarahan Graphviz tidak dapat memiliki konten dan argumen nama berkas sekaligus" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2656,14 +2648,14 @@ msgid "" "%r" msgstr "dot tidak menghasilkan berkas output: \n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, 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" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2673,23 +2665,23 @@ msgid "" "%r" msgstr "dot keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, 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" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "kode dot %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2716,90 +2708,90 @@ msgstr "convert keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, 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" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "tampilkan latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "inline latex %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Tautan untuk persamaan ini" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "memuat penyimpanan intersphinx dari %s..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 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:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "gagal mencapai salah satu inventaris dengan masalah berikut:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(di %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(dalam %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "pengenal intersphinx %r bukan string. Diabaikan" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[sumber]" @@ -2850,34 +2842,34 @@ msgstr "Tinjauan: kode modul" msgid "

All modules for which code is available

" msgstr "

Semua modul dimana kode tersedia

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "tanda tangan tidak valid untuk outo %s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "kesalahan saat memformat argumen untuk %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2885,112 +2877,112 @@ msgid "" "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)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" dalam nama automodule tidak masuk akal" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, 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__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Basis: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "atribut hilang %s dalam objek %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2998,12 +2990,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "gagal mengurai nama %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "gagal mengimpor objek %s" @@ -3027,17 +3019,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] menghasilkan autosummary untuk: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] menulis ke %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3045,7 +3037,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3060,30 +3052,30 @@ 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "berkas sumber untuk menghasilkan file rST untuk" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "direktori untuk menempatkan semua keluaran dalam" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "akhiran bawaan untuk berkas (bawaan: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "direktori templat ubahsuai (bawaan: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "mendokumentasikan anggota yang diimpor (bawaan: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3146,52 +3138,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Pehatian" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Hati-hati" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Bahaya" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Kesalahan" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Petunjuk" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Penting" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Catatan" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Lihat juga" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Peringatan" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "lanjutan dari halaman sebelumnya" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "berlanjut ke halaman berikutnya" @@ -3213,12 +3205,13 @@ msgstr "laman" msgid "Table of Contents" msgstr "Daftar Isi" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Pencarian" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Go" @@ -3290,39 +3283,35 @@ msgstr "Index halaman berdasarkan huruf" msgid "can be huge" msgstr "dapat menjadi besar" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigasi" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Pencarian dalam %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Tentang dokumen ini" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Hak Cipta" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Hak cipta %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Hak cipta %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Terakhir diperbarui pada %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3463,25 +3452,25 @@ msgstr "Catatan kaki [%s] tidak dirujuk." msgid "Footnote [#] is not referenced." msgstr "Catatan kaki [#] tidak dirujuk." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 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}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3518,166 +3507,170 @@ msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Format gambar tidak dikenal: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "karakter sumber undecodable, menggantinya dengan \"?\": %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "dilewati" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "gagal" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "tipe simpul tidak dikenal: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "kesalahan membaca: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "kesalahan menulis: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, 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" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "toctree berisi ref ke berkas yang tidak ada %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "peran bawaan %s tidak ditemukan" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link permanen untuk definisi ini" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format tidak didefinisikan untuk %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "Tidak ada ID apa pun yang ditugaskan untuk simpul %s" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" -msgstr "" +msgstr "Permalink ke istilah ini" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" -msgstr "" +msgstr "Permalink ke tajuk ini" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Link permanen untuk table ini" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Link permanen untuk kode ini" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Link permanen untuk gambar ini" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Tautan ke daftar isi ini" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: terlalu besar, diabaikan." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "judul dokumen bukan simpul Text tunggal" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 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" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Catatan kaki" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "unit dimensi %s tidak valid. Diabaikan" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "entri indeks tidak diketahui ditemukan tipe %s" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[gambar: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[gambar]" diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.js b/sphinx/locale/is/LC_MESSAGES/sphinx.js index 494b16177..103a070f0 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "is", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.mo b/sphinx/locale/is/LC_MESSAGES/sphinx.mo index 512b7d9df..90d710ef1 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 a29de9aec..664200c10 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tryggvi Kalman , 2021\n" -"Language-Team: Icelandic (http://www.transifex.com/sphinx-doc/sphinx-1/language/is/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Almennt yfirlit" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "yfirlit" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "næsta" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "fyrri" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Yfirlit" @@ -1114,29 +1113,29 @@ msgstr "Yfirlit" msgid "Release" msgstr "Útgáfa" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Leitarsíða" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "sjá %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "sjá einnig %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Varanlegur hlekkur á þessa jöfnu" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Athugið" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Aðgát" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Hætta" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Villa" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Ábending" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Mikilvægt" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Athugasemd" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Sjá einnig" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Ábending" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Aðvörun" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "framhald frá fyrri síðu" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "framhald á næstu síðu" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "Efnisyfirlit" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Leit" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3286,39 +3278,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Leita í %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Varanlegur hlekkur á þessa skilgreiningu" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "Varanlegur hlekkur á þetta hugtak" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Varanlegur hlekkur á þessa töflu" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Varanlegur hlekkur á þennan kóða" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Varanlegur hlekkur á þessa mynd" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[mynd: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[mynd]" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.js b/sphinx/locale/it/LC_MESSAGES/sphinx.js index 4d6fdbc8e..7aeef34a5 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "it", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", in ", "About these documents": "A proposito di questi documenti", "Automatically generated list of changes in version %(version)s": "Lista delle modifiche generata automaticamente nella versione %(version)s", diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index e0a51fd56..ea7e32ac1 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 4e9b42441..2a99b4b1f 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Antonari Palmio, 2022\n" -"Language-Team: Italian (http://www.transifex.com/sphinx-doc/sphinx-1/language/it/)\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" @@ -24,123 +24,123 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Impossibile trovare la cartella sorgente ( %s )" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "La cartella di output (%s) non è una cartella" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "La cartella sorgente e la cartella di destinazione non possono essere identiche" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sto eseguendo Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "sto creando la cartella di output" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "caricamento traduzioni [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "fatto" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "terminato con problemi" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -148,12 +148,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -161,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -324,7 +324,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -338,87 +338,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -480,164 +480,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -647,7 +651,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -776,17 +780,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -794,22 +798,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -823,8 +822,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -867,24 +866,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -895,7 +894,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -905,7 +904,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -915,36 +914,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indice generale" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "successivo" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "precedente" @@ -1032,52 +1031,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s documentazione" @@ -1103,14 +1102,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indice" @@ -1119,29 +1118,29 @@ msgstr "Indice" msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1156,66 +1155,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1234,130 +1246,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1870,75 +1882,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Ritorna" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tipo di ritorno" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabile" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funzione" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumeratore" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1967,91 +1979,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parametri del modello" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Solleva" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "concetto" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funzione built-in)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodo)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabile globale o costante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attributo)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Parametri" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modulo)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metodo" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modulo" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2061,263 +2072,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "keyword" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operatore" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "oggetto" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "eccezione" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "statement" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "funzione built-in" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variabili" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Solleva" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (nel modulo %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (nel modulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabile built-in)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (classe built-in)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (classe in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metodo della classe)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo statico)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Indice del modulo Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduli" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Deprecato" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "eccezione" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "metodo della classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "metodo statico" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (deprecato)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direttiva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (ruolo)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direttiva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "ruolo" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variabile d'ambiente, %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "voce del glossario" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "elemento grammaticale" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "etichetta di riferimento" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variabile d'ambiente" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opzione del programma" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "documento" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Indice dei moduli" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Cerca" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2353,35 +2344,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "vedi %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "vedi anche %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboli" @@ -2602,23 +2593,23 @@ msgstr "'%s' non è un'opzione valida." msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2634,20 +2625,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2657,14 +2648,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2674,23 +2665,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[grafico: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[grafico]" @@ -2717,90 +2708,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Permalink a questa equazione" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[sorgente]" @@ -2851,34 +2842,34 @@ msgstr "Vista generale: codice del modulo" msgid "

All modules for which code is available

" msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2886,112 +2877,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr " Basi: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2999,12 +2990,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3028,17 +3019,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3046,7 +3037,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3061,30 +3052,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3147,52 +3138,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Attenzione" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Attenzione" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Pericolo" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Errore" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Suggerimento" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Vedi anche" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Suggerimento" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Avvertimento" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continua dalla pagina precedente" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3214,12 +3205,13 @@ msgstr "pagina" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Cerca" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Vai" @@ -3291,39 +3283,35 @@ msgstr "Indice delle pagine per lettera" msgid "can be huge" msgstr "può essere enorme" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigazione" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Cerca in %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "A proposito di questi documenti" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Ultimo aggiornamento %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3464,25 +3452,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3519,166 +3507,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link a questa definizione" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Link a questa tabella" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Link a questo codice" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Link a questa immagine" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Link a questo indice" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Note a piè di pagina" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[immagine: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[immagine]" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.js b/sphinx/locale/ja/LC_MESSAGES/sphinx.js index 282c78a7e..817b128c6 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ja", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", in ", "About these documents": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u3064\u3044\u3066", "Automatically generated list of changes in version %(version)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9\uff08\u3053\u306e\u30ea\u30b9\u30c8\u306f\u81ea\u52d5\u751f\u6210\u3055\u308c\u3066\u3044\u307e\u3059\uff09", diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index c49a54232..5ff728511 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 25579bef4..b4ca9b216 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -24,10 +24,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tetsuo Koyama , 2020-2023\n" -"Language-Team: Japanese (http://www.transifex.com/sphinx-doc/sphinx-1/language/ja/)\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" @@ -35,123 +35,123 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "ソースディレクトリが存在しません (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "出力先ディレクトリ (%s) はディレクトリではありません" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "出力先ディレクトリにはソースディレクトリと異なるディレクトリを指定してください" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s を実行中" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "出力先ディレクトリを作成しています" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "拡張機能のセットアップ中 %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "conf.pyにある'setup'はPythonのcallableではありません。定義を修正してcallableである関数にしてください。これはconf.pyがSphinx拡張として動作するのに必要です。" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "翻訳カタログをロードしています [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "完了" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "翻訳が用意されていません" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "保存された環境データを読み込み中" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "失敗: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "ビルダーが選択されていないので、デフォルトの html を使用します" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "成功" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "完了(問題あり)" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "警告%s、%sをビルドします(警告はエラーとして扱われます)。" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "警告%s、%sをビルドします(警告はエラーとして扱われます)。" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "ビルド %s, %s warning." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "ビルド %s, %s 警告." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "ビルド %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "nodeクラス %r は既に登録されています。visitor関数は上書きされます" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "ディレクティブ %r は既に登録されています。ディレクティブは上書きされます" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "ロール %r は既に登録されています。ロールは上書きされます" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -159,12 +159,12 @@ msgid "" "explicit" msgstr "拡張 %s は並列読み込みが可能かどうかを宣言していないため、おそらく並列読み込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s拡張は並列読み込みに対して安全ではありません" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -172,12 +172,12 @@ msgid "" "explicit" msgstr "拡張 %s は並列書き込みが可能かどうかを宣言していないため、おそらく並列書き込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s拡張は並列書き込みに対して安全ではありません" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "直列で %sします" @@ -335,8 +335,8 @@ msgstr "Pygments に %r というlexerがありません" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "リテラルブロックを \"%s\" として解釈できませんでした。ハイライト処理をスキップします。" +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -349,87 +349,87 @@ msgstr "ドキュメント \"%s\" で複数のファイルが見つかりまし msgid "document not readable. Ignored." msgstr "ドキュメントを読めません。無視します。" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "ビルダークラス %s には\"name\"属性がありません" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "ビルダー %r (モジュール %s) がすでに登録されています" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "ビルダー名 %s は登録されておらず、entry pointにもありません" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "ビルダー名 %s は登録されていません" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "ドメイン %s はすでに登録されています" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "ドメイン %s はまだ登録されていません" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "ディレクティブ %r は既に%sドメインに登録されています" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "ロール %r は既にドメイン%sに登録されています" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "インデックス %r はすでに%sドメインに登録されています" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r はすでに登録されています" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "classref_type %r はすでに登録されています" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r はすでに登録されています" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "%r のsource_parserはすでに登録されています" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "%s のsource_parserは登録されていません" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "%r のTranslatorはすでに登録されています" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r はすでに登録されています" @@ -491,164 +491,168 @@ msgstr "無効なPEP番号 %s" msgid "invalid RFC number %s" msgstr "無効なRFC番号 %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "テーマ %r に \"theme\" 設定がありません" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "テーマ %r に \"inherit\" 設定がありません" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "テーマ %r が %r から継承されていますが、見つかりませんでした" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "設定 %s.%s がテーマ設定にありません" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "サポートされていないテーマオプション %r が指定されました" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "テーマ %r がありません(theme.confが見つからない?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%sビルダー向けの画像形式が見つかりません: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "ビルド中 [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "出力中..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "全%d件のpoファイル" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "指定された %d 件のpoファイル" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "更新された %d 件のpoファイル" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "全てのソースファイル" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "コマンドラインに指定されたファイル %r がないため, " -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "コマンドラインで指定された%d件のソースファイル" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "更新された %d 件のソースファイル" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "ビルド中 [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "更新されたファイルを探しています... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d 件見つかりました" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "見つかりませんでした" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "環境データを保存中" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "整合性をチェック中" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "更新が必要な対象はありませんでした" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "環境データを更新中" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s 件追加, %s 件更新, %s 件削除" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "ソースを読み込み中..." -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "書き込むdocname: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "ドキュメントの出力準備中" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "Tocエントリーが重複しています: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "画像をコピー中... " @@ -658,7 +662,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "画像ファイル %r をコピーできません: %s" @@ -787,17 +791,17 @@ msgstr "EPUB3出力では設定値 \"version\" が必要です" msgid "invalid css_file: %r, ignored" msgstr "無効な css_file %r は無視されました" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "メッセージカタログは%(outdir)sにあります。" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "指定された %d 件のテンプレートファイル" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "テンプレートの読み込み中..." @@ -805,22 +809,17 @@ msgstr "テンプレートの読み込み中..." msgid "writing message catalogs... " msgstr "メッセージカタログを出力中... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "リンクが切れています: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "アンカー '%s' が見つかりません" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" @@ -834,8 +833,8 @@ msgstr "マニュアルページは %(outdir)s にあります。" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "書き込み中" @@ -878,24 +877,24 @@ msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメ msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "処理中 %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "参照を解決しています..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "Texinfo 関連ファイルをコピーしています" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "Makefile の書き込みエラー: %s" @@ -906,7 +905,7 @@ msgid "The text files are in %(outdir)s." msgstr "テキストファイルは%(outdir)sにあります。" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "ファイル書き込みエラー %s: %s" @@ -916,7 +915,7 @@ msgstr "ファイル書き込みエラー %s: %s" msgid "The XML files are in %(outdir)s." msgstr "XMLファイルは%(outdir)sにあります。" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "pseudo-XMLファイルは%(outdir)sにあります。" @@ -926,36 +925,36 @@ msgstr "pseudo-XMLファイルは%(outdir)sにあります。" msgid "build info file is broken: %r" msgstr "build info ファイルが壊れています: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTMLページは%(outdir)sにあります。" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "build info ファイルの読み込みに失敗しました: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%Y年%m月%d日" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "総合索引" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "索引" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "次へ" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "前へ" @@ -1043,52 +1042,52 @@ msgstr "%s の検索インデックスを出力" msgid "invalid js_file: %r, ignored" msgstr "無効な js_file %r は無視されました" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "不明な math_renderer %r が指定されました。" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path %r が見つかりません" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path %r がoutdir内に配置されます" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path %r が見つかりません" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path %r がoutdir内に配置されます" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "ロゴファイル %r がありません" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "favicon ファイル %r がありません" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s ドキュメント" @@ -1114,14 +1113,14 @@ msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメン msgid "\"latex_documents\" config value references unknown document %s" msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "索引" @@ -1130,29 +1129,29 @@ msgstr "索引" msgid "Release" msgstr "リリース" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "%r 言語向けの 既知の Babel オプションはありません" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "TeX 関連ファイルをコピーしています" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "TeX 関連ファイルをコピー中..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "追加のファイルをコピーしています" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "不明な設定値 latex_elements[%r] は無視されました。" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" @@ -1167,66 +1166,79 @@ msgstr "%r に \"theme\" 設定がありません" msgid "%r doesn't have \"%s\" setting" msgstr "%r に \"%s\" 設定がありません" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "ビルド中に例外が発生しました。デバッガを起動します:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "割り込まれました!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "reST マークアップエラー:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "エンコードエラー:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "完全なトレースバックを%sに保存しました。問題を開発者に報告するときに添付してください。" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "再起呼び出しエラー:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "これは、非常に大きなソースファイルや深くネストされたソースファイルで発生する可能性があります。conf.py で、Python のデフォルトの再帰回数制限である 1000 を、例えば次のように慎重に増やすことができます: " -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "例外が発生しました" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "バグ報告はこちらにお願いします 。ご協力ありがとうございます!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "ジョブ番号は正数でなければなりません" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "詳しくは、を見てください。" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1245,130 +1257,130 @@ 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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "ドキュメントソースファイルへのパス" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "出力先ディレクトリへのパス" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "再構築するための設定ファイルのリスト。 -a が指定されている場合は無視されます" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "一般的なオプション" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "使用するビルダー(デフォルト:html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "保存された環境は使わず、常に全てのファイルを読み込む" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "キャッシュされた環境とDoctreeファイルへのパス(デフォルト:OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "可能な場合、ビルドを N 個のプロセスで並列実行する(特別な値 \"auto\" は N を cpu-count に設定する)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "設定ファイル(conf.py)がある場所のパス(デフォルト:SOURCEDIRと同じ場所)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "設定ファイルを使用せず、-Dオプションのみを使用" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "設定ファイルの設定を上書きする" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "HTMLテンプレートに値を渡す" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "定義タグ: TAG ブロック\"のみ\"含む" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "nit-picky モード。不足しているすべての参照について警告する" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "コンソール出力オプション" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "精度の増加(繰り返し可能)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "何も出力せず、警告もしない" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "色分けで出力する(デフォルト:自動検出)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "色分けの出力をしない(デフォルト:自動検出)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "指定ファイルに警告(およびエラー)を書き込む" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "警告をエラーとして扱う" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "-Wを指定すると、警告が表示されたときは実行を続ける" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "例外時にフルトレースバックを表示する" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "例外が発生したときにPdbを実行する" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "-aオプションとファイル名を組み合わせることはできません" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "警告ファイル %r を開けません: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "-Dオプション引数は name = value の形式でなければなりません" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "-Aオプション引数は name = value の形式でなければなりません" @@ -1881,75 +1893,75 @@ msgstr "csv-table ディレクティブの \":file:\" オプションは、絶 msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "パラメータ" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "戻り値" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "戻り値" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "戻り値の型" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "のメンバ変数" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "変数" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "の関数" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "のマクロ" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "struct" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "列挙型" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "のデータ型" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "関数パラメータ" @@ -1978,91 +1990,90 @@ msgstr "引用 %s はすでに %s で使われています" msgid "Citation [%s] is not referenced." msgstr "引用 [%s] は参照されていません。" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "テンプレートパラメータ" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "例外" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "クラス" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "コンセプト" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "テンプレート・パラメータ" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (組み込み関数)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s のメソッド)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (クラス)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (グローバル変数または定数)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s の属性)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "引数" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (モジュール)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "メソッド" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "データ" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "の属性" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "モジュール" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "%s の記述 %s はすでに %s で %s が使われています" @@ -2072,263 +2083,243 @@ msgstr "%s の記述 %s はすでに %s で %s が使われています" msgid "duplicate label of equation %s, other instance in %s" msgstr "数式 %s のラベルはすでに %s で使われています" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "無効な math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "キーワード" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "演算子" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "オブジェクト" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "例外" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "文" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "組み込み関数" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "変数" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "例外" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s モジュール)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s モジュール)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (組み込み変数)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (組み込みクラス)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (%s のクラス)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s のクラスメソッド)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s の静的メソッド)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (%s のプロパティ)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Pythonモジュール索引" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "モジュール" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "非推奨" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "例外" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "クラスメソッド" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "の静的メソッド" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "プロパティ" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "%s のオブジェクト記述、 %s の他の​​インスタンスを複製し、そのうちの1つに :noindex: を使用します" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (非推奨)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (ディレクティブ)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (ディレクティブオプション)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (ロール)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "ディレクティブ" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "ディレクティブオプション" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "ロール" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "%s の記述 %s はすでに %s で使われています" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "環境変数; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s コマンドラインオプション" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "コマンドラインオプション" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "用語集の前に空行が必要です" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "用語集の用語は空行で区切ってはいけません" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "用語集の項目" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "文法トークン" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "参照ラベル" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "環境変数" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "プログラムオプション" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "document" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "モジュール索引" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "検索ページ" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "ラベル %s はすでに %s で使われています" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "%s の記述 %s はすでに %s で使われています" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig は無効です。:numref: は無視されます。" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "リンクにキャプションがありません: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "無効な numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "無効な numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2364,35 +2355,35 @@ msgstr "この環境は選択したビルダーと互換性がありません。 msgid "Failed to scan documents in %s: %r" msgstr "%s のドキュメントをスキャンできませんでした: %r " -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "ドメイン %r はまだ登録されていません" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "自己参照している toctree が見つかりました。無視します。" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "ドキュメントはどの toctree にも含まれていません" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%sを参照" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "%sも参照" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "不明なインデックスエントリタイプ %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "記号" @@ -2613,23 +2604,23 @@ msgstr "'%s' は正しいオプションではありません" msgid "'%s' is not a valid pyversion option" msgstr "'%s' は正しい pyversion オプションではありません" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "無効な TestCode タイプ" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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 の結果を確認してください。" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "%sブロックにあるコード/出力 が %s にありません: %s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "無効な doctest コードは無視されます: %r" @@ -2645,20 +2636,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2668,14 +2659,14 @@ msgid "" "%r" msgstr "dotは出力ファイルを生成しませんでした:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2685,23 +2676,23 @@ msgid "" "%r" msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format は %r ではなく 'png' か 'svg' でなければなりません" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "dot コード %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[グラフ: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[グラフ]" @@ -2728,90 +2719,90 @@ msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "convert コマンド %r は実行できません。image_converter の設定を確認してください" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "latex の表示 %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "latex のインライン表示 %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "この数式へのパーマリンク" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx インベントリは移動しました: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "%s から intersphinx インベントリをロード中..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx 識別子 %r は文字列ではありません。無視します" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "intersphinx_mapping [%s] の読み取りに失敗しました。無視します: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[ソース]" @@ -2862,34 +2853,34 @@ msgstr "概要: モジュールコード" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "member-order オプションに無効な値があります: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "class-doc-from オプションに無効な値があります: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "auto%s (%r) の署名が無効です" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2897,112 +2888,112 @@ msgid "" "explicit module name)" msgstr "ドキュメントの自動生成 %r のためにどのモジュールをインポートするのか分かりません (ドキュメントに \"module\"または \"currentmodule\"ディレクティブを配置するか、明示的なモジュール名を指定してください)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "モックオブジェクトが検出されました: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 名の \"::\" は意味がありません" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "%s の関数シグネチャの取得に失敗しました: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "ベースクラス: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "オブジェクト %s に属性 %s がありません" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "%sの別名です。" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "TypeVar(%s)のエイリアスです。" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "無効な __slots__ が %s で見つかりました。無視されました。" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "%r の既定の引数値の解析に失敗しました: %s。" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "%rのtype_commentを解析できませんでした: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "autosummary は除外したドキュメント %r を参照しています。無視されます。" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummary: stubファイルが見つかりません%r。autosummary_generate設定を確認してください。" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "キャプション付きオートサマリーには :toctree: オプションが必要です。" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3010,12 +3001,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "%sの名前を解析できませんでした " -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "%sオブジェクトをインポートできませんでした " @@ -3039,17 +3030,17 @@ msgid "" "%s" msgstr "autosummary: ドキュメント化する %r の決定に失敗しました。次の例外が発生しました:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] %s の autosummary を生成中" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] %s に書き込み中" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3057,7 +3048,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3072,30 +3063,30 @@ 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "rST ファイルを生成するためのソースファイル" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "すべての生成データを配置するディレクトリ" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "ファイルのデフォルト拡張子 (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "カスタムテンプレートディレクトリ (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "インポートしたメンバーのドキュメント (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3158,52 +3149,52 @@ msgstr "不正な文字列リテラル (終了引用符がありません): %s" msgid "malformed string literal (missing opening quote): %s" msgstr "不正な文字列リテラル (開始引用符がありません): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "注意" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "危険" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "エラー" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "ヒント" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "注釈" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "参考" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "次のページに続く" @@ -3225,12 +3216,13 @@ msgstr "ページ" msgid "Table of Contents" msgstr "目次" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "検索" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "検索" @@ -3302,39 +3294,35 @@ msgstr "頭文字別索引" msgid "can be huge" msgstr "大きい場合があるので注意" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "ナビゲーション" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "%(docstitle)s 内を検索" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "このドキュメントについて" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "著作権" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "最終更新: %(last_updated)s" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3475,25 +3463,25 @@ msgstr "Footnote [%s] は参照されていません。" msgid "Footnote [#] is not referenced." msgstr "Footnote [#] は参照されていません。" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3530,166 +3518,170 @@ msgstr "リモート画像を取得できませんでした: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "リモート画像を取得できませんでした: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "不明な画像フォーマット: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "デコードできないソース文字です。\"?\" に置き換えます: %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "スキップしました" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "失敗しました" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "不明なディレクティブまたはロール名: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "不明なノードタイプ: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "読み取りエラー: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "書き込みエラー: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s は存在しません" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "toctree に存在しないファイルへの参照が含まれています %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "デフォルトのロール %s が見つかりません" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "この定義へのパーマリンク" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "%s に numfig_format は定義されていません" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "いくつかの ID が %s ノードに割り当てられていません" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "この用語の解説へ" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "この見出しへのパーマリンク" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "このテーブルへのパーマリンク" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "このコードへのパーマリンク" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "この画像へのパーマリンク" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "この目次へのパーマリンク" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "不明なクラス %r の toplevel_sectioning %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: が大きすぎるので無視されます。" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "注記" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "ディメンション単位 %s が無効です。無視されます。" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "不明なインデックスエントリタイプ %s が見つかりました" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[画像: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[画像]" diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.js b/sphinx/locale/ka/LC_MESSAGES/sphinx.js new file mode 100644 index 000000000..40eaf8462 --- /dev/null +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.js @@ -0,0 +1,60 @@ +Documentation.addTranslations({ + "locale": "ka", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": "", + "About these documents": "\u10d0\u10db \u10d3\u10dd\u10d9\u10e3\u10db\u10d4\u10dc\u10e2\u10d4\u10d1\u10d8\u10e1 \u10e8\u10d4\u10e1\u10d0\u10ee\u10d4\u10d1", + "Automatically generated list of changes in version %(version)s": "", + "C API changes": "C API \u10ea\u10d5\u10da\u10d8\u10da\u10d4\u10d1\u10d4\u10d1\u10d8", + "Changes in Version %(version)s — %(docstitle)s": "", + "Collapse sidebar": "\u10d2\u10d5\u10d4\u10e0\u10d3\u10d8\u10d7\u10d8 \u10d6\u10dd\u10da\u10d8\u10e1 \u10e9\u10d0\u10d9\u10d4\u10ea\u10d5\u10d0", + "Complete Table of Contents": "\u10e1\u10e0\u10e3\u10da\u10d8 \u10e1\u10d0\u10e0\u10e9\u10d4\u10d5\u10d8", + "Contents": "\u10e8\u10d8\u10d2\u10d7\u10d0\u10d5\u10e1\u10d8", + "Copyright": "\u10e1\u10d0\u10d0\u10d5\u10e2\u10dd\u10e0\u10dd \u10e3\u10e4\u10da\u10d4\u10d1\u10d4\u10d1\u10d8", + "Created using Sphinx %(sphinx_version)s.": "", + "Expand sidebar": "\u10d2\u10d5\u10d4\u10e0\u10d3\u10d8\u10d7\u10d8 \u10d6\u10dd\u10da\u10d8\u10e1 \u10d2\u10d0\u10e4\u10d0\u10e0\u10d7\u10dd\u10d4\u10d1\u10d0", + "Full index on one page": "\u10e1\u10e0\u10e3\u10da\u10d8 \u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8 \u10d4\u10e0\u10d7 \u10d2\u10d5\u10d4\u10e0\u10d3\u10d6\u10d4", + "General Index": "\u10d6\u10dd\u10d2\u10d0\u10d3\u10d8 \u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8", + "Global Module Index": "\u10d2\u10da\u10dd\u10d1\u10d0\u10da\u10e3\u10e0\u10d8 \u10db\u10dd\u10d3\u10e3\u10da\u10d4\u10d1\u10d8\u10e1 \u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8", + "Go": "\u10d2\u10d0\u10d3\u10d0\u10e1\u10d5\u10da\u10d0", + "Hide Search Matches": "\u10eb\u10d4\u10d1\u10dc\u10d8\u10e1 \u10d3\u10d0\u10db\u10d7\u10ee\u10d5\u10d4\u10d5\u10d4\u10d1\u10d8\u10e1 \u10d3\u10d0\u10db\u10d0\u10da\u10d5\u10d0", + "Index": "\u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8", + "Index – %(key)s": "", + "Index pages by letter": "\u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8\u10e1 \u10d2\u10d5\u10d4\u10e0\u10d3\u10d4\u10d1\u10d8 \u10d0\u10e1\u10dd\u10d4\u10d1\u10d8\u10e1 \u10db\u10d8\u10ee\u10d4\u10d3\u10d5\u10d8\u10d7", + "Indices and tables:": "\u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d4\u10d1\u10d8 \u10d3\u10d0 \u10ea\u10ee\u10e0\u10d8\u10da\u10d4\u10d1\u10d8:", + "Last updated on %(last_updated)s.": "\u10d1\u10dd\u10da\u10dd \u10d2\u10d0\u10dc\u10d0\u10ee\u10da\u10d4\u10d1\u10d8\u10e1 \u10d3\u10e0\u10dd %(last_updated)s.", + "Library changes": "\u10d1\u10d8\u10d1\u10da\u10d8\u10dd\u10d7\u10d4\u10d9\u10d8\u10e1 \u10ea\u10d5\u10da\u10d8\u10da\u10d4\u10d1\u10d4\u10d1\u10d8", + "Navigation": "\u10dc\u10d0\u10d5\u10d8\u10d2\u10d0\u10ea\u10d8\u10d0", + "Next topic": "\u10e8\u10d4\u10db\u10d3\u10d4\u10d2\u10d8 \u10d7\u10d4\u10db\u10d0", + "Other changes": "\u10e1\u10ee\u10d5\u10d0 \u10ea\u10d5\u10da\u10d8\u10da\u10d4\u10d1\u10d4\u10d1\u10d8", + "Overview": "\u10db\u10d8\u10db\u10dd\u10ee\u10d8\u10da\u10d5\u10d0", + "Please activate JavaScript to enable the search\n functionality.": "", + "Preparing search...": "\u10eb\u10d4\u10d1\u10dc\u10d8\u10e1 \u10db\u10dd\u10db\u10d6\u10d0\u10d3\u10d4\u10d1\u10d0...", + "Previous topic": "\u10ec\u10d8\u10dc\u10d0 \u10d7\u10d4\u10db\u10d0", + "Quick search": "\u10e1\u10ec\u10e0\u10d0\u10e4\u10d8 \u10eb\u10d4\u10d1\u10dc\u10d0", + "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 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.": "", + "Show Source": "\u10ec\u10e7\u10d0\u10e0\u10dd\u10e1 \u10e9\u10d5\u10d4\u10dc\u10d4\u10d1\u10d0", + "Table of Contents": "\u10e1\u10d0\u10e0\u10e9\u10d4\u10d5\u10d8", + "This Page": "\u10d4\u10e1 \u10d2\u10d5\u10d4\u10e0\u10d3\u10d8", + "Welcome! This is": "\u10d9\u10d4\u10d7\u10d8\u10da\u10d8 \u10d8\u10e7\u10dd\u10e1 \u10d7\u10e5\u10d5\u10d4\u10dc\u10d8 \u10db\u10dd\u10d1\u10e0\u10eb\u10d0\u10dc\u10d4\u10d1\u10d0", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "all functions, classes, terms": "\u10e7\u10d5\u10d4\u10da\u10d0 \u10e4\u10e3\u10dc\u10e5\u10ea\u10d8\u10d0, \u10d9\u10da\u10d0\u10e1\u10d8, \u10ec\u10d4\u10e1\u10d8", + "can be huge": "\u10e8\u10d4\u10d8\u10eb\u10da\u10d4\u10d1\u10d0 \u10e3\u10d6\u10d0\u10e0\u10db\u10d0\u10d6\u10d0\u10e0\u10d8 \u10d8\u10e7\u10dd\u10e1", + "last updated": "", + "lists all sections and subsections": "\u10e1\u10d4\u10e5\u10ea\u10d8\u10d4\u10d1\u10d8\u10e1\u10d0 \u10d3\u10d0 \u10e5\u10d5\u10d4\u10e1\u10d4\u10e5\u10ea\u10d8\u10d4\u10d1\u10d8\u10e1 \u10e9\u10d0\u10db\u10dd\u10dc\u10d0\u10d7\u10d5\u10d0\u10da\u10d8", + "next chapter": "\u10e8\u10d4\u10db\u10d3\u10d4\u10d2\u10d8 \u10d7\u10d0\u10d5\u10d8", + "previous chapter": "\u10ec\u10d8\u10dc\u10d0 \u10d7\u10d0\u10d5\u10d8", + "quick access to all modules": "\u10e1\u10ec\u10e0\u10d0\u10e4\u10d8 \u10ec\u10d5\u10d3\u10dd\u10db\u10d0 \u10e7\u10d5\u10d4\u10da\u10d0 \u10db\u10dd\u10d3\u10e3\u10da\u10d7\u10d0\u10dc", + "search": "\u10eb\u10d4\u10d1\u10dc\u10d0", + "search this documentation": "\u10d0\u10db \u10d3\u10dd\u10d9\u10e3\u10db\u10d4\u10dc\u10e2\u10d0\u10ea\u10d8\u10d0\u10e8\u10d8 \u10eb\u10d4\u10d1\u10dc\u10d0", + "the documentation for": "" + }, + "plural_expr": "(n!=1)" +}); \ No newline at end of file diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.mo b/sphinx/locale/ka/LC_MESSAGES/sphinx.mo new file mode 100644 index 000000000..09ec3bc78 Binary files /dev/null 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 new file mode 100644 index 000000000..e9964f3f2 --- /dev/null +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.po @@ -0,0 +1,3678 @@ +# Translations template for Sphinx. +# Copyright (C) 2023 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-07-24 12:38+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.12.1\n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#: sphinx/application.py:153 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "წყარო საქაღალდე ვერ ვიპოვე (%s)" + +#: sphinx/application.py:157 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "გამოტანის საქაღალდე (%s) საქაღალდე არაა" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "საწყისი და სამიზნე საქაღალდე ერთი და იგივე არ შეიძლება, იყოს" + +#: sphinx/application.py:193 +#, python-format +msgid "Running Sphinx v%s" +msgstr "გაშვებულია Sphinx v%s" + +#: sphinx/application.py:219 +#, 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 +msgid "making output directory" +msgstr "გამოტანის საქაღალდის შექმნა" + +#: sphinx/application.py:240 sphinx/registry.py:438 +#, python-format +msgid "while setting up extension %s:" +msgstr "გაფართოების %s მორგებისას:" + +#: sphinx/application.py:246 +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-ის გაფართოება, მოიქცეს." + +#: sphinx/application.py:277 +#, python-format +msgid "loading translations [%s]... " +msgstr "თარგმანების ჩატვირთვა [%s]... " + +#: sphinx/application.py:294 sphinx/util/display.py:83 +msgid "done" +msgstr "შესრულებულია" + +#: sphinx/application.py:296 +msgid "not available for built-in messages" +msgstr "ჩაშენებული შეტყობინებებისთვის ხელმისაწვდომი არაა" + +#: sphinx/application.py:312 +msgid "loading pickled environment" +msgstr "დამჟავებული გარემოს ჩატვირთვა" + +#: sphinx/application.py:318 +#, python-format +msgid "failed: %s" +msgstr "შეცდომით: %s" + +#: sphinx/application.py:332 +msgid "No builder selected, using default: html" +msgstr "ამგები არჩეული არაა. ვიყენებ ნაგულისხმევს: html" + +#: sphinx/application.py:365 +msgid "succeeded" +msgstr "წარმატებული" + +#: sphinx/application.py:366 +msgid "finished with problems" +msgstr "დასრულდა პრობლემებით" + +#: sphinx/application.py:370 +#, python-format +msgid "build %s, %s warning (with warnings treated as errors)." +msgstr "აგება %s, %s გაფრთხილება (გაფრთხილებები აღქმული იქნება, როგორც შეცდომები)." + +#: sphinx/application.py:372 +#, python-format +msgid "build %s, %s warnings (with warnings treated as errors)." +msgstr "" + +#: sphinx/application.py:375 +#, python-format +msgid "build %s, %s warning." +msgstr "%s-ის აგება, %s გაფრთხილება." + +#: sphinx/application.py:377 +#, python-format +msgid "build %s, %s warnings." +msgstr "%s-ის აგება, %s გაფრთხილება." + +#: sphinx/application.py:381 +#, python-format +msgid "build %s." +msgstr "%s-ის აგება." + +#: sphinx/application.py:611 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "კვანძის კლასი %r უკვე რეგისტრირებულია. მისი მნახველები გადაფარული იქნება" + +#: sphinx/application.py:690 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "დირექტივა %r უკვე რეგისტრირებულია. ის გადაფარული იქნება" + +#: sphinx/application.py:712 sphinx/application.py:734 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "როლი %r უკვე რეგისტრირებულია. ის გადაფარული იქნება" + +#: sphinx/application.py:1280 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური წაკითხვისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" + +#: sphinx/application.py:1284 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "%s გაფართოება პარალელური წაკითხვისთვის უსაფრთხო არაა" + +#: sphinx/application.py:1287 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური ჩაწერისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" + +#: sphinx/application.py:1291 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "%s გაფართოება პარალელური ჩაწერისთვის უსაფრთხო არაა" + +#: sphinx/application.py:1299 sphinx/application.py:1303 +#, python-format +msgid "doing serial %s" +msgstr "ვაკეთებ სერიულს %s" + +#: sphinx/config.py:175 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "კონფიგურაციის საქაღალდე ფაილს conf.py არ შეიცავს (%s)" + +#: sphinx/config.py:184 +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:213 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" + +#: sphinx/config.py:222 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" + +#: sphinx/config.py:227 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" + +#: sphinx/config.py:256 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" + +#: sphinx/config.py:284 +#, python-format +msgid "No such config value: %s" +msgstr "ასეთი კონფიგურაციის მნიშვნელობა არ არსებობს: %s" + +#: sphinx/config.py:308 +#, python-format +msgid "Config value %r already present" +msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" + +#: sphinx/config.py:356 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" + +#: sphinx/config.py:359 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" + +#: sphinx/config.py:366 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" + +#: sphinx/config.py:389 +#, 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:408 +#, python-format +msgid "Section %s" +msgstr "სექცია %s" + +#: sphinx/config.py:409 +#, python-format +msgid "Fig. %s" +msgstr "ნახ. %s" + +#: sphinx/config.py:410 +#, python-format +msgid "Table %s" +msgstr "ცხრილი %s" + +#: sphinx/config.py:411 +#, python-format +msgid "Listing %s" +msgstr "ჩამონათვალი %s" + +#: sphinx/config.py:448 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." + +#: sphinx/config.py:466 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." + +#: sphinx/config.py:488 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." + +#: sphinx/config.py:500 +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'\"." + +#: sphinx/events.py:62 +#, python-format +msgid "Event %r already present" +msgstr "მოვლენა %r უკვე არსებობს" + +#: sphinx/events.py:68 +#, python-format +msgid "Unknown event name: %s" +msgstr "უცნობი მოვლენის სახელი: %s" + +#: sphinx/events.py:107 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "დამმუშავებელმა %r მოვლენისთვის %r გამონაკლისი გადმოგვცა" + +#: sphinx/extension.py:53 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s გაფართოება საჭიროა needs_extensons პარამეტრის მიერ, მაგრამ ჩატვირთული არაა." + +#: sphinx/extension.py:69 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "პროექტს გაფართოების %s ვერსია მინიმუმ %s სჭირდება და ამიტომ ჩატვირთული ვერსიით (%s) აგებული ვერ იქნება." + +#: sphinx/highlighting.py:147 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer-ის სახელი %r უცნობია" + +#: sphinx/highlighting.py:173 +#, python-format +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:51 +#, python-format +msgid "" +"multiple files found for the document \"%s\": %r\n" +"Use %r for the build." +msgstr "დოკუმენტისთვის \"%s\" აღმოჩენილია ერთზე მეტი ფაილი: %r\nასაგებად გამოიყენეთ %r." + +#: sphinx/project.py:57 +msgid "document not readable. Ignored." +msgstr "დოკუმენტი წაკითხვადი არაა. ის გამოტოვებული იქნება." + +#: sphinx/registry.py:132 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "ამგებ კლასს %s \"name\" ატრიბუტი არ გააჩნია" + +#: sphinx/registry.py:134 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "ამგები %r უკვე არსებობს (მოდულში %s)" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "ამგების სახელი %s რეგისტრირებული არაა ან შესვლის წერტილში ხელმისაწვდომი არაა" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "ამგების სახელი %s რეგისტრირებული არაა" + +#: sphinx/registry.py:162 +#, python-format +msgid "domain %s already registered" +msgstr "დომენი %s უკვე რეგისტრირებულია" + +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 +#, python-format +msgid "domain %s not yet registered" +msgstr "დომენის %s ჯერ რეგისტრირებული არაა" + +#: sphinx/registry.py:189 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "%r დირექტივა დომენისთვის %s უკვე რეგისტრირებულია" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "%r როლი დომენისთვის %s უკვე რეგისტრირებულია" + +#: sphinx/registry.py:212 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "%r ინდექსი დომენისთვის %s უკვე რეგისტრირებულია" + +#: sphinx/registry.py:243 +#, python-format +msgid "The %r object_type is already registered" +msgstr "%r ობიექტის ტიპი უკვე რეგისტრირებულია" + +#: sphinx/registry.py:269 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "%r ჯვარედინი მიმართვის ტიპი უკვე რეგისტრირებულია" + +#: sphinx/registry.py:276 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r უკვე რეგისტრირებულია" + +#: sphinx/registry.py:285 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "source_parser %r-სთვის უკვე რეგისტრირებულია" + +#: sphinx/registry.py:293 +#, python-format +msgid "Source parser for %s not registered" +msgstr "წყაროს დამმუშავებელი %s-სთვის რეგისტრირებული არაა" + +#: sphinx/registry.py:309 +#, python-format +msgid "Translator for %r already exists" +msgstr "მთარგმნელი %r-სთვის უკვე არსებობს" + +#: sphinx/registry.py:325 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "kwarg-ები add_node()-სთვის (შემომავალი, გამავალი) ფუნქციის კორტეჟი უნდა იყოს: %r=%r" + +#: sphinx/registry.py:407 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r უკვე რეგისტრირებულია" + +#: sphinx/registry.py:419 +#, python-format +msgid "math renderer %s is already registered" +msgstr "მათემატიკის რენდერერი %s უკვე რეგისტრირებულია" + +#: sphinx/registry.py:432 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "გაფართოება %r %s ვერსიის შემდეგ Sphinx-ის ნაწილია. გაფართოება გამოტოვებულია." + +#: sphinx/registry.py:443 +msgid "Original exception:\n" +msgstr "საწყისი გამონაკლისი:\n" + +#: sphinx/registry.py:444 +#, python-format +msgid "Could not import extension %s" +msgstr "გაფართოების (%s) შემოტანა შეუძლებელია" + +#: sphinx/registry.py:449 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "გაფართოებას %r ფუნქცია setup() არ აქვს. დარწმუნებული ბრძანდებით, რომ ეს ნამდვილად Sphinx-ის გაფართოების მოდულია?" + +#: sphinx/registry.py:458 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "ამ პროექტში გამოყენებულ გაფართოებას %s Sphinx-ის მინიმუმ v%s სჭირდება. ამიტომ მას ამ ვერსიით ვერ ააგებთ." + +#: sphinx/registry.py:466 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "გაფართოებამ %r setup() ფუნქციიდან მხარდაუჭერელი ობიექტი დააბრუნა. მან ან არაფერი, ან მეტამონაცემების ლექსიკონი უნდა დააბრუნოს" + +#: sphinx/roles.py:175 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python-ის განვითარების შეთავაზებები; PEP %s" + +#: sphinx/roles.py:191 +#, python-format +msgid "invalid PEP number %s" +msgstr "არასწორი PEP ნომერი %s" + +#: sphinx/roles.py:225 +#, python-format +msgid "invalid RFC number %s" +msgstr "არასწორი RFC ნომერი %s" + +#: sphinx/theming.py:75 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "თემას %r პარამეტრი \"theme\" არ აქვს" + +#: sphinx/theming.py:77 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "თემას %r პარამეტრი \"inherit\" არ აქვს" + +#: sphinx/theming.py:83 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "თემა სახელით %r ვერ ვიპოვე. მემკვიდრეობით %r-სგან" + +#: sphinx/theming.py:106 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "პარამეტრი %s.%s თემის კონფიგურაციებში აღმოჩენილი არაა" + +#: sphinx/theming.py:124 +#, python-format +msgid "unsupported theme option %r given" +msgstr "თემის პარამეტრი %r მხარდაჭერილი არაა" + +#: sphinx/theming.py:214 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:228 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "თემა სახელად %r აღმოჩენილი არაა (theme.conf არ არსებობს?)" + +#: sphinx/builders/__init__.py:180 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:184 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:204 +msgid "building [mo]: " +msgstr "აგება [mo]: " + +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 +msgid "writing output... " +msgstr "გამოტანის ჩაწერა... " + +#: sphinx/builders/__init__.py:214 +#, python-format +msgid "all of %d po files" +msgstr "სულ %d po ფაილი" + +#: sphinx/builders/__init__.py:232 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" + +#: sphinx/builders/__init__.py:240 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" + +#: sphinx/builders/__init__.py:249 +msgid "all source files" +msgstr "ყველა კოდის ფაილი" + +#: sphinx/builders/__init__.py:259 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " + +#: sphinx/builders/__init__.py:264 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" + +#: sphinx/builders/__init__.py:270 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" + +#: sphinx/builders/__init__.py:279 +#, python-format +msgid "%d source files given on command line" +msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" + +#: sphinx/builders/__init__.py:291 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" + +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 +#, python-format +msgid "building [%s]: " +msgstr "აგება [%s]: " + +#: sphinx/builders/__init__.py:313 +msgid "looking for now-outdated files... " +msgstr "მოძველებული ფაილების ძებნა... " + +#: sphinx/builders/__init__.py:318 +#, python-format +msgid "%d found" +msgstr "ნაპოვნია %d" + +#: sphinx/builders/__init__.py:320 +msgid "none found" +msgstr "არაფერია ნაპოვნი" + +#: sphinx/builders/__init__.py:325 +msgid "pickling environment" +msgstr "დამჟავების გარემო" + +#: sphinx/builders/__init__.py:331 +msgid "checking consistency" +msgstr "თანმიმდევრულობის შემოწმება" + +#: sphinx/builders/__init__.py:335 +msgid "no targets are out of date." +msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." + +#: sphinx/builders/__init__.py:374 +msgid "updating environment: " +msgstr "გარემოს განახლება: " + +#: sphinx/builders/__init__.py:395 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" + +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 +msgid "reading sources... " +msgstr "წყაროების კითხვა... " + +#: sphinx/builders/__init__.py:546 +#, python-format +msgid "docnames to write: %s" +msgstr "ჩასაწერი დოკუმენტის სახელები: %s" + +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 +msgid "preparing documents" +msgstr "დოკუმენტების მომზადება" + +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + +#: sphinx/builders/_epub_base.py:214 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" + +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 +msgid "copying images... " +msgstr "გამოსახულებების კოპირება... " + +#: sphinx/builders/_epub_base.py:409 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" + +#: sphinx/builders/_epub_base.py:432 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" + +#: sphinx/builders/_epub_base.py:442 +msgid "Pillow not found - copying image files" +msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" + +#: sphinx/builders/_epub_base.py:468 +msgid "writing mimetype file..." +msgstr "mimetype ფაილის ჩაწერა..." + +#: sphinx/builders/_epub_base.py:473 +msgid "writing META-INF/container.xml file..." +msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." + +#: sphinx/builders/_epub_base.py:501 +msgid "writing content.opf file..." +msgstr "content.opf ფაილის ჩაწერა..." + +#: sphinx/builders/_epub_base.py:527 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" + +#: sphinx/builders/_epub_base.py:674 +msgid "writing toc.ncx file..." +msgstr "toc.ncx ფაილის ჩაწერა..." + +#: sphinx/builders/_epub_base.py:699 +#, python-format +msgid "writing %s file..." +msgstr "%s ფაილის ჩაწერა..." + +#: sphinx/builders/changes.py:28 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." + +#: sphinx/builders/changes.py:54 +#, python-format +msgid "no changes in version %s." +msgstr "ვერსიაში %s ცვლილებები არაა." + +#: sphinx/builders/changes.py:56 +msgid "writing summary file..." +msgstr "შეჯამების ფაილის ჩაწერა..." + +#: sphinx/builders/changes.py:71 +msgid "Builtins" +msgstr "ჩაშენებულები" + +#: sphinx/builders/changes.py:73 +msgid "Module level" +msgstr "მოდულის დონე" + +#: sphinx/builders/changes.py:116 +msgid "copying source files..." +msgstr "კოდის ფაილების კოპირება..." + +#: sphinx/builders/changes.py:123 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "ცვლილებების ჟურნალის შესაქმნელად %r-ის წაკითხვა შეუძლებელია" + +#: sphinx/builders/dummy.py:16 +msgid "The dummy builder generates no files." +msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." + +#: sphinx/builders/epub3.py:77 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "EPub ფაილი %(outdir)s-შია." + +#: sphinx/builders/epub3.py:175 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml ფაილის ჩაწერა..." + +#: sphinx/builders/epub3.py:201 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" + +#: sphinx/builders/epub3.py:205 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" + +#: sphinx/builders/epub3.py:208 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:215 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:218 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:221 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:224 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_copyright\" (ან \"copyright\") EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:228 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_identifier\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:231 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"version\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "არასწორი css_file: %r. გამოტოვება" + +#: sphinx/builders/gettext.py:219 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)s." + +#: sphinx/builders/gettext.py:241 +#, python-format +msgid "targets for %d template files" +msgstr "%d ნიმუშის ფაილის სამიზნეები" + +#: sphinx/builders/gettext.py:245 +msgid "reading templates... " +msgstr "ნიმუშების კითხვა... " + +#: sphinx/builders/gettext.py:278 +msgid "writing message catalogs... " +msgstr "შეტყობინების კატალოგების ჩაწერა... " + +#: sphinx/builders/linkcheck.py:53 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:102 +#, python-format +msgid "broken link: %s (%s)" +msgstr "გაფუჭებული ბმული: %s (%s)" + +#: sphinx/builders/linkcheck.py:598 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: sphinx/builders/manpage.py:33 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." + +#: sphinx/builders/manpage.py:40 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 +msgid "writing" +msgstr "ჩაწერა" + +#: sphinx/builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" + +#: sphinx/builders/singlehtml.py:29 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML გვერდის საქაღალდეა %(outdir)s." + +#: sphinx/builders/singlehtml.py:151 +msgid "assembling single document" +msgstr "ერთი დოკუმენტის აწყობა" + +#: sphinx/builders/singlehtml.py:169 +msgid "writing additional files" +msgstr "დამატებითი ფაილების ჩაწერა" + +#: sphinx/builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." + +#: sphinx/builders/texinfo.py:43 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:70 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" + +#: sphinx/builders/texinfo.py:78 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" + +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 +#, python-format +msgid "processing %s" +msgstr "დამუშავება %s" + +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 +msgid "resolving references..." +msgstr "მიმართვების ამოხსნა..." + +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 +msgid " (in " +msgstr " ( " + +#: sphinx/builders/texinfo.py:193 +msgid "copying Texinfo support files" +msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" + +#: sphinx/builders/texinfo.py:197 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" + +#: sphinx/builders/text.py:24 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." + +#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:89 +#, python-format +msgid "error writing file %s: %s" +msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" + +#: sphinx/builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML ფაილების საქაღალდეა %(outdir)s." + +#: sphinx/builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "ფსევდო-XML ფაილებს საქაღალდეა %(outdir)s." + +#: sphinx/builders/html/__init__.py:160 +#, python-format +msgid "build info file is broken: %r" +msgstr "აგების ინფორმაციის ფაილი გაფუჭებულია: %r" + +#: sphinx/builders/html/__init__.py:197 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML გვერდების საქაღალდეა %(outdir)s." + +#: sphinx/builders/html/__init__.py:409 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" + +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 +#: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 +#: sphinx/writers/texinfo.py:223 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "ზოგადი ინდექსი" + +#: sphinx/builders/html/__init__.py:522 +msgid "index" +msgstr "ინდექსი" + +#: sphinx/builders/html/__init__.py:588 +msgid "next" +msgstr "შემდეგი" + +#: sphinx/builders/html/__init__.py:597 +msgid "previous" +msgstr "წინა" + +#: sphinx/builders/html/__init__.py:694 +msgid "generating indices" +msgstr "ინდექსების გენერაცია" + +#: sphinx/builders/html/__init__.py:709 +msgid "writing additional pages" +msgstr "დამატებითი გვერდების ჩაწერა" + +#: sphinx/builders/html/__init__.py:788 +msgid "copying downloadable files... " +msgstr "გადმოწერადი ფაილების კოპირება... " + +#: sphinx/builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%s" + +#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" + +#: sphinx/builders/html/__init__.py:862 +msgid "copying static files" +msgstr "სტატიკური ფაილების კოპირება" + +#: sphinx/builders/html/__init__.py:878 +#, python-format +msgid "cannot copy static file %r" +msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" + +#: sphinx/builders/html/__init__.py:883 +msgid "copying extra files" +msgstr "დამატებითი ფაილების კოპირება" + +#: sphinx/builders/html/__init__.py:889 +#, python-format +msgid "cannot copy extra file %r" +msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" + +#: sphinx/builders/html/__init__.py:896 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "აგების ინფორმაციის ფაილის ჩაწერის შეცდომა: %r" + +#: sphinx/builders/html/__init__.py:944 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." + +#: sphinx/builders/html/__init__.py:1005 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1100 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "" + +#: sphinx/builders/html/__init__.py:1105 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" + +#: sphinx/builders/html/__init__.py:1134 +msgid "dumping object inventory" +msgstr "ობიექტის ინვენტარის დამპი" + +#: sphinx/builders/html/__init__.py:1139 +#, python-format +msgid "dumping search index in %s" +msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" + +#: sphinx/builders/html/__init__.py:1181 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "არასწორი js_file: %r, გამოტოვებულია" + +#: sphinx/builders/html/__init__.py:1285 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html/__init__.py:1288 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "მითითებული math_renderer %r უცნობია." + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path ჩანაწერი %r არ არსებობს" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path ჩანაწერი %r არ არსებობს" + +#: sphinx/builders/html/__init__.py:1313 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" + +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 +#, python-format +msgid "logo file %r does not exist" +msgstr "ლოგოს ფაილი %r არ არსებობს" + +#: sphinx/builders/html/__init__.py:1331 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon ფაილი %r არ არსებობს" + +#: sphinx/builders/html/__init__.py:1338 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: sphinx/builders/html/__init__.py:1353 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s დოკუმენტაცია" + +#: sphinx/builders/latex/__init__.py:108 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-ის ფაილების საქაღალდეა %(outdir)s." + +#: sphinx/builders/latex/__init__.py:110 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:145 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:153 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:491 +msgid "Index" +msgstr "ინდექსი" + +#: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91 +msgid "Release" +msgstr "გამოცემა" + +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 +#, python-format +msgid "no Babel option known for language %r" +msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files" +msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" + +#: sphinx/builders/latex/__init__.py:398 +msgid "copying TeX support files..." +msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება..." + +#: sphinx/builders/latex/__init__.py:411 +msgid "copying additional files" +msgstr "დამატებითი ფაილების კოპირება" + +#: sphinx/builders/latex/__init__.py:454 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." + +#: sphinx/builders/latex/__init__.py:462 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." + +#: sphinx/builders/latex/theming.py:84 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" + +#: sphinx/builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" + +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + +#: sphinx/cmd/build.py:37 +msgid "Exception occurred while building, starting debugger:" +msgstr "აგებისას აღმოჩენილია გამონაკლისი. მიმდინარეობს გამმართველის გაშვება:" + +#: sphinx/cmd/build.py:52 +msgid "Interrupted!" +msgstr "შეწყდა!" + +#: sphinx/cmd/build.py:54 +msgid "reST markup error:" +msgstr "reST მარკაფის შეცდომა:" + +#: sphinx/cmd/build.py:60 +msgid "Encoding error:" +msgstr "კოდირების შეცდომა:" + +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:67 +msgid "Recursion error:" +msgstr "რეკურსიის შეცდომა:" + +#: sphinx/cmd/build.py:70 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:75 +msgid "Exception occurred:" +msgstr "აღმოჩენილი გამონაკლისი:" + +#: sphinx/cmd/build.py:81 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:84 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:100 +msgid "job number should be a positive number" +msgstr "დავალების ნომერი დადებითი რიცხვი უნდა იყოს" + +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 +msgid "For more information, visit ." +msgstr "მეტი ინფორმაციის მისაღებად ეწვიეთ ." + +#: sphinx/cmd/build.py:109 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to documentation source files" +msgstr "ბილიკი დოკუმენტაციის კოდის ფაილებამდე" + +#: sphinx/cmd/build.py:132 +msgid "path to output directory" +msgstr "ბილიკი გამოტანის საქაღალდემდე" + +#: sphinx/cmd/build.py:134 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "თავიდან ასაგები ფაილების ჩამონათვალი. გამოტოვებულია, თუ მიუთითებთ პარამეტრს -a" + +#: sphinx/cmd/build.py:137 +msgid "general options" +msgstr "ზოგადი პარამეტრები" + +#: sphinx/cmd/build.py:140 +msgid "builder to use (default: html)" +msgstr "ამგები. (ნაგულისხმევი: HTML)" + +#: sphinx/cmd/build.py:142 +msgid "write all files (default: only write new and changed files)" +msgstr "ყველა ფაილის ჩაწერა (ნაგულისხმევი: მხოლოდ ახალი და შეცვლილი ფაილების ჩაწერა)" + +#: sphinx/cmd/build.py:145 +msgid "don't use a saved environment, always read all files" +msgstr "შენახული გარემო გამოყენებული არ იქნება. ყოველთვის მოხდება ყველა ფაილის წაკითხვა" + +#: sphinx/cmd/build.py:148 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:152 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "use no config file at all, only -D options" +msgstr "კონფიგურაციის ფაილები გამოყენებული არ იქნება. მხოლოდ -D-ით მითითებული პარამეტრები" + +#: sphinx/cmd/build.py:162 +msgid "override a setting in configuration file" +msgstr "კონფიგურაციის ფაილის პარამეტრის გადაფარვა" + +#: sphinx/cmd/build.py:165 +msgid "pass a value into HTML templates" +msgstr "მნიშვნელობის გადაცემა HTML ნიმუშებში" + +#: sphinx/cmd/build.py:168 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:173 +msgid "console output options" +msgstr "კონსოლის გამოტანის პარამეტრები" + +#: sphinx/cmd/build.py:175 +msgid "increase verbosity (can be repeated)" +msgstr "დიაგნოსტიკური შეტყობინებების სიხშირის გაზრდა (შეგიძლიათ, გაიმეოროთ)" + +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 +msgid "no output on stdout, just warnings on stderr" +msgstr "stdout-ზე გამოტანილი არაფერი იქნება. მხოლოდ გაფრთხილებები, stderr-ზე" + +#: sphinx/cmd/build.py:179 +msgid "no output at all, not even warnings" +msgstr "არაფრი გამოტანა. გაფრთხილებებისაც კი" + +#: sphinx/cmd/build.py:182 +msgid "do emit colored output (default: auto-detect)" +msgstr "ფერადი გამოტანის ჩართვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" + +#: sphinx/cmd/build.py:185 +msgid "do not emit colored output (default: auto-detect)" +msgstr "ფერადი გამოტანის გამორთვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" + +#: sphinx/cmd/build.py:188 +msgid "write warnings (and errors) to given file" +msgstr "გაფრთხილებების (და შეცდომების) მითითებულ ფაილში ჩაწერა" + +#: sphinx/cmd/build.py:190 +msgid "turn warnings into errors" +msgstr "გაფრთხილებების შეცდომად აღქმა" + +#: sphinx/cmd/build.py:192 +msgid "with -W, keep going when getting warnings" +msgstr "თუ მითითებულია -W, გაფრთხილებების მიუხედავად სამუშაოები მაინც გაგრძელდება" + +#: sphinx/cmd/build.py:194 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:196 +msgid "run Pdb on exception" +msgstr "გამონაკლისისას Pdb-ის გაშვება" + +#: sphinx/cmd/build.py:220 +msgid "cannot combine -a option and filenames" +msgstr "-a პარამეტრის და ფაილის სახელების ერთად მითითება შეუძლებელია" + +#: sphinx/cmd/build.py:241 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "გაფრთხილებების ფაილის %r გახსნის შეცდომა: %s" + +#: sphinx/cmd/build.py:255 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:262 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:39 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:40 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:41 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:42 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:43 +msgid "checks for documentation coverage" +msgstr "დოკუმენტაციის დაფარვის შემოწმება" + +#: sphinx/cmd/quickstart.py:44 +msgid "include math, rendered as PNG or SVG images" +msgstr "მათემატიკის ჩასმა, რომელიც PNG ან SVG გამოსახულების სახითაა დარენდერებული" + +#: sphinx/cmd/quickstart.py:45 +msgid "include math, rendered in the browser by MathJax" +msgstr "ბრაუზერში MathJax-ის მიერ დარენდერებული მათემატიკის ჩასმა" + +#: sphinx/cmd/quickstart.py:46 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:47 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:48 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:90 +msgid "Please enter a valid path name." +msgstr "გთხოვთ შეიყვანოთ ბილიკის სწორი სახელი." + +#: sphinx/cmd/quickstart.py:106 +msgid "Please enter some text." +msgstr "შეიყვანეთ რაიმე ტექსტი." + +#: sphinx/cmd/quickstart.py:113 +#, python-format +msgid "Please enter one of %s." +msgstr "შეიყვანეთ %s-დან ერთ-ერთი." + +#: sphinx/cmd/quickstart.py:120 +msgid "Please enter either 'y' or 'n'." +msgstr "შეიყვანეთ 'y' (დიახ) ან 'n' (არა)" + +#: sphinx/cmd/quickstart.py:126 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "მიუთითეთ ფაილის სუფიქსი. მაგ: '.rst' ან '.txt'." + +#: sphinx/cmd/quickstart.py:206 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "მოგესალმებით Sphinx %s-ის სწრაფი მორგების პროგრამა." + +#: sphinx/cmd/quickstart.py:208 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:213 +#, python-format +msgid "Selected root path: %s" +msgstr "არჩეული root ბილიკი: %s" + +#: sphinx/cmd/quickstart.py:216 +msgid "Enter the root path for documentation." +msgstr "შეიყვანეთ დოკუმენტაციის ძირითადი ბილიკი." + +#: sphinx/cmd/quickstart.py:217 +msgid "Root path for the documentation" +msgstr "დოკუმენტაციის ძირითადი ბილიკი" + +#: sphinx/cmd/quickstart.py:222 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "შეცდომა: არჩეულ ძირითად ბილიკზე აღმოჩენილია არსებული conf.py ფაილი." + +#: sphinx/cmd/quickstart.py:224 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart-ი არსებულ Sphinx-ის პროექტებს თავზე არ გადააწერს." + +#: sphinx/cmd/quickstart.py:226 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "შეიყვანეთ ახალი საწყისი ბილიკი (გასასვლელად უბრალოდ დააწექით ღილაკს 'Enter')" + +#: sphinx/cmd/quickstart.py:233 +msgid "" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:236 +msgid "Separate source and build directories (y/n)" +msgstr "კოდის და აგების საქაღალდეები განსხვავდება? (y(დიახ)/n(არა))" + +#: sphinx/cmd/quickstart.py:240 +msgid "" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:243 +msgid "Name prefix for templates and static dir" +msgstr "სახელის პრეფიქსი ნიმუშებისა და სტატიკის საქაღალდეებისთვის" + +#: sphinx/cmd/quickstart.py:247 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "პროექტს სახელი აგებულ დოკუმენტაციაში რამდენიმე ადგილას გამოჩნდება." + +#: sphinx/cmd/quickstart.py:248 +msgid "Project name" +msgstr "პროექტის სახელი" + +#: sphinx/cmd/quickstart.py:250 +msgid "Author name(s)" +msgstr "ავტორის სახელები" + +#: sphinx/cmd/quickstart.py:254 +msgid "" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Project version" +msgstr "პროექტის ვერსია" + +#: sphinx/cmd/quickstart.py:261 +msgid "Project release" +msgstr "პროექტის რელიზი" + +#: sphinx/cmd/quickstart.py:265 +msgid "" +"If the documents are to be written in a language other than English,\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 "" + +#: sphinx/cmd/quickstart.py:273 +msgid "Project language" +msgstr "პროექტის ენა" + +#: sphinx/cmd/quickstart.py:279 +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 "" + +#: sphinx/cmd/quickstart.py:281 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:285 +msgid "" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "Name of your master document (without suffix)" +msgstr "თქვენი მთავარი დოკუმენტის სახელი (სუფიქსს გარეშე)" + +#: sphinx/cmd/quickstart.py:294 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:296 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart არსებულ ფაილებს თავზე არ გადააწერს." + +#: sphinx/cmd/quickstart.py:298 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:310 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:316 +msgid "" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:319 +msgid "Create Makefile? (y/n)" +msgstr "შევქმნა Makefile? (y(დიახ)/n(არა))" + +#: sphinx/cmd/quickstart.py:322 +msgid "Create Windows command file? (y/n)" +msgstr "შევქმნა Windows-ის ბრძანებების ფაილი? (y(დიახ)/n(არა))" + +#: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86 +#, python-format +msgid "Creating file %s." +msgstr "ფაილის შექმნა %s." + +#: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83 +#, python-format +msgid "File %s already exists, skipping." +msgstr "ფაილი %s უკვე არსებობს. ის გამოტოვებული იქნება." + +#: sphinx/cmd/quickstart.py:413 +msgid "Finished: An initial directory structure has been created." +msgstr "დასრულდა: საწყისი საქაღალდეების სტრუქტურა შეიქმნა." + +#: sphinx/cmd/quickstart.py:415 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:418 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: sphinx/cmd/quickstart.py:421 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:423 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: sphinx/cmd/quickstart.py:458 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:473 +msgid "quiet mode" +msgstr "ჩუმი რეჟიმი" + +#: sphinx/cmd/quickstart.py:478 +msgid "project root" +msgstr "პროექტის საწყისი საქაღალდე" + +#: sphinx/cmd/quickstart.py:480 +msgid "Structure options" +msgstr "სტრუქტურის მორგება" + +#: sphinx/cmd/quickstart.py:482 +msgid "if specified, separate source and build dirs" +msgstr "თუ მითითებულია, კოდის და აგების საქაღალდეები ცალ-ცალკე იქნება" + +#: sphinx/cmd/quickstart.py:484 +msgid "if specified, create build dir under source dir" +msgstr "თუ მითითებულია, აგების საქაღალდე კოდის საქაღალდეში იქნება" + +#: sphinx/cmd/quickstart.py:486 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:488 +msgid "Project basic options" +msgstr "პროექტის ძირითადი პარამეტრები" + +#: sphinx/cmd/quickstart.py:490 +msgid "project name" +msgstr "პროექტის დასახელება" + +#: sphinx/cmd/quickstart.py:492 +msgid "author names" +msgstr "ავტორის სახელები" + +#: sphinx/cmd/quickstart.py:494 +msgid "version of project" +msgstr "პროექტის ვერსია" + +#: sphinx/cmd/quickstart.py:496 +msgid "release of project" +msgstr "პროექტის რელიზი" + +#: sphinx/cmd/quickstart.py:498 +msgid "document language" +msgstr "დოკუმენტის ენა" + +#: sphinx/cmd/quickstart.py:500 +msgid "source file suffix" +msgstr "წყაროს ფაილის სუფიქსი" + +#: sphinx/cmd/quickstart.py:502 +msgid "master document name" +msgstr "მთავარი დოკუმენტის სახელი" + +#: sphinx/cmd/quickstart.py:504 +msgid "use epub" +msgstr "epub-ის გამოყენება" + +#: sphinx/cmd/quickstart.py:506 +msgid "Extension options" +msgstr "გაფართოების პარამეტრები" + +#: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383 +#, python-format +msgid "enable %s extension" +msgstr "%s გაფართოების ჩართვა" + +#: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "Makefile and Batchfile creation" +msgstr "Makefile და Batchfile-ის შექმნა" + +#: sphinx/cmd/quickstart.py:516 +msgid "create makefile" +msgstr "makefile-ის შექმნა" + +#: sphinx/cmd/quickstart.py:518 +msgid "do not create makefile" +msgstr "makefile-ის არ შეიქმნება" + +#: sphinx/cmd/quickstart.py:520 +msgid "create batchfile" +msgstr "batchfile-ის შექმნა" + +#: sphinx/cmd/quickstart.py:523 +msgid "do not create batchfile" +msgstr "batchfile-ი არ შეიქმნება" + +#: sphinx/cmd/quickstart.py:526 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:529 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385 +msgid "Project templating" +msgstr "პროექტის ნიმუშები" + +#: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388 +msgid "template directory for template files" +msgstr "ნიმუშების საქაღალდე ნიმუშის ფაილებისთვის" + +#: sphinx/cmd/quickstart.py:537 +msgid "define a template variable" +msgstr "აღწერეთ სანიმუშე ცვლადი" + +#: sphinx/cmd/quickstart.py:570 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:584 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:586 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:601 +#, python-format +msgid "Invalid template variable: %s" +msgstr "არასწორი ნიმუშის ცვლადი: %s" + +#: sphinx/directives/code.py:60 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: sphinx/directives/code.py:81 +#, python-format +msgid "Invalid caption: %s" +msgstr "არასწორი წარწერა: %s" + +#: sphinx/directives/code.py:126 sphinx/directives/code.py:276 +#: sphinx/directives/code.py:452 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:205 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" + +#: sphinx/directives/code.py:219 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "ჩასასმელი ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:259 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" + +#: sphinx/directives/code.py:285 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:290 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:108 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/directives/other.py:142 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" + +#: sphinx/directives/other.py:174 +msgid "Section author: " +msgstr "სექციის ავტორი: " + +#: sphinx/directives/other.py:176 +msgid "Module author: " +msgstr "მოდულის ავტორი: " + +#: sphinx/directives/other.py:178 +msgid "Code author: " +msgstr "კოდის ავტორი: " + +#: sphinx/directives/other.py:180 +msgid "Author: " +msgstr "ავტორი: " + +#: sphinx/directives/other.py:252 +msgid ".. acks content is not a list" +msgstr "" + +#: sphinx/directives/other.py:277 +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:394 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: sphinx/domains/c.py:3247 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 +msgid "Parameters" +msgstr "პარამეტრები" + +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 +msgid "Return values" +msgstr "დაბრუნებული მნიშვნელობები" + +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 +msgid "Returns" +msgstr "აბრუნებს" + +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 +msgid "Return type" +msgstr "დაბრუნების ტიპი" + +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 +msgid "member" +msgstr "წვერი" + +#: sphinx/domains/c.py:3721 +msgid "variable" +msgstr "ცვლადი" + +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 +msgid "function" +msgstr "ფუნქცია" + +#: sphinx/domains/c.py:3723 +msgid "macro" +msgstr "მაკრო" + +#: sphinx/domains/c.py:3724 +msgid "struct" +msgstr "სტრუქტურა" + +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 +msgid "union" +msgstr "გაერთიანება" + +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 +msgid "enum" +msgstr "ჩამონათვალი" + +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 +msgid "enumerator" +msgstr "დამთვლელი" + +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 +msgid "type" +msgstr "ტიპი" + +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 +msgid "function parameter" +msgstr "ფუნქციის პარამეტრი" + +#: sphinx/domains/changeset.py:22 +#, python-format +msgid "New in version %s" +msgstr "სიახლე ვერსიაში %s" + +#: sphinx/domains/changeset.py:23 +#, python-format +msgid "Changed in version %s" +msgstr "ცვლილებები ვერსიაში %s" + +#: sphinx/domains/changeset.py:24 +#, python-format +msgid "Deprecated since version %s" +msgstr "მოძველებულია ვერსიაში %s" + +#: sphinx/domains/citation.py:69 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/citation.py:80 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: sphinx/domains/cpp.py:7206 +msgid "Template Parameters" +msgstr "შაბლონის პარამეტრები" + +#: sphinx/domains/cpp.py:7325 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 +msgid "Throws" +msgstr "ისვრის" + +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 +msgid "class" +msgstr "კლასი" + +#: sphinx/domains/cpp.py:7868 +msgid "concept" +msgstr "კონცეფცია" + +#: sphinx/domains/cpp.py:7873 +msgid "template parameter" +msgstr "შაბლონის პარამეტრი" + +#: sphinx/domains/javascript.py:154 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s () (ჩაშენებული ფუნქცია)" + +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 +#, python-format +msgid "%s() (%s method)" +msgstr "%s () (%s მეთოდი)" + +#: sphinx/domains/javascript.py:157 +#, python-format +msgid "%s() (class)" +msgstr "%s () (კლასი)" + +#: sphinx/domains/javascript.py:159 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (გლობალური ცვლადი ან მუდმივა)" + +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s ატრიბუტი)" + +#: sphinx/domains/javascript.py:244 +msgid "Arguments" +msgstr "არგუმენტები" + +#: sphinx/domains/javascript.py:319 +#, python-format +msgid "%s (module)" +msgstr "%s (მოდული)" + +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 +msgid "method" +msgstr "მეთოდი" + +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 +msgid "data" +msgstr "მონაცემები" + +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 +msgid "attribute" +msgstr "ატრიბუტი" + +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 +msgid "module" +msgstr "მოდული" + +#: sphinx/domains/javascript.py:388 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: sphinx/domains/math.py:59 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "არასწორი math_eqref_format: %r" + +#: sphinx/domains/python.py:679 +msgid "Variables" +msgstr "ცვლადები" + +#: sphinx/domains/python.py:683 +msgid "Raises" +msgstr "გამონაკლისები" + +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s () (მოდულში %s)" + +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (მოდულში %s)" + +#: sphinx/domains/python.py:1029 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (ჩაშენებული ცვლადი)" + +#: sphinx/domains/python.py:1054 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (ჩაშენებული კლასი)" + +#: sphinx/domains/python.py:1055 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (კლასი %s-ში)" + +#: sphinx/domains/python.py:1109 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s () (%s კლასის მეთოდი)" + +#: sphinx/domains/python.py:1111 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s () (%s სტატიკური მეთოდი)" + +#: sphinx/domains/python.py:1249 +#, python-format +msgid "%s (%s property)" +msgstr "%s (%s თვისება)" + +#: sphinx/domains/python.py:1371 +msgid "Python Module Index" +msgstr "Python-ის მოდულის ინდექსი" + +#: sphinx/domains/python.py:1372 +msgid "modules" +msgstr "მოდულები" + +#: sphinx/domains/python.py:1421 +msgid "Deprecated" +msgstr "მოძველებულია" + +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "გამონაკლისი" + +#: sphinx/domains/python.py:1447 +msgid "class method" +msgstr "კლასის მეთოდი" + +#: sphinx/domains/python.py:1448 +msgid "static method" +msgstr "სტატიკური მეთოდი" + +#: sphinx/domains/python.py:1450 +msgid "property" +msgstr "თვისება" + +#: sphinx/domains/python.py:1508 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :noindex: for " +"one of them" +msgstr "" + +#: sphinx/domains/python.py:1628 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:1689 +msgid " (deprecated)" +msgstr " (მოძველებული)" + +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 +#, python-format +msgid "%s (directive)" +msgstr "%s (დირექტივა)" + +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (დირექტივის პარამეტრი)" + +#: sphinx/domains/rst.py:200 +#, python-format +msgid "%s (role)" +msgstr "%s (როლი)" + +#: sphinx/domains/rst.py:209 +msgid "directive" +msgstr "დირექტივა" + +#: sphinx/domains/rst.py:210 +msgid "directive-option" +msgstr "დირექტივის-პარამეტრი" + +#: sphinx/domains/rst.py:211 +msgid "role" +msgstr "როლები" + +#: sphinx/domains/rst.py:233 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" + +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 +#, python-format +msgid "environment variable; %s" +msgstr "გარემოს ცვლადი; %s" + +#: sphinx/domains/std.py:153 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:224 +#, python-format +msgid "%s command line option" +msgstr "%s ბრძანების სტრიქონის პარამეტრი" + +#: sphinx/domains/std.py:226 +msgid "command line option" +msgstr "ბრძანების სტრიქონის ვარიანტი" + +#: sphinx/domains/std.py:344 +msgid "glossary term must be preceded by empty line" +msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" + +#: sphinx/domains/std.py:352 +msgid "glossary terms must not be separated by empty lines" +msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" + +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 +msgid "glossary seems to be misformatted, check indentation" +msgstr "სარჩევის ფორმატი არასწორია. გადაამოწმეთ შეწევა" + +#: sphinx/domains/std.py:512 +msgid "glossary term" +msgstr "სარჩევის ელემენტი" + +#: sphinx/domains/std.py:513 +msgid "grammar token" +msgstr "გრამატიკის კოდი" + +#: sphinx/domains/std.py:514 +msgid "reference label" +msgstr "მიმართვის ჭდე" + +#: sphinx/domains/std.py:516 +msgid "environment variable" +msgstr "გარემოს ცვლადი" + +#: sphinx/domains/std.py:517 +msgid "program option" +msgstr "პროგრამის პარამეტრი" + +#: sphinx/domains/std.py:518 +msgid "document" +msgstr "დოკუმენტი" + +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 +msgid "Module Index" +msgstr "მოდულის ინდექსი" + +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 +#: sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "ძებნის გვერდი" + +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 +#: sphinx/ext/autosectionlabel.py:49 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "დუბლირებული ჭდე %s. სხვა აღწერა %s-შია" + +#: sphinx/domains/std.py:629 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" + +#: sphinx/domains/std.py:833 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." + +#: sphinx/domains/std.py:841 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: sphinx/domains/std.py:853 +#, python-format +msgid "the link has no caption: %s" +msgstr "ბმულს წარწერა არ გააჩნია: %s" + +#: sphinx/domains/std.py:867 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "არასწორი numfig_format: %s (%r)" + +#: sphinx/domains/std.py:870 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "არასწორი numfig_format: %s" + +#: sphinx/domains/std.py:1100 +#, python-format +msgid "undefined label: %r" +msgstr "აღუწერელი ჭდე: %r" + +#: sphinx/domains/std.py:1102 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: sphinx/environment/__init__.py:67 +msgid "new config" +msgstr "ახალი კონფიგურაცია" + +#: sphinx/environment/__init__.py:68 +msgid "config changed" +msgstr "კონფიგურაცია შეიცვალა" + +#: sphinx/environment/__init__.py:69 +msgid "extensions changed" +msgstr "გაფართოებები შეიცვალა" + +#: sphinx/environment/__init__.py:271 +msgid "build environment version not current" +msgstr "აგების გარემოს ვერსია მიმდინარე არაა" + +#: sphinx/environment/__init__.py:273 +msgid "source directory has changed" +msgstr "საწყისი საქაღალდე შეიცვალა" + +#: sphinx/environment/__init__.py:352 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "გარემო არჩეულ ამგებთან თავსებადი არაა. აირჩიეთ სხვა დოკუმენტების ხის საქაღალდე." + +#: sphinx/environment/__init__.py:451 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "%s-ში დოკუმენტების სკანირება შეუძლებელია: %r" + +#: sphinx/environment/__init__.py:582 +#, python-format +msgid "Domain %r is not registered" +msgstr "დომენი %r რეგისტრირებული არაა" + +#: sphinx/environment/__init__.py:684 +msgid "self referenced toctree found. Ignored." +msgstr "აღმოჩენილია თვითმიმართვადი სარჩევის ხე. გამოტოვებულია." + +#: sphinx/environment/__init__.py:726 +msgid "document isn't included in any toctree" +msgstr "დოკუმენტი არც ერთ სარჩევის ხეში ჩასმული არაა" + +#: sphinx/environment/adapters/indexentries.py:66 +#, python-format +msgid "see %s" +msgstr "იხილეთ %s" + +#: sphinx/environment/adapters/indexentries.py:70 +#, python-format +msgid "see also %s" +msgstr "აგრეთვე იხილეთ %s" + +#: sphinx/environment/adapters/indexentries.py:73 +#, python-format +msgid "unknown index entry type %r" +msgstr "უცნობი ინდექსის ჩანაწერის ტიპი %r" + +#: sphinx/environment/adapters/indexentries.py:184 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 +msgid "Symbols" +msgstr "სიმბოლოები" + +#: sphinx/environment/adapters/toctree.py:156 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "აღმოჩენილია სარჩევის ხის წრიული მიმართვები. გამოტოვებული იქნება: %s <- %s" + +#: sphinx/environment/adapters/toctree.py:177 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "სარჩევის ხე შეიცავს მიმართვას დოკუმენტამდე %r, რომელსაც სათაური არ გააჩნია. ბმული არ შეიქმნება" + +#: sphinx/environment/adapters/toctree.py:185 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "სარჩევის ხე არ-ჩართულ დოკუმენტამდე, %r, მიმართვას შეიცავს" + +#: sphinx/environment/collectors/asset.py:82 +#, python-format +msgid "image file not readable: %s" +msgstr "გამოსახულების ფაილი წაკითხვადი არაა: %s" + +#: sphinx/environment/collectors/asset.py:101 +#, python-format +msgid "image file %s not readable: %s" +msgstr "გამოსახულების ფაილი %s წაკითხვადი არაა: %s" + +#: sphinx/environment/collectors/asset.py:127 +#, python-format +msgid "download file not readable: %s" +msgstr "გადმოწერილი ფაილი წაკითხვადი არაა: %s" + +#: sphinx/environment/collectors/toctree.py:219 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:79 +#, python-format +msgid "Would create file %s." +msgstr "შეიქმნებოდა ფაილი %s." + +#: sphinx/ext/apidoc.py:301 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "path to module to document" +msgstr "ბილიკი მოდულიდან დოკუმენტამდე" + +#: sphinx/ext/apidoc.py:316 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:321 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:326 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:329 +msgid "overwrite existing files" +msgstr "არსებულ ფაილებზე გადაწერა" + +#: sphinx/ext/apidoc.py:332 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:335 +msgid "run the script without creating files" +msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" + +#: sphinx/ext/apidoc.py:338 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "include \"_private\" modules" +msgstr "\"_private\" მოდულების ჩასმა" + +#: sphinx/ext/apidoc.py:343 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:345 +msgid "don't create a table of contents file" +msgstr "სარჩევის ფაილი არ შეიქმნება" + +#: sphinx/ext/apidoc.py:348 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:361 +msgid "file suffix (default: rst)" +msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" + +#: sphinx/ext/apidoc.py:363 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" + +#: sphinx/ext/apidoc.py:366 +msgid "append module_path to sys.path, used when --full is given" +msgstr "როცა მითითებულია --full, module_path-ი sys.path-ის ბოლოში მიეწერება" + +#: sphinx/ext/apidoc.py:368 +msgid "project name (default: root module name)" +msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" + +#: sphinx/ext/apidoc.py:370 +msgid "project author(s), used when --full is given" +msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" + +#: sphinx/ext/apidoc.py:372 +msgid "project version, used when --full is given" +msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" + +#: sphinx/ext/apidoc.py:374 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "პროექტის რელიზი. გამოიყენება, როცა მითითებულია --full. ნაგულისხმებ მნიშვნელობაა იგივე, რაც --doc-version" + +#: sphinx/ext/apidoc.py:377 +msgid "extension options" +msgstr "გაფართოების პარამეტრები" + +#: sphinx/ext/apidoc.py:410 +#, python-format +msgid "%s is not a directory." +msgstr "%s საქაღალდეს არ წარმოადგენს." + +#: sphinx/ext/autosectionlabel.py:45 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" + +#: sphinx/ext/coverage.py:40 +#, python-format +msgid "invalid regex %r in %s" +msgstr "არასწორი რეგულარული გამოსახულება %r %s-ში" + +#: sphinx/ext/coverage.py:49 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:63 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:124 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" + +#: sphinx/ext/coverage.py:156 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/coverage.py:252 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:268 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" + +#: sphinx/ext/coverage.py:281 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: sphinx/ext/doctest.py:112 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:117 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' სწორი პარამეტრი არაა." + +#: sphinx/ext/doctest.py:131 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" + +#: sphinx/ext/doctest.py:217 +msgid "invalid TestCode type" +msgstr "არასწორი TestCode ტიპი" + +#: sphinx/ext/doctest.py:275 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:425 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:511 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/duration.py:74 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: sphinx/ext/extlinks.py:77 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" + +#: sphinx/ext/graphviz.py:128 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:138 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "გარე Graphviz ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" + +#: sphinx/ext/graphviz.py:145 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" დირექტივა, რომელსაც შემცველობა არ აქვს, იგნორირებულია." + +#: sphinx/ext/graphviz.py:254 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:258 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:265 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:276 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format უნდა იყოს ერთ-ერთი სიიდან: 'png', 'svg'. მაგრამ არის %r" + +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 +#, python-format +msgid "[graph: %s]" +msgstr "[გრაფიკი: %s]" + +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 +msgid "[graph]" +msgstr "[გრაფიკი]" + +#: sphinx/ext/imgconverter.py:36 +#, 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 "" + +#: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgconverter.py:64 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgmath.py:150 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:164 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:320 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:354 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 +msgid "Permalink to this equation" +msgstr "მუდმივი ბმული ამ განტოლებაზე" + +#: sphinx/ext/intersphinx.py:194 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:230 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:244 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:250 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:303 +#, python-format +msgid "(in %s v%s)" +msgstr "(%s v%s-ში)" + +#: sphinx/ext/intersphinx.py:305 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:537 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:543 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:627 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:652 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:674 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:64 +msgid "Todo" +msgstr "განრიგის სია" + +#: sphinx/ext/todo.py:97 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:155 +msgid "<>" +msgstr "<<საწყისი ჩანაწერი>>" + +#: sphinx/ext/todo.py:157 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:167 +msgid "original entry" +msgstr "საწყისი ჩანაწერი" + +#: sphinx/ext/viewcode.py:237 +msgid "highlighting module code... " +msgstr "მოდულის კოდის გამოკვეთა... " + +#: sphinx/ext/viewcode.py:269 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:283 +msgid "Module code" +msgstr "მოდულის კოდი" + +#: sphinx/ext/viewcode.py:289 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:315 +msgid "Overview: module code" +msgstr "გადახედვა: მოდულის კოდი" + +#: sphinx/ext/viewcode.py:316 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:134 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:142 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:394 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:510 +#, python-format +msgid "error while formatting arguments for %s: %s" +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 "" + +#: 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 "" + +#: sphinx/ext/autodoc/__init__.py:916 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:935 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:995 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1002 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1015 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1081 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1571 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1697 +#, python-format +msgid "Bases: %s" +msgstr "ძირითადი კლასები: %s" + +#: sphinx/ext/autodoc/__init__.py:1711 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" + +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 +#, python-format +msgid "alias of %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1831 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "მეტსახელი TypeVar(%s)-სთვის" + +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" + +#: sphinx/ext/autodoc/__init__.py:2377 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." + +#: sphinx/ext/autodoc/preserve_defaults.py:115 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" + +#: sphinx/ext/autodoc/type_comment.py:127 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" + +#: sphinx/ext/autodoc/type_comment.py:130 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:244 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:246 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:265 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:318 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:332 +#, python-format +msgid "failed to parse name %s" +msgstr "სახელის %s დამუშავების შეცომა" + +#: sphinx/ext/autosummary/__init__.py:337 +#, python-format +msgid "failed to import object %s" +msgstr "ობიექტის %s შემოტანის შეცდომა" + +#: sphinx/ext/autosummary/__init__.py:792 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: ფაილი ვერ ვიპოვე: %s" + +#: sphinx/ext/autosummary/__init__.py:800 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:165 +#: sphinx/ext/autosummary/generate.py:238 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:422 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:426 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] %s-ში ჩაწერა" + +#: sphinx/ext/autosummary/generate.py:469 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:642 +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:659 +msgid "source files to generate rST files for" +msgstr "rST ფაილების დასაგენერირებელიკოდის ფაილები" + +#: sphinx/ext/autosummary/generate.py:663 +msgid "directory to place all output in" +msgstr "გამოტანის ჩასაწერი საქაღალდე" + +#: sphinx/ext/autosummary/generate.py:666 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "ფაილის ნაგულიხმევი სუფიქსი (ნაგულისხმევი: %(default)s)" + +#: sphinx/ext/autosummary/generate.py:670 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "მომხმარებლის ნიმუშების საქაღალდე (ნაგულისხმევი: %(default)s)" + +#: sphinx/ext/autosummary/generate.py:674 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:678 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 +msgid "Keyword Arguments" +msgstr "საკვანძო სიტყვების არგუმენტები" + +#: sphinx/ext/napoleon/docstring.py:676 +msgid "Example" +msgstr "მაგალითი" + +#: sphinx/ext/napoleon/docstring.py:677 +msgid "Examples" +msgstr "მაგალითები" + +#: sphinx/ext/napoleon/docstring.py:737 +msgid "Notes" +msgstr "ჩანაწერები" + +#: sphinx/ext/napoleon/docstring.py:746 +msgid "Other Parameters" +msgstr "სხვა პარამეტრები" + +#: sphinx/ext/napoleon/docstring.py:782 +msgid "Receives" +msgstr "იღებს" + +#: sphinx/ext/napoleon/docstring.py:786 +msgid "References" +msgstr "ბმები" + +#: sphinx/ext/napoleon/docstring.py:818 +msgid "Warns" +msgstr "გაფრთხილებები" + +#: sphinx/ext/napoleon/docstring.py:822 +msgid "Yields" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:980 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" + +#: sphinx/ext/napoleon/docstring.py:987 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" + +#: sphinx/ext/napoleon/docstring.py:994 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:1001 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" + +#: sphinx/locale/__init__.py:215 +msgid "Attention" +msgstr "ყურადღება" + +#: sphinx/locale/__init__.py:216 +msgid "Caution" +msgstr "გაფრთხილება" + +#: sphinx/locale/__init__.py:217 +msgid "Danger" +msgstr "საფრთხე" + +#: sphinx/locale/__init__.py:218 +msgid "Error" +msgstr "შეცდომა" + +#: sphinx/locale/__init__.py:219 +msgid "Hint" +msgstr "მინიშნება" + +#: sphinx/locale/__init__.py:220 +msgid "Important" +msgstr "მნიშვნელოვანი" + +#: sphinx/locale/__init__.py:221 +msgid "Note" +msgstr "ნოტი" + +#: sphinx/locale/__init__.py:222 +msgid "See also" +msgstr "ასევე იხილეთ" + +#: sphinx/locale/__init__.py:223 +msgid "Tip" +msgstr "რჩევა" + +#: sphinx/locale/__init__.py:224 +msgid "Warning" +msgstr "ყურადღება" + +#: sphinx/templates/latex/longtable.tex_t:52 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 +msgid "continued from previous page" +msgstr "წინა გვერდიდან" + +#: sphinx/templates/latex/longtable.tex_t:63 +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "გრძელდება შემდეგ გვერდზე" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "არაანბანური" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "რიცხვები" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "პანელი" + +#: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "სარჩევი" + +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 +msgid "Search" +msgstr "ძებნა" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 +msgid "Go" +msgstr "გადასვლა" + +#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "წყაროს ჩვენება" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "მიმოხილვა" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "კეთილი იყოს თქვენი მობრძანება" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "ინდექსები და ცხრილები:" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "სრული სარჩევი" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "სექციებისა და ქვესექციების ჩამონათვალი" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "ამ დოკუმენტაციაში ძებნა" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "გლობალური მოდულების ინდექსი" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "სწრაფი წვდომა ყველა მოდულთან" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "ყველა ფუნქცია, კლასი, წესი" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html: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 "ნავიგაცია" + +#: sphinx/themes/basic/layout.html:126 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s-ში ძებნა" + +#: sphinx/themes/basic/layout.html:135 +msgid "About these documents" +msgstr "ამ დოკუმენტების შესახებ" + +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 +msgid "Copyright" +msgstr "საავტორო უფლებები" + +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:212 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "ბოლო განახლების დრო %(last_updated)s." + +#: sphinx/themes/basic/layout.html:215 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, 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 "შემდეგი თავი" + +#: sphinx/themes/basic/search.html:27 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +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:105 +msgid "Search Results" +msgstr "ძებნს შედეგები" + +#: sphinx/themes/basic/search.html:50 +#: sphinx/themes/basic/static/searchtools.js:107 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "სწრაფი ძებნა" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "ეს გვერდი" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "ბიბლიოთეკის ცვლილებები" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API ცვლილებები" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "სხვა ცვლილებები" + +#: sphinx/themes/basic/static/searchtools.js:111 +msgid "" +"Search finished, found ${resultCount} page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:209 +msgid "Searching" +msgstr "ძებნა" + +#: sphinx/themes/basic/static/searchtools.js:225 +msgid "Preparing search..." +msgstr "ძებნის მომზადება..." + +#: sphinx/themes/basic/static/searchtools.js:413 +msgid ", in " +msgstr "" + +#: sphinx/themes/basic/static/sphinx_highlight.js:107 +msgid "Hide Search Matches" +msgstr "ძებნის დამთხვევების დამალვა" + +#: sphinx/themes/classic/layout.html:20 +#: sphinx/themes/classic/static/sidebar.js_t:57 +msgid "Collapse sidebar" +msgstr "გვერდითი ზოლის ჩაკეცვა" + +#: sphinx/themes/classic/static/sidebar.js_t:48 +msgid "Expand sidebar" +msgstr "გვერდითი ზოლის გაფართოება" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "შიგთავსი" + +#: sphinx/transforms/__init__.py:217 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:256 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "ნაკვალევი [%s] მიმართული არაა." + +#: sphinx/transforms/__init__.py:262 +msgid "Footnote [#] is not referenced." +msgstr "ნაკვალევი [#] მიმართული არაა." + +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:241 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:283 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:300 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:112 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:154 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:205 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" + +#: sphinx/transforms/post_transforms/__init__.py:208 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" + +#: sphinx/transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" + +#: sphinx/transforms/post_transforms/images.py:105 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" + +#: sphinx/transforms/post_transforms/images.py:123 +#, python-format +msgid "Unknown image format: %s..." +msgstr "უცნობი გამოსახულების ფორმატი: %s..." + +#: sphinx/util/__init__.py:191 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/display.py:76 +msgid "skipped" +msgstr "გამოტოვებული" + +#: sphinx/util/display.py:81 +msgid "failed" +msgstr "შეცდომით" + +#: sphinx/util/docfields.py:87 +#, python-format +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" + +#: sphinx/util/docutils.py:307 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "უცნობი დირექტივა ან როლის სახელი: %s:%s" + +#: sphinx/util/docutils.py:595 +#, python-format +msgid "unknown node type: %r" +msgstr "უცნობი კვანძის ტიპი: %r" + +#: sphinx/util/i18n.py:61 +#, python-format +msgid "reading error: %s, %s" +msgstr "წაკითხვის შეცდომა: %s, %s" + +#: sphinx/util/i18n.py:68 +#, python-format +msgid "writing error: %s, %s" +msgstr "ჩაწერის შეცდომა: %s, %s" + +#: sphinx/util/i18n.py:92 +#, python-format +msgid "locale_dir %s does not exists" +msgstr "locale_dir %s არ არსებობს" + +#: sphinx/util/i18n.py:183 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:607 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/rst.py:66 +#, python-format +msgid "default role %s not found" +msgstr "ნაგულისხმევი როლი %s ვერ ვიპოვე" + +#: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 +msgid "Permalink to this definition" +msgstr "მუდმივი ბმული ამ აღწერამდე" + +#: sphinx/writers/html5.py:395 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format-ი %s-სთვის აღწერილი არაა" + +#: sphinx/writers/html5.py:405 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "ნებისმიერი ID, რომელიც %s კვანძზე მინიჭებული არაა" + +#: sphinx/writers/html5.py:459 +msgid "Permalink to this term" +msgstr "" + +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 +msgid "Permalink to this heading" +msgstr "" + +#: sphinx/writers/html5.py:491 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html5.py:534 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html5.py:536 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html5.py:538 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html5.py:675 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "გამოსახულების ზომის მიღება შეუძლებელია. :scale: მოხდება პარამეტრის გამოტოვება." + +#: sphinx/writers/latex.py:331 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:382 +msgid "too large :maxdepth:, ignored." +msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." + +#: sphinx/writers/latex.py:621 +msgid "document title is not a single Text node" +msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" + +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 +#: sphinx/writers/texinfo.py:635 +msgid "Footnotes" +msgstr "სქოლიოები" + +#: sphinx/writers/latex.py:1021 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1370 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." + +#: sphinx/writers/latex.py:1708 +#, python-format +msgid "unknown index entry type %s found" +msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" + +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 +#, python-format +msgid "[image: %s]" +msgstr "[გამოსახულება: %s]" + +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 +msgid "[image]" +msgstr "" + +#: sphinx/writers/texinfo.py:1191 +msgid "caption not inside a figure." +msgstr "წარწერა ფიგურის შიგნით არაა." + +#: sphinx/writers/texinfo.py:1278 +#, python-format +msgid "unimplemented node type: %r" +msgstr "განუხორციელებელი კვანძის ტიპი: %r" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.js b/sphinx/locale/ko/LC_MESSAGES/sphinx.js index f0f360b87..aba01b9f6 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ko", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© \uc800\uc791\uad8c %(copyright)s.", - "© Copyright %(copyright)s.": "© \uc800\uc791\uad8c %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \ubb38\uc11c - ", "About these documents": "\uc774 \ubb38\uc11c \uc815\ubcf4", "Automatically generated list of changes in version %(version)s": "\ubc84\uc804 %(version)s\uc758 \ubcc0\uacbd \uc0ac\ud56d (\uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ub41c \ubaa9\ub85d)", diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index d9475457d..c80c47264 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 43c5ef3e0..3b302c71a 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: YT H , 2019-2022\n" -"Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "원본 디렉토리를 찾을 수 없습니다 (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "출력 디렉토리 %s은(는) 디렉토리가 아닙니다." -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "원본 디렉토리와 대상 디렉토리는 같을 수 없습니다" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx 버전 %s 실행 중" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "이 프로젝트는 최소 Sphinx 버전 %s이(가) 필요하므로 현재 버전으로 빌드할 수 없습니다." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "출력 디렉토리 만드는 중" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "확장 기능 %s 설정 중:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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 확장 기능으로 동작하는 데 필요합니다." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "번역을 불러오는 중 [%s]… " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "완료" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "기본 제공 메시지를 사용할 수 없습니다" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "pickle로 저장된 환경을 불러오는 중" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "실패: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "선택한 빌더가 없으므로, 기본값인 html을 사용합니다" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "성공" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "완료했으나 문제점 발견" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "빌드 %s, 경고가 %s 개 발생했습니다 (경고를 오류로 처리)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "빌드 %s, 경고가 %s 개 발생했습니다 (경고를 오류로 처리)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "빌드 %s, 경고가 %s 개 발생했습니다." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "빌드 %s, 경고가 %s 개 발생했습니다." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "빌드 %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "%r 노드 클래스가 이미 등록되어 있으며, 방문자를 무시합니다" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "%r 지시문이 이미 등록되어 있으며, 재정의됩니다" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "%r 역할이 이미 등록되어 있으며, 재정의됩니다" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 읽기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 확장 기능은 병렬 읽기에 안전하지 않습니다" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 쓰기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 확장 기능은 병렬 쓰기에 안전하지 않습니다" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "병렬 %s 처리" @@ -320,8 +320,8 @@ msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "literal_block을 \"%s\"(으)로 구문 분석할 수 없습니다. 구문 강조를 건너뜁니다." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -334,87 +334,87 @@ msgstr "문서 \"%s\"에 대해 여러 파일을 발견했습니다: %r\n빌드 msgid "document not readable. Ignored." msgstr "문서를 읽을 수 없습니다. 무시합니다." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "빌더 클래스 %s에 \"name\" 속성이 없습니다" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "%r 빌더가 이미 존재합니다 (%s 모듈에 있음)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "빌더 이름 %s이(가) 등록되지 않았거나 진입점을 통해서만 사용할 수 있습니다" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "빌더 이름 %s이(가) 등록되지 않았습니다" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "%s 영역이 이미 등록되었습니다" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "%s 영역이 아직 등록되지 않았습니다" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r 지시문이 %s 영역에 이미 등록되었습니다" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r 역할이 %s 영역에 이미 등록되었습니다" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r 색인이 %s 영역에 이미 등록되었습니다" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type이 이미 등록되었습니다" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type이 이미 등록되었습니다" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r이(가) 이미 등록되었습니다" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "%r에 대한 source_parser가 이미 등록되었습니다" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "%s에 대한 소스 해석기가 등록되지 않았습니다" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "%r에 대한 변환기가 이미 존재합니다" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node()에 대한 kwargs는 반드시 (visit, depart)의 함수 튜플이어야 합니다: %r=%r" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r이(가) 이미 등록되었습니다" @@ -476,164 +476,168 @@ msgstr "잘못된 PEP 번호 %s" msgid "invalid RFC number %s" msgstr "잘못된 RFC 번호 %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "테마 %r에 \"theme\" 설정이 없습니다" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "테마 %r에 \"inherit\" 설정이 없습니다" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "이름이 %r인 테마가 없으며, %r에서 상속합니다" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "이름이 %r인 테마를 찾을 수 없습니다 (theme.conf 파일 누락?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "빌드 중 [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "출력을 쓰는 중… " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "모든 %d 개의 po 파일" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "지정된 %d 개의 po 파일 대상" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "오래된 %d 개의 po 파일 대상" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "모든 원본 파일" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "명령줄에 지정된 %d 개의 원본 파일" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "오래된 %d 개의 원본 파일 대상" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "빌드 중 [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "오래된 파일을 찾는 중… " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d 개 찾음" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "찾은 것이 없음" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "pickle로 환경을 저장하는 중" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "일관성 확인 중" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "오래된 대상이 없습니다." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "환경을 갱신하는 중: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "원본을 읽는 중… " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "기록할 문서 이름: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "문서 준비 중" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "중복된 목차 항목 발견: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "이미지를 복사하는 중… " @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" @@ -772,17 +776,17 @@ msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" msgid "invalid css_file: %r, ignored" msgstr "잘못된 css_file: %r, 무시합니다" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "%d 개의 템플릿 파일 대상" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "템플릿을 읽는 중… " @@ -790,22 +794,17 @@ msgstr "템플릿을 읽는 중… " msgid "writing message catalogs... " msgstr "메시지 카탈로그 작성 중… " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "끊어진 링크: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "앵커 '%s'을(를) 찾을 수 없습니다" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" @@ -819,8 +818,8 @@ msgstr "매뉴얼 페이지는 %(outdir)s에 있습니다." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "\"man_pages\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "작성 중" @@ -863,24 +862,24 @@ msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "%s 처리 중" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "참조 처리 중…" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (문서 " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "Texinfo 지원 파일을 복사하는 중" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "Makefile 쓰기 오류: %s" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "텍스트 파일은 %(outdir)s에 있습니다." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "%s 파일 쓰기 오류: %s" @@ -901,7 +900,7 @@ msgstr "%s 파일 쓰기 오류: %s" msgid "The XML files are in %(outdir)s." msgstr "XML 파일은 %(outdir)s에 있습니다." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "의사 XML 파일은 %(outdir)s에 있습니다." @@ -911,36 +910,36 @@ msgstr "의사 XML 파일은 %(outdir)s에 있습니다." msgid "build info file is broken: %r" msgstr "빌드 정보 파일이 손상되었습니다: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%Y년 %m월 %d일" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "전체 색인" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "색인" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "다음" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "이전" @@ -1028,52 +1027,52 @@ msgstr "%s에서 검색 인덱스 덤프 중" msgid "invalid js_file: %r, ignored" msgstr "잘못된 js_file: %r, 무시합니다" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 항목 %r이(가) 없습니다" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 항목 %r이(가) 없습니다" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "로고 파일 %r이(가) 존재하지 않습니다" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s 문서" @@ -1099,14 +1098,14 @@ msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "색인" @@ -1115,29 +1114,29 @@ msgstr "색인" msgid "Release" msgstr "릴리스" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "TeX 지원 파일을 복사하는 중" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "TeX 지원 파일을 복사하는 중…" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "추가 파일을 복사하는 중" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." @@ -1152,66 +1151,79 @@ msgstr "%r에 \"theme\" 설정이 없습니다" msgid "%r doesn't have \"%s\" setting" msgstr "%r에 \"%s\" 설정이 없습니다" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "빌드하는 동안 예외 발생, 디버거 시작:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "중단되었습니다!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "reST 마크업 오류:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "인코딩 오류:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "개발자에게 문제를 보고할 경우를 위해, 전체 역추적 정보가 %s에 저장되었습니다." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "재귀 오류:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "이 상황은 매우 크거나 많이 중첩된 원본 파일에서 발생할 수 있습니다. 다음과 같이 conf.py에서 Python 재귀 제한 기본값 1000을 늘릴 수 있습니다 (주의):" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "예외 발생:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "버그 보고서는 의 트래커에 제출할 수 있습니다. 감사합니다!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "작업 숫자는 양수여야 합니다" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "자세한 내용은 를 참조하십시오." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ 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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "문서 원본 파일의 경로" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "출력 디렉토리 경로" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "다시 빌드 할 특정 파일의 목록. -a가 지정되면 무시합니다" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "일반 옵션" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "사용할 빌더 (기본값: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "캐시된 환경 및 doctree 파일 경로 (기본값: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "가능한 경우 N 개의 프로세스를 사용하여 병렬로 빌드 (특수 값 \"auto\"는 CPU 개수로 N 값을 설정합니다)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "구성 파일(conf.py)이 있는 경로 (기본값: SOURCEDIR과 동일)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "설정 파일을 전혀 사용하지 않고, -D 옵션들만 사용" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "구성 파일의 설정 무시" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "HTML 템플릿에 값 전달" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "까다로움 모드, 모든 누락된 참조에 대해 경고 발생" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "콘솔 출력 옵션" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "상세도 높임 (반복 가능)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "경고를 포함하여 아무 출력도 하지 않음" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "컬러 출력 허용 (기본값: 자동 감지)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "주어진 파일에 경고(및 오류)를 기록" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "경고를 오류로 바꿈" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "-W와 함께 지정하여, 경고가 발생했을 때 계속 진행" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "예외 발생 시 전체 추적 표시" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "예외 발생 시 Pdb 실행" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "경고 기록 파일 %r을(를) 열 수 없습니다: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" @@ -1866,75 +1878,75 @@ msgstr "csv-table 지시문의 \":file:\" 옵션은 이제 절대 경로를 소 msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "중복 C 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. c:%s:: %s' 입니다." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "매개변수" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "반환값" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "반환" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "반환 형식" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "멤버 변수" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "변수" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "함수" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "매크로" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "구조체" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "공용체" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "열거형" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "열거자" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "자료형" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "함수 매개변수" @@ -1963,91 +1975,90 @@ msgstr "중복 인용 %s, 다른 인스턴스는 %s에 있음" msgid "Citation [%s] is not referenced." msgstr "인용 [%s]이(가) 참조되지 않았습니다." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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' 입니다." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "템플릿 매개변수" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "예외" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "클래스" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "콘셉트" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "템플릿 매개변수" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (내장 함수)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 메서드)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (클래스)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (전역 변수 또는 상수)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s의 속성)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "인수" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (모듈)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "메서드" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "데이터" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "속성" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "모듈" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" @@ -2057,263 +2068,243 @@ msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" msgid "duplicate label of equation %s, other instance in %s" msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "잘못된 math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "키워드" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "연산자" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "객체" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "예외" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "문" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "내장 함수" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "변수" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "예외 발생" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s 모듈)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s 모듈)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (내장 변수)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (내장 클래스)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 클래스)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s의 클래스 메서드)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s의 정적 메서드)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (%s의 특성)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python 모듈 목록" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "모듈" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "폐지됨" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "예외" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "클래스 메서드" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "정적 메서드" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "특성" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "%s의 중복 객체 설명, 다른 인스턴스는 %s에 있으며, 이 중 하나에 :noindex:를 사용하십시오" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (폐지됨)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (지시문)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (지시문 옵션)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (역할)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "지시문" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "지시문 옵션" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "역할" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "중복된 %s %s 설명, 다른 인스턴스는 %s에 있음" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "환경 변수; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s 명령줄 옵션" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "명령줄 옵션" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "용어 앞에는 빈 줄이 와야 합니다" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "용어 항목" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "문법 토큰" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "참조 레이블" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "환경 변수" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "프로그램 옵션" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "문서" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "모듈 목록" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "검색 페이지" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "링크에 캡션이 없습니다: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "잘못된 numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "잘못된 numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "정의되지 않은 레이블: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" @@ -2349,35 +2340,35 @@ msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doct msgid "Failed to scan documents in %s: %r" msgstr "%s에서 문서를 탐색하지 못했습니다: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "%r 영역이 등록되지 않았습니다" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "문서가 어느 toctree에도 포함되어 있지 않음" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%s 문서" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "%s 참조" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "알 수 없는 색인 항목 유형 %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "기호" @@ -2598,23 +2589,23 @@ msgstr "'%s'은(는) 유효한 옵션이 아닙니다." msgid "'%s' is not a valid pyversion option" msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "잘못된 TestCode 유형" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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 에서 결과를 확인하십시오." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "%s 블록(%s:%s)에 코드/출력 없음" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "잘못된 doctest 코드 무시: %r" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz 지시문에 내용과 파일 이름 인수를 모두 지정할 수 없습니다" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "외부 Graphviz 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "내용이 없는 \"graphviz\" 지시문을 무시합니다." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "dot이 출력 파일을 생성하지 않았습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot 명령 %r을(를) 실행할 수 없습니다 (graphviz 출력에 필요). graphviz_dot 설정을 확인하십시오." -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "dot이 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format은 'png', 'svg' 중 하나여야 하지만, 값이 %r 입니다" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "dot 코드 %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[그래프: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[그래프]" @@ -2713,90 +2704,90 @@ msgstr "convert가 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdou msgid "convert command %r cannot be run, check the image_converter setting" msgstr "변환 명령 %r을(를) 실행할 수 없습니다. image_converter 설정을 확인하십시오." -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "LaTeX 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_latex 설정을 확인하십시오" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_%s 설정을 확인하십시오" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "표시 LaTeX %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "인라인 LaTeX %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "이 수식에 대한 퍼머링크" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx 인벤토리가 이동함: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "%s 에서 intersphinx 인벤토리 로드 중…" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "다음 문제가 있어 어느 인벤토리도 도달하지 못했습니다:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s에서)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(%s에서)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "외부 상호 참조에 대한 인벤토리를 찾을 수 없음: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "외부 상호 참조에 대한 역할을 찾을 수 없음: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx 식별자 %r이(가) 문자열이 아닙니다. 무시합니다" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "intersphinx_mapping[%s]을(를) 읽지 못했으며, 무시합니다: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[소스]" @@ -2847,34 +2838,34 @@ msgstr "개요: 모듈 코드" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "member-order 옵션에 대해 잘못된 값: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "class-doc-from 옵션에 대해 잘못된 값: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "auto%s (%r)에 대한 잘못된 서명" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc: 문서화 할 %s.%s (%r) 을(를) 결정하지 못했으며, 다음 예외가 발생했습니다:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "%r의 자동 문서화를 위해 가져올 모듈을 알 수 없습니다 (문서에 \"module\" 또는 \"currentmodule\" 지시문을 배치하거나, 명시적으로 모듈 이름을 지정해 보십시오)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "모의 객체가 감지되었습니다: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 이름의 \"::\"은 의미가 없음" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "%s에 대한 함수 서명을 가져오지 못했습니다: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "기반 클래스: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "%s 속성이 %s 객체에 없음" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "%s의 별칭" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "TypeVar(%s)의 별칭" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "autosummary가 제외된 문서 %r을(를) 참조합니다. 무시합니다." -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummary: 스텁 파일 %r을(를) 찾을 수 없습니다. autosummary_generate 설정을 확인하십시오." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "캡션이 있는 자동 요약에는 :toctree: 옵션이 필요합니다. 무시합니다." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "autosummary: %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "이름 %s을(를) 해석하지 못함" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "객체 %s을(를) import 하지 못함" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "autosummary: 문서화 할 %r을(를) 결정하지 못했으며, 다음 예외가 발생했습니다:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] 자동 요약 생성: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] %s에 기록" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "[autosummary] %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "rST 파일을 생성할 원본 파일" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "모든 출력을 저장할 디렉토리" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "파일의 기본 확장자 (기본값: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "사용자 정의 템플릿 디렉토리 (기본값: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "가져온 멤버 문서화 (기본값: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" msgid "malformed string literal (missing opening quote): %s" msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "주의" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "조심" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "위험" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "오류" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "힌트" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "중요" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "참고" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "더 보기" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "팁" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "경고" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "다음 페이지에 계속" @@ -3210,12 +3201,13 @@ msgstr "페이지" msgid "Table of Contents" msgstr "목차" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "검색" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "이동" @@ -3287,39 +3279,35 @@ msgstr "알파벳별 색인" msgid "can be huge" msgstr "큰 경우가 있으므로 주의" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "탐색" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "%(docstitle)s에서 찾기" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "이 문서 정보" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "저작권" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© 저작권 %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© 저작권 %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "최종 업데이트: %(last_updated)s" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "각주 [%s]이(가) 참조되지 않았습니다." msgid "Footnote [#] is not referenced." msgstr "각주 [#]이 참조되지 않았습니다." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "알 수 없는 이미지 형식: %s…" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "디코드 할 수 없는 원본 문자이며, \"?\"로 대체합니다: %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "건너뜀" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "실패" -#: sphinx/util/docfields.py:78 +#: sphinx/util/docfields.py:87 #, python-format msgid "" "Problem in %s domain: field is supposed to use role '%s', but that role is " "not in the domain." msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "알 수 없는 지시문 또는 역할 이름: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "알 수 없는 노드 유형: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "읽기 오류: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "쓰기 오류: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s이(가) 존재하지 않습니다" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "기본 역할 %s을(를) 찾을 수 없음" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "이 정의에 대한 퍼머링크" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format이 %s에 대해 정의되지 않음" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "%s 노드에 할당되지 않은 ID" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "이 용어에 대한 퍼머링크" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "이 제목에 대한 퍼머링크" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "이 표에 대한 퍼머링크" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "이 코드에 대한 퍼머링크" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "이 이미지에 대한 퍼머링크" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "이 목차에 대한 퍼머링크" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth:가 너무 크며, 무시합니다." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "문서 제목이 단일 텍스트 노드가 아님" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "각주" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[그림: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[그림]" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.js b/sphinx/locale/lt/LC_MESSAGES/sphinx.js index 10320ad03..149fbc20c 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "lt", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Apie \u0161iuos dokumentus", "Automatically generated list of changes in version %(version)s": "Automati\u0161kai sugeneruotas pakeitim\u0173 %(version)s versijoje s\u0105ra\u0161as", diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index 3cb3a81a4..2ea05a3b8 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 937d5f91f..a88adea16 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: DALIUS DOBRAVOLSKAS , 2010\n" -"Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: lt\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (kuris yra " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%Y-%m-%d" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Bendras indeksas" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indeksas" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "kitas" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "praeitas" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indeksas" @@ -1114,29 +1113,29 @@ msgstr "Indeksas" msgid "Release" msgstr "Leidimas" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametrai" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Grąžinamos reikšmės" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Grąžinamos reikšmės tipas" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "narys" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "kintamasis" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makrokomanda" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipas" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Išmeta" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasė" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (itaisytoji funkcija)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodas)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasė)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globalus kintamasis arba konstanta)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributas)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumentais" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metodas" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "duomenys" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribudas" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modulis" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "bazinis žodis" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operatorius" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objektas" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "išimtis" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "sakinis" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "įtaisytoji funkcija" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Kintamieji" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Sukelia" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (modulyje %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (modulje %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (įtaisytasis kintamasis)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (įtaisytoji klasė)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasė iš %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klasės metodas)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statinis metodas)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduliai" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Atmestas" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "išimtis" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klasės metodas" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statinis metodas" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (atmestas)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktyva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rolė)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktyva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rolė" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "aplinkos kintamasis; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "aiškinamasis terminas" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "gramatinė leksema" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "nuorodos požymis" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "aplinkos kintamasis" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programos parinktis" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modulio indeksas" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Paieškos puslapis" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[šaltinis]" @@ -2846,34 +2837,34 @@ msgstr "Apžvalga: modulio kodas" msgid "

All modules for which code is available

" msgstr "

Visi moduliai turintys kodą

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Dėmesio" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Atsargiai" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Pavojinga" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Klaida" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Patarimas" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Svarbu" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Pastaba" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Taip pat žiūrėkite" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Patarimas" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Įspėjimas" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "tęsinys iš praeito puslapio" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Paieška" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Pirmyn" @@ -3286,39 +3278,35 @@ msgstr "Indekso puslapiai pagal raidę" msgid "can be huge" msgstr "gali būti didelis" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigacija" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Ieškoti tarp %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Apie šiuos dokumentus" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Autoriaus teisės" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Paskutinis atnaujinimas %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Nuoroda į šį apibrėžimą" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Išnašos" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[paveiksliukas]" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.js b/sphinx/locale/lv/LC_MESSAGES/sphinx.js index b33314522..5648f4778 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "lv", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Par \u0161iem dokumentiem", "Automatically generated list of changes in version %(version)s": "Autom\u0101tiski sagatavots izmai\u0146u saraksts versijai %(version)s", diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index d4d02088d..3aa1c2836 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 3c15634ef..54756fa12 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Latvian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lv/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (iekš " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Vispārējs indekss" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indekss" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "nākošais" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "iepriekšējs" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indekss" @@ -1113,29 +1112,29 @@ msgstr "Indekss" msgid "Release" msgstr "Izlaidums" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Atgriež" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Atgriežamais tips" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "loceklis" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "mainīgais" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makross" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tips" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Izmet" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klase" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (iebūvēta funkcija)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metods)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globālais mainīgais vai konstanta)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributs)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metods" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atributs" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modulis" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "atslēgas vārds" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operators" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekts" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "izņēmums" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "priekšraksts" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "iebūvēta funkcija" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Mainīgie" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Ceļ" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moduļī %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (moduļī %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (iebūvētais mainīgais)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (iebūvēta klase)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klase iekš %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klases metods)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statiskais metods)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduļi" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Nav ieteicams" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "izņēmums" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klases metods" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statiskais metods" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktīva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktīva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "role" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "apkārtnes mainīgais; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "glosārija termins" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "gramatiskais marķieris" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "atsauces virsraksts" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "apkārtnes mainīgais" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programmas opcija" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Moduļu indekss" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Atlases lapa" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[kods]" @@ -2845,34 +2836,34 @@ msgstr "Apskats: moduļa teksts" msgid "

All modules for which code is available

" msgstr "

Visi moduļi, kuriem ir izejas teksti

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Uzmanību" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Uzmanies" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Bīstami" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Kļūda" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Mājiens" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Svarīgi" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Piezīme" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Skat.arī" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Padoms" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Brīdinājums" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "turpinājums no iepriekšējās lappuses" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Meklēt" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Izpildīt" @@ -3285,39 +3277,35 @@ msgstr "Lappušu indekss pēc burtiem" msgid "can be huge" msgstr "var būt milzīgs" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigācija" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Meklēt iekš %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Par šiem dokumentiem" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Pēdējas izmaiņas %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Pastāvīga norāde uz šo definīciju" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Vēres" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[attēls: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[attēls]" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.js b/sphinx/locale/mk/LC_MESSAGES/sphinx.js index 3769dcb90..6482f355f 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "mk", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index b90e27181..7d372570c 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 b4a8624de..0cd0e77e4 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vasil Vangelovski , 2013\n" -"Language-Team: Macedonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/mk/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (во " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Главна содржина" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "содржина" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "следна" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "претходна" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s документација" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1114,29 +1113,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Враќа" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Повратен тип" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "член" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "променлива" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "макро" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Фрла" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вградена функција)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (класа)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "погледни %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "погледни %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Симболи" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3286,39 +3278,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js index 6ea098e97..894d35c5a 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "nb_NO", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk generert liste over endringer i versjon %(version)s", diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index f2c413480..0e4a22527 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 0ae9f8318..c753d0f14 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(i " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Hovedindex" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "neste" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "forrige" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Index" @@ -1113,29 +1112,29 @@ msgstr "Index" msgid "Release" msgstr "Utgivelse" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametere" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Returnere" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Retur type" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funksjon" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (innebygd funksjon)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metode)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attributt" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "nøkkelord" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "untak" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "uttrykk" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "innebygde funksjoner" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Hever" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (innebygd variabel)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (innebygd klasse)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemetode)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metode)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Foreldet" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "untak" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (foreldet)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktiv)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rolle)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktiv" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rolle" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "miljøvariabel; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "ordliste" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "grammatikk token" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "referanse-etikett" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programvalg" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søkeside" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[kilde]" @@ -2845,34 +2836,34 @@ msgstr "Oversikt: modulkildekode" msgid "

All modules for which code is available

" msgstr "

Alla moduler hvor kildekode finnes

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Obs" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Advarsel" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Fare" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Feil" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Viktig" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Obs" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Se også" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tips" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Advarsel" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "fortsettelse fra forrige side" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Søk" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Gå" @@ -3285,39 +3277,35 @@ msgstr "Innholdsfortegnelse per bokstav" msgid "can be huge" msgstr "kan bli stor" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigering" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Søk blant %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Om disse dokumenter" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Sist oppdatert %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Permalink til denne definisjonen" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fotnoter" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[bilde]" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.js b/sphinx/locale/ne/LC_MESSAGES/sphinx.js index c421759bd..ce802c9f3 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ne", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "\u092f\u0940 \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941\u0915\u094b \u092c\u093e\u0930\u0947\u092e\u093e", "Automatically generated list of changes in version %(version)s": "\u092d\u0930\u094d\u0938\u0928 %(version)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915 \u0939\u0930\u0941 \u0906\u092b\u0948 \u091c\u0947\u0928\u0947\u0930\u0947\u091f \u092d\u090f ", diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index 52d8b9e94..5d3556dde 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 94edfa8a0..6d9ee2c5c 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2016\n" -"Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -790,22 +794,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(in" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "सामान्य अनुसुची" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "अनुसुची" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "पछिल्लो" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "अघिल्लो" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "अनुसुची" @@ -1115,29 +1114,29 @@ msgstr "अनुसुची" msgid "Release" msgstr "रीलीज" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Returns" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "सदस्य" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "चल" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "फन्क्सन" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "बृहत" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "किसिम" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "कक्षा" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (built-in function)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s विधी)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (कक्षा)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variable or constant)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribute)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (मडुल)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "विधी" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attribute" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "मडुल" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "मुख्य शब्द" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "सन्चालक" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "object" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "अपबाद" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "भनाई" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "built-in फन्क्सन" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "चलहरू" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in मडुल %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (in मडुल %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (built-in चल)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (built-in कक्षा)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (कक्षा in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s कक्षा विधी)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s static विधी)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python Module Index" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Deprecated" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "अपबाद" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "कक्षा विधी" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "static विधी" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(deprecated)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (निर्देशिक)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (भूमिका)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "निर्देशिक" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "भूमिका" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "environment variable; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "शब्द-अर्थमा भएको" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "grammar token" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "सन्दर्व सामग्री" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "environment variable" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "कार्यक्रमका बिकल्प" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "मडुल अनुसुची" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "पानामा खोज्नुहोस्" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%s हेर्नुहोस्" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "%s पनि हेर्नुहोस् " -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[स्रोत]" @@ -2847,34 +2838,34 @@ msgstr "पुनरावलोकन: module code" msgid "

All modules for which code is available

" msgstr "

All modules for which code is available

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "ध्यानाकर्षण" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "होसियार " -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "खतरा" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "गलत" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "सङ्केत" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "जरुरी" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "टिप्पणी" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "पनि हेर्नुहोस" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "साबधान" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3210,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "खोज्नुहोस् " #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "जानुहोस्" @@ -3287,39 +3279,35 @@ msgstr "अक्षर अनुसार अनुसुचीका पान msgid "can be huge" msgstr "धेरै ठुलो हुन सक्छ" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "नेभिगेसन " -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "यी डकुमेन्टहरुको बारेमा" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "कपिराइट " -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "यो भन्दा अगाडी %(last_updated)s मा अपडेट भएको" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "यो अर्थको लागि पर्मालिन्क" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "फूट्नोट्स" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[चित्र]" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.js b/sphinx/locale/nl/LC_MESSAGES/sphinx.js index 5fdf04cef..beb790c5c 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "nl", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", in", "About these documents": "Over deze documenten", "Automatically generated list of changes in version %(version)s": "Automatisch gegenereerde lijst van veranderingen in versie %(version)s", diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index b43245fd4..b021cbdac 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 4b08be455..7d9c353bc 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -14,10 +14,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" -"Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\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" @@ -25,123 +25,123 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kan bronmap niet vinden (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Bron- en doelmap kunnen niet identiek zijn" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s start op" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "aanmaken doelmap" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "laden van vertalingen [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "klaar" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "mislukt: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Geen bouwer geselecteerd, dus de standaardbouwer wordt gebruikt: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "gelukt" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "afgerond met problemen" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "bouwen %s, %s waarschuwing." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "bouwen %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -149,12 +149,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -162,12 +162,12 @@ msgid "" "explicit" msgstr "de %s extensie geeft niet aan of deze veilig is voor parallel schrijven, er wordt aangenomen dat dit niet zo is - vraag de auteur van de extensie om dit te controleren en expliciet te maken" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "seriële verwerking van %s" @@ -325,7 +325,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -339,87 +339,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Bouwerklasse %s heeft geen \"name\"-attribuut" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Bouwer %r bestaat reeds (in module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Bouwernaam %s is niet geregistreerd of beschikbaar via entrypoint" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Bouwernaam %s is niet geregistreerd" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domein %s was reeds geregistreerd" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domein %s nog niet geregistreerd" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser voor %r is reeds geregistreerd" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Broncode-parser voor %s is niet geregistreerd" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -481,164 +481,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "thema %r heeft geen \"theme\" instelling" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "thema %r heeft geen \"inherit\" instelling" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "thema met naam %r niet gevonden, geërfd door %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "instelling %s.%s komt niet voor in de doorzochte thema configuraties" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "bestand %r in thema pad is geen geldige zipfile of bevat geen thema" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "thema met naam %r niet gevonden (ontbrekende theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -648,7 +652,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -777,17 +781,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -795,22 +799,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -824,8 +823,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -868,24 +867,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -896,7 +895,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -906,7 +905,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -916,36 +915,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Algemene index" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "volgende" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "vorige" @@ -1033,52 +1032,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s documentatie" @@ -1104,14 +1103,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Index" @@ -1120,29 +1119,29 @@ msgstr "Index" msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1157,66 +1156,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1235,130 +1247,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "pad naar doelmap" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1871,75 +1883,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Returns" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "member" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabele" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "functie" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1968,91 +1980,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Sjabloonparameters" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Werpt" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ingebouwde functie)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s methode)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globale variabele of constante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribuut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumenten" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "methode" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attribuut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "module" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2062,263 +2073,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "duplicaatlabel van formule %s, andere in %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "trefwoord" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "object" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "exceptie" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "statement" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "ingebouwde functie" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variabelen" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Veroorzaakt" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in module %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (in module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (geïntegreerde variabele)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (geïntegreerde klasse)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemethode)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische methode van %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python-moduleïndex" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Verouderd" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "exceptie" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klassemethode" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statische methode" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (verouderd)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "directive" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rol" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "omgevingsvariabele; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "woordenlijstterm" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "grammaticatoken" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "verwijzingslabel" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "omgevingsvariabele" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programmaoptie" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "document" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Module-index" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Zoekpagina" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "onderschrift ontbreekt voor link: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2354,35 +2345,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "zie %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "zie %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symbolen" @@ -2603,23 +2594,23 @@ msgstr "'%s' is geen geldige optie." msgid "'%s' is not a valid pyversion option" msgstr "'%s' is geen geldige pyversion optie" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2635,20 +2626,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz directive mag niet zowel inhoud als een bestandsnaam argument hebben" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Extern Graphviz bestand %r niet gevonden of het lezen is mislukt" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2658,14 +2649,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot commando %r kan niet worden uitgevoerd (vereist voor graphviz output), controleer de instelling graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2675,23 +2666,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format moet 'png' of 'svg' zijn, maar is %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graaf: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graaf]" @@ -2718,90 +2709,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Permalink naar deze formule" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[broncode]" @@ -2852,34 +2843,34 @@ msgstr "Overzicht: module broncode" msgid "

All modules for which code is available

" msgstr "

Alle modules waarvoor de broncode beschikbaar is

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2887,112 +2878,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Basisklassen: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3000,12 +2991,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3029,17 +3020,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3047,7 +3038,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3062,30 +3053,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3148,52 +3139,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Let op" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Pas op" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Gevaar" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Fout" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Belangrijk" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Notitie" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Zie ook" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Waarschuwing" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "Vervolgd van vorige pagina" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "Vervolgt op volgende pagina" @@ -3215,12 +3206,13 @@ msgstr "pagina" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Zoeken" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Zoek" @@ -3292,39 +3284,35 @@ msgstr "Index pagineerd per letter" msgid "can be huge" msgstr "kan heel groot zijn" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigatie" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Zoeken in %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Over deze documenten" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Laatste aanpassing op %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3465,25 +3453,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3520,166 +3508,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Permalink naar deze definitie" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permalink naar deze tabel" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permalink naar deze broncode" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permallink naar deze afbeelding" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Permalink naar deze toctree" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Voetnoten" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[afbeelding: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[afbeelding]" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.js b/sphinx/locale/pl/LC_MESSAGES/sphinx.js index 243b150cb..9b08b8afd 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "pl", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", w ", "About these documents": "O tych dokumentach", "Automatically generated list of changes in version %(version)s": "Automatycznie wygenerowana lista zmian w wersji %(version)s", diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index fb049dbaf..f486383d7 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 4d6c95f68..cfa6e469d 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Maciej Olko , 2022\n" -"Language-Team: Polish (http://www.transifex.com/sphinx-doc/sphinx-1/language/pl/)\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" @@ -23,123 +23,123 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nie odnaleziono katalogu źródłowego (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Katalog wyjściowy (%s) nie jest katalogiem" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Katalog źródłowy i katalog docelowy nie mogą być identyczne" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Uruchamianie Sphinksa v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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ą." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "tworzenie katalogu wyjścia" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "podczas ustawiania rozszerzenia %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' podany w conf.py nie jest wywoływalny. Prosimy zmienić jego definicję tak, aby była wywoływalną funkcją. Jest to potrzebne w conf.py, aby zachowywało się jak rozszerzenie Sphinksa." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "ładowanie tłumaczeń [%s]..." -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "gotowe" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "niedostępne dla wbudowanych wiadomości" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "ładowanie zapakowanego środowiska" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "nie powiodło się: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Nie wybrano buildera, używamy domyślnego: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "zakończony sukcesem" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "zakończony z problemami" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, 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)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s ostrzeżenie." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "build %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "klasa %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "dyrektywa %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "rola %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -147,12 +147,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -160,12 +160,12 @@ msgid "" "explicit" msgstr "rozszerzenie %s nie deklaruje, czy jest bezpieczne do pisania współbieżnego, zakładamy że nie jest – prosimy zapytać autora rozszerzenia o sprawdzenie i zadeklarowanie tego wprost" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "tworzenie serii %s" @@ -323,7 +323,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -337,87 +337,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa buildera %s nie ma atrybutu \"name\"" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r już istnieje (w module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder o nazwie %s jest niezarejestrowany lub dostępny przez punkt wejścia" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder o nazwie %s jest niezarejestrowany" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domena %s jest już zarejestrowana" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nie została jeszcze zarejestrowana" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type jest już zarejestrowany" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type jest już zarejestrowany" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r jest już zarejestrowany" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser dla %r jest już zarejestrowany" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Parser źródeł dla %s jest nie zarejestrowany" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r już zarejestrowany" @@ -479,164 +479,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "motyw %r nie ma ustawienia \"theme\"" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "motyw %r nie ma ustawienia \"inherit\"" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "nie znaleziono motywu o nazwie %r, z którego dziedziczy %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "ustawienie %s.%s nie występuje w żadnej z przeszukiwanych konfiguracji motywów" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "plik %r na ścieżce motywu nie jest poprawnym plikiem zip lub nie zawiera motywu" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nie znaleziono motywu o nazwie %r (brak theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "budowanie [mo]:" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "pisanie wyjścia..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "wszystkie z %d plików po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "wsztstkie pliki źródłowe" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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ę" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d plików źródłowych podano w wierszu poleceń" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "znaleziono %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "nic nie znaleziono" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "kopiowanie obrazków..." @@ -646,7 +650,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -775,17 +779,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "nieprawidłowy css_file: %r, zignorowano" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "wczytywanie szablonów... " @@ -793,22 +797,17 @@ msgstr "wczytywanie szablonów... " msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "zepsuty odnośnik: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Nie znaleziono kotwicy '%s'" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -822,8 +821,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -866,24 +865,24 @@ msgstr "nie znaleziono wartości konfiguracyjnej \"texinfo_documents\"; żadne d msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (w " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -894,7 +893,7 @@ msgid "The text files are in %(outdir)s." msgstr "Pliki tekstowe są w %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "błąd zapisu pliku %s: %s" @@ -904,7 +903,7 @@ msgstr "błąd zapisu pliku %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Pliki XML znajdują się w %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Pliki pseudo-XML są w %(outdir)s." @@ -914,36 +913,36 @@ msgstr "Pliki pseudo-XML są w %(outdir)s." msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Strony HTML są w %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks ogólny" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "dalej" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "wstecz" @@ -1031,52 +1030,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "nieprawidłowy js_file: %r, zignorowano" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Podano nieznany math_renderer %r." - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Podano nieznany math_renderer %r." + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "plik favicon %r nie istnieje" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s - dokumentacja" @@ -1102,14 +1101,14 @@ msgstr "nie znaleziono wartości konfiguracyjnej \"latex_documents\"; żadne dok msgid "\"latex_documents\" config value references unknown document %s" msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Indeks" @@ -1118,29 +1117,29 @@ msgstr "Indeks" msgid "Release" msgstr "Wydanie" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1155,66 +1154,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Błąd kodowania:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Błąd rekursji:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Wystąpił wyjątek:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 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!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1233,130 +1245,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "ogólne opcje" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "zapisz wszystkie pliki (domyślnie: zapisz tylko nowe i zmienione pliki)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "zastąp ustawienie w pliku konfiguracyjnym" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "przekaż wartość do szablonów HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "zwiększ szczegółowość (może być powtórzone)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "zamień ostrzeżenia na błędy" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "Argument opcji -D musi mieć postać nazwa=wartość" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "Argument opcji -A musi mieć postać nazwa=wartość" @@ -1869,75 +1881,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Zwraca" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Typ zwracany" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "pole" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "zmienna" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcja" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "unia" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1966,91 +1978,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "Cytat [%s] nie ma odniesienia." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parametry szablonu" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Wyrzuca" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasa" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "koncepcja" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funkcja wbudowana)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasa)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (zmienna globalna lub stała)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atrybut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (moduł)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dane" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atrybut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "moduł" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2060,263 +2071,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Nieprawidłowy math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "słowo kluczowe" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "obiekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "wyjątek" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "instrukcja" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "funkcja wbudowana" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Zmienne" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Wyrzuca" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (w module %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (w module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (zmienna wbudowana)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (klasa wbudowana)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasa w module %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klasy)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metoda statyczna)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Indeks modułów Pythona" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduły" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Niezalecane" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "wyjątek" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "metoda klasy" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statyczna metoda" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (niezalecane)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (dyrektywa)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rola)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "dyrektywa" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rola" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "zmienna środowiskowa; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "termin glosariusza" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "symbol gramatyki" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "etykieta odsyłacza" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "zmienna środowiskowa" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opcja programu" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Indeks modułów" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Wyszukiwanie" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2352,35 +2343,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Domena %r nie jest zarejestrowana" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "zobacz %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "zobacz także %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symbole" @@ -2601,23 +2592,23 @@ msgstr "'%s' nie jest prawidłową opcją." msgid "'%s' is not a valid pyversion option" msgstr "'%s' nie jest prawidłową opcją pyversion." -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2633,20 +2624,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "dyrektywa Graphviz nie może mieć jednocześnie argumentów content i filename" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Nie znaleziono zewnętrznego pliku Graphviz %r lub jego odczyt się nie powiódł" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorujemy dyrektywę „graphviz” bez treści." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2656,14 +2647,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "komenda dot %r nie może zostać uruchomiona (potrzebna do wyjścia graphviz), sprawdź ustawienia graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2673,23 +2664,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format musi mieć wartość „png” lub „svg” a ma %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[wykres: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[wykres]" @@ -2716,90 +2707,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Stały odnośnik do tego równania" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(w %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr " (w %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[źródło]" @@ -2850,34 +2841,34 @@ msgstr "Przeglądanie: kod modułu" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2885,112 +2876,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Klasy bazowe: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "brakujący atrybut %s w obiekcie %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2998,12 +2989,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3027,17 +3018,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3045,7 +3036,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3060,30 +3051,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "domyślny sufiks dla plików (domyślnie: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3146,52 +3137,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Uwaga" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Ostrzeżenie" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Niebezpieczeństwo" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Błąd" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Podpowiedź" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Ważne" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Informacja" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Zobacz także" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Wskazówka" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Ostrzeżenie" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "kontynuacja poprzedniej strony" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "ciąg dalszy na następnej stronie" @@ -3213,12 +3204,13 @@ msgstr "strona" msgid "Table of Contents" msgstr "Spis treści" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Szukaj" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Szukaj" @@ -3290,39 +3282,35 @@ msgstr "Strony indeksu alfabetycznie" msgid "can be huge" msgstr "może być ogromny" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Nawigacja" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Szukaj pośród %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "O tych dokumentach" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Ostatnia modyfikacja %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3463,25 +3451,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3518,166 +3506,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Nieznany format obrazka: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "błąd odczytu: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "błąd zapisu: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Stały odnośnik do tej definicji" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Stały odnośnik do tej tabeli" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Stały odnośnik do tego bloku kodu" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Stały odnośnik do tego obrazu" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Stały odnośnik do tego spisu treści" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Przypisy" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "%s" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[obraz: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[obraz]" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.js b/sphinx/locale/pt/LC_MESSAGES/sphinx.js index b1ae839f6..71c62bb83 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "pt", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index 8fbf37c2d..327e09b8b 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 84ffed8f8..7d5fd4bcd 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js index 919abc885..149b8e6c2 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "pt_BR", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "© %(copyright_prefix)s %(copyright)s.", ", in ": ", em ", "About these documents": "Sobre esses documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es na vers\u00e3o %(version)s, gerada automaticamente", diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index dfa483cc1..6170f6b7a 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 dbf8bee55..0316a659a 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -7,16 +7,16 @@ # FIRST AUTHOR , 2008 # gilberto dos santos alves , 2015-2016 # Rafael Fontenelle , 2019 -# Rafael Fontenelle , 2019-2022 +# Rafael Fontenelle , 2019-2023 # Komiya Takeshi , 2016 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Rafael Fontenelle , 2019-2022\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" +"Last-Translator: Rafael Fontenelle , 2019-2023\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" @@ -24,123 +24,123 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Não foi possível encontrar o diretório de origem (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "O diretório de saída (%s) não é um diretório" -#: sphinx/application.py:156 +#: sphinx/application.py:161 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" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Executando Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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 compilado com esta versão." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "criando o diretório de saída" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "enquanto definia a extensão %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "carregando traduções [%s]… " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "feito" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "não disponível para mensagens internas" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "carregando ambiente com pickle" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "falha: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Nenhum compilador selecionado, usando padrão: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "bem-sucedida" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "finalizada com problemas" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "compilação %s, %s aviso. (com avisos tratados como erros)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "compilação %s, %s avisos (com avisos tratados como erros)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "compilação %s, %s aviso." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "compilação %s, %s avisos." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "compilação %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "diretiva %r já está registrada, ela será sobrescrita" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "papel %r já está registrado, ele será sobrescrito" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -148,12 +148,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "a extensão %s não é segura para leitura em paralelo" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -161,12 +161,12 @@ 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" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "a extensão %s não é segura para escrita em paralelo" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "fazendo serial %s" @@ -180,7 +180,7 @@ msgstr "o diretório de configuração não contém um arquivo conf.py (%s)" msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +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)." #: sphinx/config.py:213 #, python-format @@ -324,8 +324,8 @@ msgstr "Nome de analisador léxico Pygments %r não é conhecido" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "Não foi possível fazer análise léxica de literal_block como “%s”. Realce de sintaxe ignorado." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "Não foi possível fazer análise léxica de %r como “%s”. Realce de sintaxe ignorado." #: sphinx/project.py:51 #, python-format @@ -338,87 +338,87 @@ msgstr "vários arquivos encontrados para o documento \"%s\": %r\nUse %r para a msgid "document not readable. Ignored." msgstr "documento não legível. Ignorado." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Classe de compilador %s possui nenhum atributo “name”" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Compilador %r já existe (no módulo %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nome do compilador %s não registrado ou disponível através do ponto de entrada" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Nome do compilador %s não registrado" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domínio %s já registrado" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domínio %s ainda não registrado" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "A diretiva %r já está registrada para o domínio %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "O papel %r já está registrado para o domínio %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "O índice %r já está registrado para o domínio %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "O object_type %r já está registrado" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "O crossref_type %r já está registrado" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r já está registrado" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r já está registrado" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Analisador de fonte para %s não registrado" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Tradutor para %r já existe" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r já registrado" @@ -480,164 +480,168 @@ msgstr "Número de PEP inválido %s" msgid "invalid RFC number %s" msgstr "Número de RFC inválido %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "o tema %r não tem a configuração “theme”" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "o tema %r não tem a configuração “inherit”" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "nenhum tema chamado %r encontrado, herdado por %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, 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" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "sem suporte à opção de tema %r fornecida" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, 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" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nenhum tema chamado %r encontrado (faltando theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "uma imagem adequada para o compilador %s não encontrada: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "uma imagem adequada para o compilador %s não encontrada: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "compilando [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "escrevendo saída… " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "todos os %d arquivos po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "alvos para %d arquivos po que estão especificados" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "alvos para %d arquivos po que estão desatualizados" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "todos os arquivos-fonte" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " -msgstr "" +msgstr "arquivo %r fornecido na linha de comando não existe," -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgstr "o arquivo %r fornecido na linha de comando não é um documento válido, ignorando" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d arquivos-fonte dados na linha de comando" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "alvos para %d arquivos fonte que estão desatualizados" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "compilando [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "procurando por arquivos agora desatualizados… " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d encontrado" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "nenhum encontrado" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "tornando um ambiente pickle" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "verificando consistência" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "nenhum alvo está desatualizado." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "atualizando ambiente: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "lendo fontes… " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "docnames para escrever: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "preparando documentos" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "copiando ativos" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "copiando imagens… " @@ -647,7 +651,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "não foi possível ler o arquivo de imagem %r: copiando-o" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "não foi possível copiar arquivo de imagem %r: %s" @@ -776,17 +780,17 @@ msgstr "o valor da configuração “version” não deve estar vazio para EPUB3 msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Os catálogos de mensagens estão em %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "alvos para os %d arquivos de modelo" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "lendo modelos… " @@ -794,22 +798,17 @@ msgstr "lendo modelos… " msgid "writing message catalogs... " msgstr "escrevendo catálogos de mensagens… " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "link quebrado: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Âncora “%s” não encontrada" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "Falha ao compilar regex em linkcheck_allowed_redirects: %r %s" @@ -823,8 +822,8 @@ msgstr "As páginas de manual estão em %(outdir)s." 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" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "escrevendo" @@ -867,24 +866,24 @@ msgstr "nenhuma valor de configuração “texinfo_documents” encontrado; nenh msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "o valor da configuração “texinfo_documents” faz referência a documento desconhecido %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "processando %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "resolvendo referências…" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (em " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "copiando arquivos de suporte Texinfo" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "erro ao escrever o arquivo Makefile: %s" @@ -895,7 +894,7 @@ msgid "The text files are in %(outdir)s." msgstr "Os arquivos texto estão em %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "erro ao escrever o arquivo %s: %s" @@ -905,7 +904,7 @@ msgstr "erro ao escrever o arquivo %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Os arquivos XML estão em %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Os arquivos pseudo-XML estão em %(outdir)s." @@ -915,36 +914,36 @@ msgstr "Os arquivos pseudo-XML estão em %(outdir)s." msgid "build info file is broken: %r" msgstr "arquivo de informações da compilação está quebrado: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "As páginas HTML estão em %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Falha ao ler o arquivo de informações de compilação: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "anterior" @@ -1032,52 +1031,52 @@ msgstr "despejando índice de pesquisa em %s" msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Muitos math_renders estão registrados, mas nenhum math_renderer está selecionado." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "math_renderer desconhecido %r é fornecido." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "a entrada de html_extra_path %r não existe" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "a entrada de html_static_path %r não existe" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "entrada de html_static_path %r está posicionada dento de outdir" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "o arquivo logo %r não existe" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "o arquivo favicon %r não existe" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "" +"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)" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "documentação %s %s" @@ -1103,14 +1102,14 @@ msgstr "nenhuma valor da configuração “latex_documents” encontrado; nenhum 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" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Índice" @@ -1119,29 +1118,29 @@ msgstr "Índice" msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "nenhuma opção Babel conhecida para o idioma %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "copiando arquivos de suporte TeX" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "copiando arquivos de suporte TeX…" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "copiando arquivos adicionais" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." @@ -1156,66 +1155,79 @@ msgstr "%r não possui a configuração \"theme\"" msgid "%r doesn't have \"%s\" setting" msgstr "%r não possui a configuração \"%s\"" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "Falha ao obter um docname!" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "Falha ao obter o docname para a fonte {source!r}!" + +#: sphinx/builders/latex/transforms.py:476 +#, 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" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Ocorreu uma exceção enquanto compilava, iniciando depurador:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "Interrompido!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "Erro de marcação reST:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Erro de codificação:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Erro de recursão:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Ocorreu uma exceção:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 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!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "número de tarefas deve ser um número positivo" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "Para mais informações, visite ." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1234,130 +1246,130 @@ msgid "" "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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "caminho para os arquivos-fonte da documentação" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "caminho para o diretório de saída" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "uma lista de arquivos específicos para recompilar. Ignorado se -a for especificado" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "opções gerais" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "compilador para usar (padrão: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "escrever todos os arquivos (padrão: escrever apenas arquivos novos e alterados)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "não usa um ambiente salvo, sempre lê todos os arquivos" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "caminho para o ambiente em cache e arquivos doctree (padrão: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "compila em paralelo com N processos onde possível (o valor especial “auto” será definido com N para número de CPUs)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "caminho no qual o arquivo de configuração (conf.py) está localizado (padrão: mesmo que SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "usa nenhum arquivo de configuração, apenas as opções -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "sobrescreve a configuração no arquivo de configuração" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "passa um valor para modelos em HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "define tag: inclui blocos “only” com TAG" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "modo exigente, avisa sobre todas as referências em falta" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "opções de saída do console" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "aumenta o nível de detalhamento (pode ser repetido)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "nenhuma saída para stdout, apenas avisos na stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "nenhuma saída, nem mesmo avisos" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "emite saída colorida (padrão: detectar automaticamente)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "não emite saída colorida (padrão: detectar automaticamente)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "escreve avisos (e erros) para o arquivo fornecido" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "transforma avisos em erros" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "com -W, segue em frente ao receber avisos" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "mostra rastro completo em exceção" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "executa Pdb na exceção" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "não é possível combinar a opção -a e nomes de arquivos" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "não foi possível abrir o arquivo de aviso %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "o argumento da opção -D deve estar no formato nome=valor" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "o argumento da opção -A deve estar no formato nome=valor" @@ -1870,75 +1882,75 @@ msgstr "A opção \":file:\" para a diretiva csv-table agora reconhece um caminh msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, 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'." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "Valores de retorno" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tipo de retorno" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variável" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "função" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "struct" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "união" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "parâmetro de função" @@ -1967,91 +1979,90 @@ msgstr "citação duplicada %s, outra instância em %s" msgid "Citation [%s] is not referenced." msgstr "citação [%s] não é referenciada." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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'." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parâmetros do Modelo" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Lança" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "conceito" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "parâmetro de modelo" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dado" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "módulo" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "descrição duplicada de %s de %s, outro %s em %s" @@ -2061,266 +2072,246 @@ msgstr "descrição duplicada de %s de %s, outro %s em %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "rótulo duplicado da equação %s, outra instância em %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "math_eqref_format inválido: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "palavra-chave" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operador" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objeto" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "exceção" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "comando" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "função interna" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (propriedade %s )" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "exceção" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "propriedade" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "descrição duplicada de objeto de %s, outra instância em %s, use :noindex: para um deles" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, 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" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (obsoleto)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (diretiva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (opção diretiva)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (papel)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "diretiva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "opção diretiva" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "papel" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "descrição duplicada de %s %s, outra instância em %s" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "váriavel de ambiente; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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”" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s opção de linha de comando" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "opção de linha de comando" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "um termo de glossário deve ser precedido por uma linha vazia" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "termos de glossário não devem ser separados por linhas vazias" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "o glossário parece estar mal formatado, confira o recuo" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "Glossário de Termos" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "termo gramatical" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "marca referencial" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "váriavel de ambiente" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opção do programa" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "documento" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Índice do Módulo" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Busca" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "rótulo duplicada %s, outra instância em %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, 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" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig está desabilitado. :numref: é ignorado." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, 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" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "o link não possui legenda: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format inválido: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format inválido: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" -msgstr "" +msgstr "rótulo não definido: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgstr "Falha ao criar uma referência cruzada. Título ou legenda não encontrado: %r" #: sphinx/environment/__init__.py:67 msgid "new config" @@ -2353,35 +2344,35 @@ msgstr "Este ambiente é incompatível com o compilador selecionado, por favor e msgid "Failed to scan documents in %s: %r" msgstr "Falha ao procurar documentos em %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "O domínio %r ainda não está registrado" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "toctree autorreferenciada encontrada. Ignorado." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "o documento não está incluído em nenhum toctree" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "veja %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "veja também %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "tipo desconhecido de entrada de índice %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Símbolos" @@ -2401,7 +2392,7 @@ msgstr "toctree contém referência ao documento %r que não possui título: nen #: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" -msgstr "" +msgstr "toctree contém referência ao documento não incluído %r" #: sphinx/environment/collectors/asset.py:82 #, python-format @@ -2543,7 +2534,7 @@ msgstr "%s não é um diretório." #: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgstr "a seção \"%s\" fica rotulada como \"%s\"" #: sphinx/ext/coverage.py:40 #, python-format @@ -2602,23 +2593,23 @@ msgstr "“%s” não é uma opção válida." msgid "'%s' is not a valid pyversion option" msgstr "“%s” não é uma opção de pyversion válida" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "Tipo de TestCode inválido" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "nenhum código/saída no bloco %s em %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "ignorando código de doctest inválido: %r" @@ -2634,20 +2625,20 @@ 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)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 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" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, 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" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorando diretiva “graphviz” sem conteúdo." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2657,14 +2648,14 @@ msgid "" "%r" msgstr "DOT não produziu um arquivo de saída:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, 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" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2674,23 +2665,23 @@ msgid "" "%r" msgstr "DOT encerrado com erro:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, 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" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "código DOT %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[gráfico]" @@ -2700,7 +2691,7 @@ msgid "" "Unable to run the image conversion command %r. 'sphinx.ext.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 "" +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" #: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69 #, python-format @@ -2717,90 +2708,90 @@ msgstr "convert encerrado com erro:\n[stderr]\n%r\n[stdout]\n%r" 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" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, 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" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "exibe latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "latex em linha %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Link permanente para essa equação" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "o inventário intersphinx foi movido: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "carregando inventário intersphinx de %s…" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 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:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 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:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(em %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "inventário para referência cruzada externa não encontrado: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "papel para referência cruzada externa não encontrado: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "alvo da referência externa %s:%s não encontrado: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "identificador intersphinx %r não é uma string. Ignorado" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Falha ao ler intersphinx_mapping[%s], ignorado: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[código fonte]" @@ -2851,34 +2842,34 @@ msgstr "Visão geral: código do módulo" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "valor inválido para a opção member-order: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "valor inválido para a opção class-doc-from: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "assinatura inválida para auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "erro ao formatar argumentos para %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc: falhou em determinar %s.%s (%r) a ser documentado, a seguinte exceção foi levantada:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2886,112 +2877,112 @@ msgid "" "explicit module name)" msgstr "não sei qual módulo importar para documentação automática %r (tente colocar uma diretiva “module” ou “currentmodule” no documento ou forneça um nome explícito para o módulo)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "Um objeto simulado foi detectado: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "erro ao formatar assinatura para %s: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "“::” no nome de automodule não faz sentido" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "argumentos de assinatura ou anotação de retorno fornecidos para automodule %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ deve ser uma lista de strings, não %r (no módulo %s) -- ignorando __all__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Falha ao obter uma assinatura de função para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "Falha ao obter uma assinatura de construtor para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Base: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "faltando atributo %s no objeto %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "apelido de %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "apelido de TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "Falha ao obter uma assinatura de método para %s: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "__slots__ inválido encontrado em %s. Ignorado." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, 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" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, 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" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "Falha ao analisar type_comment para %r: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referências de autosummmary excluíram o documento %r. Ignorado." -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, 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." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Um autosummary com legenda requer a opção :toctree:. Ignorado." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2999,12 +2990,12 @@ msgid "" "%s" msgstr "autosummary: falha ao importar %s\nPossíveis dicas:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "falha ao analisar o nome %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "falha ao importar o objecto %s" @@ -3028,17 +3019,17 @@ msgid "" "%s" msgstr "autosummary: falhou em determinar %r a ser documentado, a seguinte exceção foi levantada:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] gerando autosummary para: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] escrevendo em %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3046,7 +3037,7 @@ msgid "" "%s" msgstr "[autosummary] falha ao importar %s\nPossíveis dicas:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3061,30 +3052,30 @@ msgid "" " 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "arquivos-fonte para gerar arquivos rST" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "diretório para colocar toda a saída" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "sufixo padrão para arquivos (padrão: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "diretório de modelos personalizado (padrão: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "documenta membros importados (padrão: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3147,52 +3138,52 @@ msgstr "string literal malformada (faltando aspas de fechamento): %s" msgid "malformed string literal (missing opening quote): %s" msgstr "string literal malformada (faltando aspas de abertura): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Atenção" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Cuidado" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Perigo" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Erro" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Dica" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Ver também" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Dica" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Aviso" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "continua na próxima página" @@ -3214,12 +3205,13 @@ msgstr "página" msgid "Table of Contents" msgstr "Tabela de Conteúdo" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Buscar" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ir" @@ -3291,39 +3283,35 @@ msgstr "Páginas de índice por letra" msgid "can be huge" msgstr "pode ser enorme" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navegação" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Pesquisar dentro de %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Sobre esses documentos" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Última atualização em %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3464,25 +3452,25 @@ msgstr "Nota de rodapé [%s] não é referenciada." msgid "Footnote [#] is not referenced." msgstr "Nota de rodapé [#] não é referenciada." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 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}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 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}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3519,166 +3507,170 @@ msgstr "Não foi possível obter imagem remota: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "Não foi possível obter imagem remota: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Formato de imagem desconhecido: %s…" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "caracteres de origem não codificáveis, substituindo por “?”: %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "ignorado" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "falhou" -#: sphinx/util/docfields.py:78 +#: 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 no domínio %s: o campo deveria usar o papel \"%s\", mas esse papel não está no domínio." -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "diretiva ou nome de papel desconhecida(o): %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "tipo de nó desconhecido: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "erro de leitura: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "erro de escrita: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s não existe" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "Formato de data inválido. Envolva a string com aspas simples se desejar emiti-la diretamente: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, 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\"." + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "toctree contém referência ao arquivo inexistente %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "papel padrão %s não encontrado" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link permanente para esta definição" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format não está definido para %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "Quaisquer IDs não atribuídos ao nó %s" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "Link permanente para este termo" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "Link permanente para este cabeçalho" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Link Permanente para essa tabela" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Link Permanente para esse código" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Link Permanente para essa imagem" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Link permanente para esse \"toctree\"" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 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." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "toplevel_sectioning %r desconhecido para a classe %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: grande demais, ignorado." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "título do documento não é um nó único em Text" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 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" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "a unidade de dimensão %s é inválida. Ignorada." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "tipo desconhecido de entrada de índice %s encontrado" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[imagem]" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js index e64fd9148..c3a1ceb28 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "pt_PT", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", em", "About these documents": "Sobre estes documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es gerada automaticamente na vers\u00e3o %(version)s", diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index 95cd719eb..64d35870a 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 4490ef45b..6fee85be1 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2016\n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -790,22 +794,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (em " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "anterior" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Documentação %s %s" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Índice" @@ -1115,29 +1114,29 @@ msgstr "Índice" msgid "Release" msgstr "Versão" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Retorno" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tipo de retorno" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variável" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "função" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Gera" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Parâmetros" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dados" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "módulo" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "palavra-chave" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operador" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objecto" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "excepção" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "comando" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "função interna" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Índice de Módulos do Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "excepção" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (obsoleto)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (directiva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (papel)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "directiva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "papel" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variável de ambiente; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "Termo de glossário" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "token de gramática" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "rótulo de referência" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variável de ambiente" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opção de programa" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Índice de Módulos" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Pesquisa" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "ver %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "ver também %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Símbolos" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[gráfico]" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[código fonte]" @@ -2847,34 +2838,34 @@ msgstr "Visão geral: código do módulo" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Atenção" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Cuidado" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Perigo" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Erro" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Dica" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Veja também" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Dica" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Aviso" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3210,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Pesquisar" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ir" @@ -3287,39 +3279,35 @@ msgstr "Paginas de índice por letra" msgid "can be huge" msgstr "pode ser enorme" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navegação" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Pesquisar dentro de %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Sobre estes documentos" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Última actualização em %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link permanente para esta definição" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[imagem]" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.js b/sphinx/locale/ro/LC_MESSAGES/sphinx.js index 9f36e15af..fc286c62f 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ro", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \u00een", "About these documents": "Despre aceste documente", "Automatically generated list of changes in version %(version)s": "Lista de schimb\u0103ri generat\u0103 automat pentru versiunea %(version)s", diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index 7a80d70fe..23516cc25 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 d52d3f7f1..9dc778476 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Razvan Stefanescu , 2015-2017\n" -"Language-Team: Romanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ro/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "eșuat: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "a reușit" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "a fost finalizat cu probleme" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -790,22 +794,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(în" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index General" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "următor" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "precedent" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s documentație" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Index" @@ -1115,29 +1114,29 @@ msgstr "Index" msgid "Release" msgstr "Versiune" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametrii" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Întoarce" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Tipul întors" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "membru" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabilă" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funcție" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enumerator" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Generează" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "clasă" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funcție integrată)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (clasă)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabilă globală sau constantă)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumente" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metodă" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "cuvânt cheie" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "obiect" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "excepție" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "declarație" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "funcție integrată" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variabile" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Generează" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (în modulul %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (în modulul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabilă integrată)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (clasă integrată)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (clasa în %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metoda clasei %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metoda statică %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Indexul de Module Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "module" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Învechit" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "excepție" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "metoda clasei" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "metodă statică" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(învechit)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (directivă)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "directivă" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rol" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "variabilă de mediu; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "termen de glosar" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "element de gramatică" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "etichetă de referință" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "variabilă de mediu" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "opțiune a programului" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Index al modulelor" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pagină de Căutare" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "vezi %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "vezi și %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboluri" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[grafic: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[grafic]" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(în %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[sursă]" @@ -2847,34 +2838,34 @@ msgstr "Prezentare generală: codul modulului" msgid "

All modules for which code is available

" msgstr "

Toate modulele pentru care este disponibil codul sursă

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Atenție" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Avertisment" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Pericol" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Eroare" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Sugestie" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Notă" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Vezi și" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Sfat" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Atenționare" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continuare din pagina precedentă" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3210,12 +3201,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Căutare" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Caută" @@ -3287,39 +3279,35 @@ msgstr "Indexează paginile dupa literă" msgid "can be huge" msgstr "poate fi extrem de mare" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigare" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Caută în %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Despre aceste documente" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Drepturi de autor" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Ultima actualizare la %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Link permanent la această definiție" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Link permanent la acest tabel" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Link permanent la acest cod" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Link permanent la această imagine" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Link permanent la acest cuprins" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Note de subsol" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[figura: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[figură]" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.js b/sphinx/locale/ru/LC_MESSAGES/sphinx.js index 45fdf69b8..4bf2ff707 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ru", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \u0432", "About these documents": "\u041e\u0431 \u044d\u0442\u0438\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0445", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s", diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index 04de0ef63..6b1210369 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 cae870e52..eec939b12 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -14,10 +14,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Il'ya , 2022\n" -"Language-Team: Russian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ru/)\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" @@ -25,123 +25,123 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "готово" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "ошибка: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Сборщик не указан, по умолчанию используется html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "успешно" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "с ошибками" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "сборка завершена %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -149,12 +149,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -162,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -325,7 +325,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -339,87 +339,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Отсутствует аттрибут \"name\" у класса сборщика %s." -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Сборщик %r уже существует (в модуле %s)." -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Сборщик %s не зарегистрирован явно или через ресурсы пакетов." -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Сборщик %s не зарегистрирован." -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -481,164 +481,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -648,7 +652,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "Не получается считать файл изображение %r: скопируйте его" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "Не получается скопировать файл изображения %r: %s" @@ -777,17 +781,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -795,22 +799,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -824,8 +823,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -868,24 +867,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (в " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -896,7 +895,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -906,7 +905,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -916,36 +915,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Алфавитный указатель" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "указатель" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "вперёд" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "назад" @@ -1033,52 +1032,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "документация %s %s" @@ -1104,14 +1103,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Алфавитный указатель" @@ -1120,29 +1119,29 @@ msgstr "Алфавитный указатель" msgid "Release" msgstr "Выпуск" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1157,66 +1156,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1235,130 +1247,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "Невозможно совмещать ключ -a и названия файлов" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "Не получается открыть файл с предупреждениями %r:%s " -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1871,75 +1883,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Параметры" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Результат" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Тип результата" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "поле" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "переменная" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "функция" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "перечисляемый тип" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "перечислитель" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1968,91 +1980,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Параметры шаблона" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Бросает исключение" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "класс" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "концепт" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (встроенная функция)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (метод %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (класс)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (глобальная переменная или константа)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (атрибут %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Аргументы" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "метод" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "данные" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "модуль" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2062,263 +2073,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "повторяющаяся метка уравнения %s, также используется в %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "ключевое слово" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "оператор" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "объект" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "исключение" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "команда" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "базовая функция" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Переменные" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Исключение" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модуле %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (в модуле %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (встроенная переменная)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (встроенный класс)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (класс в %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (метод класса %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (статический метод %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Содержание модулей Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "модули" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Не рекомендуется" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "исключение" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "метод класса" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "статический метод" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(использование не рекомендуется)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (директива)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (роль)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "директива" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "роль" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "переменная окружения; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "элемент словаря" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "токен грамматики" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "текст ссылки" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "переменная окружения" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "опция программы" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "документ" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Состав модуля" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Поиск" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2354,35 +2345,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "см. %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "также см. %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Символы" @@ -2603,23 +2594,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2635,20 +2626,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2658,14 +2649,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2675,23 +2666,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[иллюстрация: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[иллюстрация]" @@ -2718,90 +2709,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Ссылка на это уравнение" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(в %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[исходный код]" @@ -2852,34 +2843,34 @@ msgstr "Обзор: исходный код модуля" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2887,112 +2878,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Базовые классы: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3000,12 +2991,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3029,17 +3020,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3047,7 +3038,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3062,30 +3053,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3148,52 +3139,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Внимание" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Осторожно" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Опасно" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Ошибка" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Подсказка" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Важно" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Примечание" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "См.также" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Совет" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Предупреждение" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3215,12 +3206,13 @@ msgstr "страница" msgid "Table of Contents" msgstr "Оглавление" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "Поиск" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Искать" @@ -3292,39 +3284,35 @@ msgstr "Указатели по буквам алфавита" msgid "can be huge" msgstr "может быть очень большим" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Навигация" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Поиск в документе «%(docstitle)s»" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Об этих документах" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Авторские права" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Обновлено: %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3465,25 +3453,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3520,166 +3508,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Ссылка на это определение" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Постоянная ссылка на таблицу" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Постоянная ссылка на код" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Постоянная ссылка на рисунок" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Постоянная ссылка на оглавление" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Сноски" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[рисунок: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[рисунок]" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.js b/sphinx/locale/si/LC_MESSAGES/sphinx.js index b988fdaed..f8196d4e2 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "si", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "\u0db8\u0dd9\u0db8 \u0dbd\u0dda\u0d9b\u0dab \u0d9c\u0dd0\u0db1", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index eefe0095b..4e06e19af 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 86f414a9d..1a58ebbb7 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: callkalpa , 2013\n" -"Language-Team: Sinhala (http://www.transifex.com/sphinx-doc/sphinx-1/language/si/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "ඊළඟ" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "පෙර" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s ලේඛණය" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1114,29 +1113,29 @@ msgstr "" msgid "Release" msgstr "නිකුත් කිරීම" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "පරාමිතීන්" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "සාමාජික" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "විචල්‍යය" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "ක්‍රියාව" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "මැක්‍රෝ" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "වර්ගය" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "දත්ත" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "වස්තුව" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "විචල්‍ය" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "සෙවුම් පිටුව" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "%s බලන්න" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "%s ද බලන්න" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "සංකේත" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(%s හි%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[source]" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "දෝෂය" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "හැඟවීම" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "සටහන" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "මෙයද බලන්න" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "අනතුරු ඇඟවීම" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "සොයන්න" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "යන්න" @@ -3286,39 +3278,35 @@ msgstr "" msgid "can be huge" msgstr "විශාල විය හැක" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "ගමන් කිරීම" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "මෙම ලේඛණ ගැන" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[image]" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.js b/sphinx/locale/sk/LC_MESSAGES/sphinx.js index 86dc0836f..90125ddb1 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sk", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", v ", "About these documents": "O dokument\u00e1cii", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd zoznam zmien vo verzii %(version)s", diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 9dcbb53c5..b44ee3fd1 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 cc21e153b..cebc79f4c 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -10,10 +10,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Slavko , 2013-2019,2021\n" -"Language-Team: Slovak (http://www.transifex.com/sphinx-doc/sphinx-1/language/sk/)\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" @@ -21,123 +21,123 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nemožno nájsť zdrojový priečinok (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Výstupný adresár (%s) nie je adresár" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Zdrojový a cieľový priečinok nemôžu byť rovnaké" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Spúšťanie Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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ý." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "vytváranie výstupnej zložky" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "pri nastavovaní rozšírenia %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' definovaný v conf.py nie je funkciou. Prosím, upravte jeho definíciu tak, aby to bola funkcia. Je to potrebné, aby sa conf.py mohol správať ako rozšírenie Sphinx." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "načítanie prekladov [%s]…" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "hotovo" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "nedostupné pre zabudované správy" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "načítanie uloženého prostredia " -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "zlyhalo: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Nebol zvolený builder, bude použitý predvolený: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "úspešné" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "dokončené sproblémami" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "zostavenie %s, %s upozornenia/a (upozornenia považované za chyby)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "zostavenie %s, %s upozornenia/a (upozornenia považované za chyby)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "zostavenie %s, %s upozornenie." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "zostavenie %s, %s upozornenie/a." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "zostavenie %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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é" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "direktíva %r už je registrovaná, bude prepísaná" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "rola %r už je registrovaná, bude prepísaná" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,12 +145,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "rozšírenie %s nie je bezpečné pre paralelné zostavenie" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -158,12 +158,12 @@ msgid "" "explicit" msgstr "rozšírenie %s nedeklaruje, či je bezpečné pri paralelnom čítaní, predpokladáme, že nie je – prosím, požiadajte autora aby to skontroloval a explicitne to nastavil" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "rozšírenie %s nie je bezpečné pre paralelné zostavenie" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "sériové spracovanie %s" @@ -321,8 +321,8 @@ msgstr "Neznáme meno lexera Pygments %r" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "Nemožno spracovať literal_block ako \"%s\". Zvýraznenie syntaxe preskočené." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -335,87 +335,87 @@ msgstr "nájdených viacero súborov pre dokument \"%s\": %r\nNa zostavenie pou msgid "document not readable. Ignored." msgstr "dokument nie je čitateľný. Ignorované." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Trieda builder %s nemá atribút „name”" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r už existuje (v module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder s menom %s nie je registrovaný ani dostupný cez vstupný bod" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder s menom %s nie je registrovaný" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "doména %s už je zaregistrovaná" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "doména %s ešte nie je zaregistrovaná" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktíva %r už je registrovaná v doméne %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rola %r už je registrovaná v doméne %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Index %r už je registrovaný v doméne %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr " object_type %r už je registrovaný" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r už je registrovaný" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r už je registrovaný" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pre %r už je registrovaný" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Analyzátor pre %s nie je registrovaný" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Translator pre %r už existuje" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r už je registrovaný" @@ -477,164 +477,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "téma %r nemá nastavenie „theme”" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "téma %r nemá nastavenie „inherit”" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "nebola nájdená téma s menom %r, dedená v %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "nastavenie %s.%s nenájdené v žiadnom z nastavení témy" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "zadaná nepodporovaná voľba témy %r" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "súbor %r v ceste témy nie je platný súbor ZIP alebo neobsahuje tému" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nebola nájdená téma smenom %r (chýbajúci theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "zostavenie [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "zápis výstupu…" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "všetky z %d súborov po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "ciele pre %d po súborov, ktoré boli zadané" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "ciele pre %d po súborov, ktoré sú zastarané" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "všetky zdrojové súbory" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "%d zdrojové súbory zadané v príkazovom riadku" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "ciele pre %d zdrojových súborov, ktoré sú zastarané" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "zostavovanie [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "hľadanie zastaraných súborov…" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d nájdené" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "nenájdené" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "ukladanie prostredia" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "kontrolovanie konzistencie" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "žiadne ciele nie sú zastarané." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "aktualizácia prostredia:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s pridané, %s zmenené, %s odstránené" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "čítanie zdrojov…" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "mená dokumentov na zapísanie: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "príprava dokumentov" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "nájdená duplicitná položka Obsahu: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "kopírovanie obrázkov…" @@ -644,7 +648,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "nemožno čítať súbor obrázku %r: jeho kopírovanie namiesto toho" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "nemožno kopírovať súbor obrázka %r: %s" @@ -773,17 +777,17 @@ msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" msgid "invalid css_file: %r, ignored" msgstr "neplatný css_file: %r, ignorovaný" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Katalógy správ sú v %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "čítanie šablón… " @@ -791,22 +795,17 @@ msgstr "čítanie šablón… " msgid "writing message catalogs... " msgstr "zapisovanie katalógov správ…" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "poškodený odkaz: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Kotva „%s” nenájdená" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -820,8 +819,8 @@ msgstr "Manuálové stránky sú v %(outdir)s." 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é" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "zapisovanie" @@ -864,24 +863,24 @@ msgstr "nebola nájdená konfiguračná voľba „texinfo_documents”; dokument msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "spracovanie %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "riešenie odkazov…" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(v" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "kopírovanie podporných súborov Texinfo" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "chyba zápisu súboru Makefile: %s" @@ -892,7 +891,7 @@ msgid "The text files are in %(outdir)s." msgstr "Textové súbory sú v %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "chyba zápisu súboru %s: %s" @@ -902,7 +901,7 @@ msgstr "chyba zápisu súboru %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Súbory XML sú v %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Súbory pseudo-XML sú v %(outdir)s." @@ -912,36 +911,36 @@ msgstr "Súbory pseudo-XML sú v %(outdir)s." msgid "build info file is broken: %r" msgstr "súbor info zostavenia je poškodený: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Stránky HTML sú v %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "Čítanie súboru zostavenia info zlyhalo: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Všeobecný index" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "ďalší" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "predošlý" @@ -1029,52 +1028,52 @@ msgstr "generovanie indexu hľadania v %s" msgid "invalid js_file: %r, ignored" msgstr "neplatné js_file: %r, ignorované" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Zdaný neznámy math_renderer %r." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "položka „html_extra_path entry” %r neexistuje" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "položka html_extra_path %r je umiestnené vo vnútri výstupného adresára" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "položka „html_static_path” %r neexistuje" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "položka html_static_path %r je umiestnené vo vnútri výstupného adresára" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "súbor loga %r neexistuje" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "súbor favicon %r neexistuje" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Dokumentácia %s %s" @@ -1100,14 +1099,14 @@ msgstr "nebola nájdená konfiguračná voľba „latex_documents”; dokmenty n msgid "\"latex_documents\" config value references unknown document %s" msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Index" @@ -1116,29 +1115,29 @@ msgstr "Index" msgid "Release" msgstr "Vydanie" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "žiadna známa voľba Babel pre jazyk %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "kopírovanie podporných súborov Tex" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "kopírovanie podporných súborov Tex…" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "kopírovanie dodatočných súborov" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "Neznáma voľba témy: latex_theme_options[%r], ignorovaná." @@ -1153,66 +1152,79 @@ msgstr "%r nemá nastavenia „theme”" msgid "%r doesn't have \"%s\" setting" msgstr "téma %r nemá nastavenie „1%s”" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Počas zostavenia sa vyskytla výnimka, spúšťam ladenie:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "Prerušené!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "Chyba značky reST:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Chyba kódovania:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Chyba rekurzie:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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.:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Nastala výnimka:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Hlásenie o chybe možno vyplniť na . Ďakujeme!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "počet úloh musí byť kladné číslo" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1231,130 +1243,130 @@ 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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "cesta k zdrojovým súborom dokumentácie" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "cesta k výstupnej zložke" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "zoznam špecifických súborov na zostavenie, ignorovaný ak je použité -a" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "všeobecné voľby" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "použitý zostavovač (predvolený: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 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)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "nepoužívať uložené prostredie, vždy čítať všetky súbory" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "cesta uloženého prostredia a súbory doctree (predvolene: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "zostaviť paralelne s N procesmi možné (špeciálna hodnota „auto” nastaví N na počet CPU)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "cesta k adresáru s konfiguračným súborom (conf.py) (predvolene: rovnaké ako SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "vôbec nepoužiť konfiguračný súbor, len voľby -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "prepíše nastavenie konfiguračného súboru" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "pošle hodnotu do šablón HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "hnidopichný režim, upozorniť na všetky chýbajúce prepojenia" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "voľby výstupu konzoly" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "zvýšiť rozvláčnosť (možno opakovať)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "žiadny výstup, len upozornenia na stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "vôbec žiadny výstup, ani upozornenia" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "zapísať varovania (a chyby) do zadaného súboru" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "prepnúť upozornenia na chyby" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "s -W, pokračovať po upozornení" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "pri výnimke zobraziť úplné chybové hlásenie" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "pri výnimke spustiť Pdb" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "nemožno kombinovať voľbu -a a mená súborov" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "nemožno otvoriť súbor varovaní %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "argument voľby -D musí byť v tvare meno=hodnota" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "argument voľby -A musí byť v tvare meno=hodnota" @@ -1867,75 +1879,75 @@ msgstr "voľba \":file:\" direktívy csv-table teraz rozpoznáva absolútnu cest msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, 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'." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Vracia" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Návratový typ" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "člen" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "premenná" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcia" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "parameter funkcie" @@ -1964,91 +1976,90 @@ msgstr "duplicitná citácia %s, ďalší výskyt v %s" msgid "Citation [%s] is not referenced." msgstr "Citácia [%s] nie je odkazovaná." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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'." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parametre šablóny" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Vyvoláva" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "trieda" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "parameter šablóny" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (zabudovaná funkcia)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (metóda %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (trieda)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globálna premenná alebo konštanta)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribút %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metóda" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dáta" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribút" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" @@ -2058,263 +2069,243 @@ msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "neplatný math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "kľúč. slovo" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operátor" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "výnimka" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "príkaz" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "zabudovaná funkcia" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Premenné" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Vyzdvihuje" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v module %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (v module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (zabudovaná premenná)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (zabudovaná trieda)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (trieda v %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metóda triedy %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metóda %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (vlastnosť %s)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Index modulov Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Zastarané" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "výnimka" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "metóda triedy" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statická metóda" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "vlastnosť" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "duplicitný popis objektu %s, ďalší výskyt v %s, použite :noindex: pre jeden z nich" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, 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" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (zastarané)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktíva)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "%s (voľba direktívy)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rola)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktíva" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rola" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "duplicitný popis %s %s, ďalší výskyt v %s" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "premenná prostredia; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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”" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s voľba príkazového riadka" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "voľba príkazového riadka" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "položke glosára musí predchádzať prázdny riadok" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "položky glosára nesmú byť oddelené prázdnymi riadkami" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "glosár vyzerá byť zle naformátovaný, skontrolujte odsadenie" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "termín glosára" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "jazykový token" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "menovka odkazu" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "premenná prostredia" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "voľba programu" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Index modulov" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Stránka hľadania" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "duplicitná menovka %s, ďalší výskyt v %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "duplicitný %s popis %s, ďalší výskyt v %s" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig je vypnutý, :numref: je ignorované." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, 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" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "odkaz nemá popisok: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "neplatný numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "neplatný numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2350,35 +2341,35 @@ msgstr "Toto prostredie nie je kompatibilné zo zvoleným zostavovačom, prosím msgid "Failed to scan documents in %s: %r" msgstr "Zlyhalo skenovanie dokumentov v %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Doména %r nie je zaregistrovaná" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "nájdený na seba odkazujúci strom obsahu. Ignorované." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "dokument nie je zahrnutý v žiadnom strome obsahu" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "viď %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "viď aj %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "neznámy typ položky indexu %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboly" @@ -2599,23 +2590,23 @@ msgstr "'%s' nie je platná voľba." msgid "'%s' is not a valid pyversion option" msgstr "„%s” nie je platná voľba pyversion" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "neplatný typ TestCode" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2631,20 +2622,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Direktíva graphviz nemôže mať naraz argumenty content a filename" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Externý súbor Graphviz %r nebol nájdený alebo zlyhalo jeho čítanie" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorovaná direktíva „graphviz” bez obsahu." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2654,14 +2645,14 @@ msgid "" "%r" msgstr "dot nevytvoril výstupný súbor:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "príkaz dot %r nemožno spustiť (nutný kvôli výstupu graphviz), skontrolujte nastavenie graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2671,23 +2662,23 @@ msgid "" "%r" msgstr "dot skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format musí byť „png” alebo „svg”, ale je %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "kód dot %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graf]" @@ -2714,90 +2705,90 @@ msgstr "convert skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "príkaz convert %r nemožno spustiť, skontrolujte nastavenie image_converter" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "zobrazený latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "vnorený latex %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Trvalý odkaz na tento vzorec" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "inventár intersphinx bol presunutý: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "načítanie inventára intersphinx z %s..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 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:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 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:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(v %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "identifikátor intersphinx %rnie je raťzec, ignorované" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Zlyhalo čítanie intersphinx_mapping[%s], ignorované: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[zdroj]" @@ -2848,34 +2839,34 @@ msgstr "Prehľad: kód modulu" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "chyba formátovania argumentov %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2883,112 +2874,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "„::” v automodule nedáva zmysel" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ má byť zoznam reťazcov, nie %r (v module %s) -- ignorované __all__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "chýbajúci atribút spomenutý vo voľbe :members: : modul %s, atribút %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Základ: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "chýba atribút %s objektu %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "alias pre %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "alias pre TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "Neplatné __slots__ nájdené v %s. Ignorované." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Autosummary s popiskom vyžaduje voľbu :toctree: , ignorované." -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2996,12 +2987,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "zlyhalo spracovanie mena %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "zlyhal import objektu %s" @@ -3025,17 +3016,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3043,7 +3034,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3058,30 +3049,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "adresár umiestnenia výstupu" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "predvolená prípona súboru (predvolene: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "vlastný adresár šablón (predvolene: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "dokumentovať importovaných členov (predvolene: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3144,52 +3135,52 @@ msgstr "neplatná textová konštanta (chýba koncová úvodzovka): %s" msgid "malformed string literal (missing opening quote): %s" msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Výstraha" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Upozornenie" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Nebezpečné" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Chyba" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Rada" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Dôležité" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Poznámka" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Viď aj" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Varovanie" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "pokračovanie z predošlej strany" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "pokračuje na ďalšej strane" @@ -3211,12 +3202,13 @@ msgstr "strana" msgid "Table of Contents" msgstr "Obsah" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Hľadať" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "OK" @@ -3288,39 +3280,35 @@ msgstr "Indexové stránky po písmenách" msgid "can be huge" msgstr "môže byť rozsiahle" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigácia" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Hľadať v %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "O dokumentácii" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Autorské právo" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Naposledy aktualizované %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3461,25 +3449,25 @@ msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." msgid "Footnote [#] is not referenced." msgstr "Poznámka pod čiarou [#] nie je odkazovaná." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3516,166 +3504,170 @@ msgstr "Nemožno získať vzdialený obrázok: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "Nemožno získať vzdialený obrázok: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Neznámy formát obrázku: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "nedekódovateľné zdrojové znaky, nahradené „?”: %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "preskočené" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "zlyhalo" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "neznáma direktíva alebo meno role: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "neznámy typ uzla: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "chyba čítania: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "chyba zápisu: %s: %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, 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/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "strom obsahu obsahuje neexistujúci súbor %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "predvolená rola %s nenájdená" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Trvalý odkaz na túto definíciu" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "nie je definovaný numfig_format pre %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "Žiadne ID nie je priradené uzlu %s" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "Trvalý odkaz na tento termín" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Trvalý odkaz na túto tabuľku" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Trvalý odkaz na tento kód" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Trvalý odkaz na tento obrázok" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Trvalý odkaz na tento strom obsahu" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "Nemožno získať veľkosť obrázku. voľba :scale: je ignorovaná." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "príliš veľké :maxdepth:, ignorované." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "názov dokumentu nie je jeden uzol Text" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Poznámky pod čiarou" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[obrázok: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[obrázok]" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.js b/sphinx/locale/sl/LC_MESSAGES/sphinx.js index 5ec4064ca..b342c0775 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sl", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "O dokumentih", "Automatically generated list of changes in version %(version)s": "Avtomatsko generiran seznam sprememb v verziji %(version)s", diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index 6f50a792f..5c9e9df84 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 374ca38d8..aba3b9ba9 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sl/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Splošni abecedni seznam" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "abecedni seznam" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "naprej" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "nazaj" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Abecedni seznam" @@ -1113,29 +1112,29 @@ msgstr "Abecedni seznam" msgid "Release" msgstr "Izdaja" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Vrne" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Vrne tip" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "član" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vgrajene funkcije)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (razred)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "ključna beseda" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "izjema" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "izjava" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "vgrajene funkcije" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Sproži izjemo" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (vgrajene spremenljivke)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (vgrajen razred)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (razred v %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Zastarelo" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "izjema" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (zastarelo)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "okoljska spremenljivka; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "okoljska spremenljivka" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Seznam modulov" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Iskalnik" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Pozor" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Previdno" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Nevarno" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Napaka" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Nasvet" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Pomembno" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Opomba" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Poglej Tudi" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Nasvet" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Opozorilo" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "nadaljevanje iz prejšnje strani" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Išči" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Potrdi" @@ -3285,39 +3277,35 @@ msgstr "Indeksiraj strani po črki" msgid "can be huge" msgstr "lahko je veliko" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigacija" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Išči med %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "O dokumentih" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Vse pravice pridržane" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Zadnjič posodobljeno %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Povezava na to definicijo" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Opombe" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[slika]" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index e0f4709a6..e2502fff0 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 6.2.0\n" +"Project-Id-Version: Sphinx 7.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,123 +17,123 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with" " this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,12 +141,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -154,12 +154,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,163 +474,167 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -640,7 +644,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -775,17 +779,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -793,22 +797,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -822,8 +821,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -866,24 +865,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -894,7 +893,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -904,7 +903,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -914,36 +913,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1031,52 +1030,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " +"in configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1102,14 +1101,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1118,29 +1117,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1155,66 +1154,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue " "to the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1237,130 +1249,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\"" " will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1881,75 +1893,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1978,91 +1990,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2072,263 +2083,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: " "for one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\"," " \"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2364,35 +2355,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2615,23 +2606,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2645,20 +2636,20 @@ msgstr "" msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2668,14 +2659,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2685,23 +2676,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2730,90 +2721,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the " "imgmath_%s setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had " "working alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2864,27 +2855,27 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: sphinx/ext/autodoc/__init__.py:777 #, python-format msgid "" "autodoc: failed to determine %s.%s (%r) to be documented, the following " @@ -2892,7 +2883,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2900,111 +2891,111 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3012,12 +3003,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3042,17 +3033,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3060,7 +3051,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3077,30 +3068,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3163,52 +3154,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3230,12 +3221,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3307,39 +3299,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3478,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated:" " {1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3533,164 +3521,169 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to " "output it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' " +"instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.js b/sphinx/locale/sq/LC_MESSAGES/sphinx.js index 1d2c4b010..4fb03bca4 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sq", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© T\u00eb drejta kopjimi %(copyright)s.", - "© Copyright %(copyright)s.": "© T\u00eb drejta kopjimi %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", n\u00eb ", "About these documents": "Mbi k\u00ebto dokumente", "Automatically generated list of changes in version %(version)s": "List\u00eb ndryshime n\u00eb versionin %(version)s e prodhuar automatikisht", diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo index 970a760c9..a3ffb8f20 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 a2214afca..7ca73255e 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the Sphinx project. # # Translators: -# Besnik Bleta , 2021-2022 +# Besnik Bleta , 2021-2023 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Besnik Bleta , 2021-2022\n" -"Language-Team: Albanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sq/)\n" +"Last-Translator: Besnik Bleta , 2021-2023\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" @@ -19,123 +19,123 @@ msgstr "" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "S’gjendet dot drejtori burim (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Drejtoria e përfundimeve (%s) s’është drejtori" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Drejtoria burim dhe drejtoria vendmbërritje s’mund të jenë identike" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Po xhirohet Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "po krijohet drejtori përfundimesh" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "teksa ujdiset zgjerimi %s:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "po ngarkohen përkthime [%s]… " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "u bë" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "s’është i passhëm për mesazhe të brendshëm" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "dështoi: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "S’u përzgjodh montues, po përdoret parazgjedhja: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "doli me sukses" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "u përfundua me probleme" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "montimi %s, % sinjalizim (me sinjalizime të trajtuara si gabime)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "montimi %s, %s sinjalizime (me sinjalizime të trajtuara si gabime)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s warning." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "montimi %s, %s sinjalizime." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "montimi %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "direktiva %r është e regjistruar tashmë, do të anashkalohet" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "roli %r është e regjistruar tashmë, do të anashkalohet" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "zgjerimi %s s’është i sigurt për lexim paralel" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ 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" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "zgjerimi %s s’është i sigurt për shkrim paralel" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "u gjetën shumë kartela për dokumentin \"%s\": %r\nPërdorni %r për m msgid "document not readable. Ignored." msgstr "dokument i palexueshëm. U shpërfill." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s e montuesit nuk ka atribut \"name\"" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Montuesi %r ekziston tashmë (te moduli %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, 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" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Emër montuesi %s jo i regjistruar" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "përkatësi %s e regjistruar tashmë" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "përkatësi %s ende e paregjistruar" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktiva %r është e regjistruar tashmë te përkatësia %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Roli %r është i regjistruar tashmë te përkatësia %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Treguesi %r është i regjistruar tashmë te përkatësia %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r është i regjistruar tashmë" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r është i regjistruar tashmë" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r është i regjistruar tashmë" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser për %r është i regjistruar tashmë" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "Përtypës burimesh për %s jo i regjistruar" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Përkthyesi për %r ekziston tashmë" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r tashmë i regjistruar" @@ -475,164 +475,168 @@ msgstr "numër PEP i pavlefshëm %s" msgid "invalid RFC number %s" msgstr "numër RFC i pavlefshëm %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "tema %r s’ka rregullimin \"theme\"" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "tema %r s’ka rregullimin \"inherit\"" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "s’u gjet temë e emërtuar %r, u trashëgua nga %r" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, 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" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "është dhënë mundësi teme %r e pambuluar" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, 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ë" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "s’u gjet temë e emërtuar %r (mos mungon theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, 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)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, 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" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "po montohet [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "po shkruhet përfundim… " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "krejt kartelat po %d" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "objektiva për kartela po %d që janë specifikuar" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, 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" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "krejt kartelat burim" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " -msgstr "" +msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgstr "kartela %r, dhënë te rreshti i urdhrave, s’është dokument i vlefshëm, po shpërfillet" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "kartela burim %d dhënë te rresht urdhrash" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, 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" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "po montohet [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "po shihet për kartela të sapovjetruara… " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "U gjet %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "s’u gjet gjë" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "po kontrollohet njëtrajtshmëria" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "s’ka objektiva të vjetruar." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "po përditësohet mjedisi: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "po lexohen burime… " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "emra dokumentesh për shkrim: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "po përgatiten dokumente" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "u gjet zë TeL i përsëdytur: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "po kopjohen figura… " @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "s’kopjohet dot kartelë figure %r: %s" @@ -771,17 +775,17 @@ msgstr "vlera e formësimit \"version\" s’duhet të jetë e zbrazët për EPUB msgid "invalid css_file: %r, ignored" msgstr "css_file e pavlefshme: %r, u shpërfill" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Katalogët e mesazheve gjenden te %(outdir)s." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "objektiva për kartela gjedhe %d" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "po lexohen gjedhe… " @@ -789,22 +793,17 @@ msgstr "po lexohen gjedhe… " msgid "writing message catalogs... " msgstr "po shkruhen katalogë mesazhesh… " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "lidhje e dëmtuar: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "S’u gjet spirancë '%s'" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, 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" @@ -818,8 +817,8 @@ msgstr "Faqet e doracakut gjenden në %(outdir)s." 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" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "po shkruhet" @@ -862,24 +861,24 @@ msgstr "s’u gjet vlerë formësimi \"texinfo_documents\"; s’do të shkruhet msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "po përpunohet %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "po shquhen referencat…" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (në " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "po kopjohen kartela mbulimi Texinfo" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "gabim në shkrim kartele Makefile: %s" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "Kartelat tekst gjenden në %(outdir)s." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "gabim në shkrim kartele %s: %s" @@ -900,7 +899,7 @@ msgstr "gabim në shkrim kartele %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Kartelat XML gjenden në %(outdir)s." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." @@ -910,36 +909,36 @@ msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." msgid "build info file is broken: %r" msgstr "kartela e të dhënave të montimit është e dëmtuar: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Faqet HTML gjenden në %(outdir)s." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Tregues i Përgjithshëm" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "tregues" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "pasuesi" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "i mëparshmi" @@ -1027,52 +1026,52 @@ msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" msgid "invalid js_file: %r, ignored" msgstr "js_file e pavlefshme: %r, u shpërfill" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 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." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "U dha math_renderer %r i panjohur." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "zëri html_extra_path %r s’ekziston" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, 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" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "zëri html_static_path %r s’ekziston" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, 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" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "kartela stemë %r s’ekziston" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "kartela favikonë %r s’ekziston" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "Mbulimi për prodhim përfundimi në HTML 4 është nxjerrë nga përdorim dhe do të hiqet me Sphinx 7. (\"html4_writer=True pikasur te mundësi formësimi)" +"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)" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Dokumentim i %s %s" @@ -1098,14 +1097,14 @@ msgstr "s’u gjet vlerë formësimi \"texinfo_documents\"; s’do të shkruhet msgid "\"latex_documents\" config value references unknown document %s" msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Tregues" @@ -1114,29 +1113,29 @@ msgstr "Tregues" msgid "Release" msgstr "Hedhje Në Qarkullim" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "s’ka mundësi Babel të njohur për gjuhën %r" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "po kopjohen kartela mbulimi TeX" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "po kopjohen kartela mbulimi TeX…" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "po kopjohen kartela shtesë" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." @@ -1151,66 +1150,79 @@ msgstr "%r s’ka rregullimin \"theme\"" msgid "%r doesn't have \"%s\" setting" msgstr "%r s’ka rregullimin \"%s\"" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "S’u arrit të merrej një “docname”!" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "S’u arrit të merrej një “docname” për burimin {source!r}!" + +#: sphinx/builders/latex/transforms.py:476 +#, 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" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Ndodhi një përjashtim gjatë montimit, po niset diagnostikuesi:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "U ndërpre!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "Gabim markup-i reST:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Gabim kodimi:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Gabim përsëritje:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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.:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Ndodhi një përjashtim:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Një njoftim të mete mund të depozitohet te gjurmuesi në . Faleminderit!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "numri i aktit duhet të jetë një numër pozitiv" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "Për më tepër hollësi, vizitoni ." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "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" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "shteg për te kartela burimi dokumentimi" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "shteg për te drejtori përfundimesh" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "një listë kartelash specifike për rimontim. E shpërfillur, nëse jepet -a" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "mundësi të përgjithshme" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "montues për t’u përdorur (parazgjedhje: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 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)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "mos përdor një mjedis të ruajtur, lexo përherë krejt kartelat" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "shteg për mjedis të ruajtur në fshehtinë dhe kartela doctree (parazgjedhje: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "montoje në paralel me N procese, kur është e mundur (vlera speciale “auto”\" do ta vërë N-në sa cpu-count)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "shteg ku gjendet kartelë formësimi (conf.py) (parazgjedhje: i njëjtë me SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "mos përdor fare kartelë formësimesh, vetëm mundësitë -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "anashkalo një rregullim te kartelë formësimi" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "jep një vlerë te gjedhe HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "përcaktoni etiketë: përfshi blloqe “only” me TAG" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "mënyrë gërricëse, sinjalizo mbi krejt referencat që mungojnë" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "mundësi për ç’prodhon konsola" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "pa output në stdout, thjesht sinjalizime në stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "pa output fare, madje as sinjalizime" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "shkruaj sinjalizime (dhe gabime) te kartela e dhënë" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "shndërroji sinjalizimet në gabime" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "me -W, vazhdo punën, kur merren sinjalizime" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "xhiro Pdb, në rast përjashtimesh" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "s’mund të ndërthuret një mundësi -a dhe emra kartelash" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "s’hapet dot kartelë sinjalizimesh %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 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ë" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 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ë" @@ -1865,75 +1877,75 @@ msgstr "Mundësia \":file:\" për direktivë csv-table tani njeh një shteg abso msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, 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'." -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametra" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Kthime" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Lloj kthimi" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "anëtar" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "ndryshore" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funksion" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "bashkim" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "lloj" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "parametër funksioni" @@ -1962,91 +1974,90 @@ msgstr "citim i përsëdytur %s, tjetër instancë te %s" msgid "Citation [%s] is not referenced." msgstr "Përmendja [%s] s’është në referencë." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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'." -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Parametra Gjedhesh" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klasë" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "parametër gjedheje" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funksion i brendshëm)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (metodë %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klasë)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s ( ndryshore globale ose konstante)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argumente" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metodë" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "të dhëna" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, 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" @@ -2056,263 +2067,243 @@ msgstr "përshkrim %s i përsëdytur i %s, tjetër %s në %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "etiketë e përsëdytur ekuacioni %s, instancë tjetër te %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "math_eqref_format i pavlefshëm: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "fjalëkyç" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "përjashtim" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "deklarim" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "funksion i brendshëm" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Ndryshore" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (te moduli %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (te moduli %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (ndryshore e brendshme)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (klasë e brendshme)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klasë te %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metodë klase %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metodë statike %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (veti %s)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Tregues Modulesh Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "module" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Nxjerrë nga përdorimi" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "përjashtim" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "metodë klase" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "metodë statike" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "veti" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "përshkrim i përsëdytur objekti për %s, instancë tjetër te %s, përdorni :noindex: për një prej tyre" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, 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" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (nxjerrë nga përdorimi)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktivë)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (mundësi direktive)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktivë" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rol" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, 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" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "ndryshore mjedisi; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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\"" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "Mundësi për rresht urdhrash %s" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "mundësi për rresht urdhrash" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "termi i fjalorthit duhet të paraprihet nga një rresht i zbrazët" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "termat e fjalorthit s’duhet të paraprihet nga rreshta të zbrazët" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "fjalorthi duket të jetë i keformatuar, kontrolloni shmangie kryeradhe" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "term fjalorthi" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "etiketë reference" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "ndryshore mjedisi" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "mundësi programi" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Tregues Modulesh" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Faqe Kërkimesh" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "etiketë %s e përsëdytur, tjetër instancë te %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, 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" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig është i çaktivizuar. :numref: është shpërfillur." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, 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" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "lidhja s’ka titull: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format i pavlefshëm: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format i pavlefshëm: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "etiketë e papërkufizuar: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, 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" @@ -2348,35 +2339,35 @@ msgstr "Ky mjedis është i papërputhshëm me montuesin e përzgjedhur, ju lute msgid "Failed to scan documents in %s: %r" msgstr "S’u arrit të skanohen dokumente te %s: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Përkatësia %r s’është e regjistruar" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "dokumenti s’është i përfshirë në ndonjë toctree" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "shihni %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "shihni edhe %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "lloj i panjohur zëri treguesi: %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simbole" @@ -2538,7 +2529,7 @@ msgstr "%s s’është drejtori." #: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgstr "pjesa “%s” etiketohet si “%s”" #: sphinx/ext/coverage.py:40 #, python-format @@ -2597,23 +2588,23 @@ msgstr "'%s' s’është mundësi e vlefshme." msgid "'%s' is not a valid pyversion option" msgstr "'%s' s’është mundësi pyversion e vlefshme" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "lloj TestCode i pavlefshëm" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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." -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "s’ka kod/dhënie te blloku %s në %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 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" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, 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" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "Po shpërfillet direktivë “graphviz” pa lëndë." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "dot s’prodhoi kartelë përfundim:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, 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" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "dot përfundoi me gabim:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, 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" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "kod dot %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[grafik: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[grafik]" @@ -2712,90 +2703,90 @@ msgstr "shndërrimi përfundoi me gabimin:\n[stderr]\n%r\n[stdout]\n%r" 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" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, 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" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "shfaq latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "latex brendazi %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Permalidhje te ky ekuacion" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "inventari intersphinx është lëvizur: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "po ngarkohet inventari intersphinx prej %s…" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 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:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "s’u arrit të kapej ndonjë inventar me problemet vijuese:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(te %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(te %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "identifikuesi intersphinx %r s’është varg. U shpërfill" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "S’u arrit të lexohej intersphinx_mapping[%s], u shpërfill: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[burim]" @@ -2846,34 +2837,34 @@ msgstr "Përmbledhje: kod moduli" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "vlerë e pavlefshme mundësie për member-order: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "nënshkrim i pavlefshëm për auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "gabim gjatë formatimi argumentesh për %s: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc: s’u arrit të përcaktohet %s.%s (%r) për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,125 +2872,125 @@ msgid "" "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)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" në emër automoduli nuk ka kuptim" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, 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__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "u përmend atribut që mungon në :members: mundësi: modul %s, atributi %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, 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" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, 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" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "Baza: %s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "atribut %s që mungon te objekt %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "alias për %s" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "alias për TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, 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" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, 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" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, 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" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "S’u arrit të përtypet type_comment për %r: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referenca vetëpërmbledhjeje përjashtuan dokumentin %r. U shpërfill." -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, 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." -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "përmbledhje e automatizuar: s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "s’u arrit të përtypej emri %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "s’u arrit të importohej objekti %s" @@ -3023,25 +3014,25 @@ msgid "" "%s" msgstr "vetëpërmbledhje: s’u arrit të përcaktohet %r për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[vetëpërmbledhje] prodhim vetëpërmbledhje për: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[vetëpërmbledhje] po shkruhet te %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "[autosummary] s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,35 +3047,35 @@ msgid "" " 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "kartela burim për të cilat të krijohen kartela rST" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "drejtori ku të vendosen krejt përfundimet" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "prapashtesë parazgjedhje për kartela (parazgjedhje: %(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "drejtori gjedhesh vetjake (parazgjedhje: %(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "pjesë të importuara të dokumentit (parazgjedhje: %(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" -msgstr "" +msgstr "dokumentoni saktësisht pjesët te moduli __all__ attribute. (parazgjedhje: %(default)s)" #: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722 msgid "Keyword Arguments" @@ -3142,52 +3133,52 @@ msgstr "shprehje vargu e keqformuar (mungon thonjëz mbyllëse): %s" msgid "malformed string literal (missing opening quote): %s" msgstr "shprehje vargu e keqformuar (mungon thonjëz hapëse): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Vëmendje" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Kujdes" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Rrezik" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Gabim" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Ndihmëz" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "E rëndësishme" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Shënim" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Shihni edhe" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Ndihmëz" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Sinjalizim" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "vazhduar nga faqja e mëparshme" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "vazhdon në faqen pasuese" @@ -3209,12 +3200,13 @@ msgstr "faqe" msgid "Table of Contents" msgstr "Tryeza e Lëndës" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Kērko" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Shko" @@ -3286,39 +3278,35 @@ msgstr "Faqe treguesi sipas shkronjash" msgid "can be huge" msgstr "mund të jetë i stërmadh" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Lëvizje" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Kërkoni brenda %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Mbi këto dokumente" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Të drejta kopjimi" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Të drejta kopjimi %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Të drejta kopjimi %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Përditësuar së fundi më %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "Poshtëshënimi [%s] s’është në referencë." msgid "Footnote [#] is not referenced." msgstr "Poshtëshënimi [#] s’është në referencë." -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 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}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 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}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 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}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "S’u pru dot figurë e largët: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "S’u soll dot figurë e largët: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Format i panjohur figure: %s…" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "shenja burimi të padeshifrueshme, po zëvendësohen me \"?\": %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "e anashkaluar" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "e dështuar" -#: sphinx/util/docfields.py:78 +#: 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." -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "emër direktive ose roli të panjohur: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "lloj i panjohur nyjeje: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "gabim leximi: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "gabim shkrimi: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s s’ekziston" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "Format i pavlefshëm datash. Quote the string by single quote Nëse doni të jepet drejtpërsëdrejti, përdorni për vargun thonjëza njëshe: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, 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”." + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "“toctree” përmban referencë për te një kartelë joekzistuese %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "s’u gjet rol parazgjedhje %s" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Permalidhje për te ky përkufizim" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format s’është i përcaktuar për %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, 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" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "Permalidhje për te ky term" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "Permalidhje për te kjo krye" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Permalidhje te kjo tabelë" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Permalidhje te ky kod" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Permalidhje te kjo figurë" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Permalidhje te kjo toctree" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "S’u mor dot madhësi figure. Mundësia :scale: u shpërfill." -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "toplevel_sectioning %r i panjohur për klasën %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: shumë i madh, u shpërfill." -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "titulli i dokumentit s’është nyje njëshe Teksti" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 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ë" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Poshtëshënime" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "janë dhënë që të dyja mundësitë, “tabularcolumns” dhe “:widths:”. shpërfillet :widths:." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "u gjet lloj i panjohur %s zërash treguesi" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[figurë: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[figurë]" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.js b/sphinx/locale/sr/LC_MESSAGES/sphinx.js index 6a017ce49..5abbab863 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sr", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \u0443 ", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index b121fd13f..e4ef14b09 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 edd810b4c..1082cb005 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vladimir Milovanović , 2020\n" -"Language-Team: Serbian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr/)\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" @@ -20,123 +20,123 @@ msgstr "" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Нема изворног директоријума (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Изворни и одредишни директоријум не могу бити једнаки" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Покрећем Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "учитавање превода [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "готово" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "Неуспешно: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "успешно" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "са грешкама" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,12 +144,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -157,12 +157,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -334,87 +334,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "Преводилац за %r већ постоји" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -476,164 +476,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "све изворне датотеке" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "ажурирање окружења: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "припремање докумената" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "пребацивање слика... " @@ -643,7 +647,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -772,17 +776,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -790,22 +794,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -819,8 +818,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -863,24 +862,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (у " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -891,7 +890,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +900,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -911,36 +910,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "индекс" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "напред" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "назад" @@ -1028,52 +1027,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "документација %s %s" @@ -1099,14 +1098,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Индекс" @@ -1115,29 +1114,29 @@ msgstr "Индекс" msgid "Release" msgstr "Издање" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1152,66 +1151,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,130 +1242,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1866,75 +1878,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Резултат" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Тип резултата" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "променљива" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1963,91 +1975,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (уграђена функција)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метода)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (класа)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (глобална променљива или константа)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (атрибут %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Аргументи" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (модул)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "метода" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "модул" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,263 +2068,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "кључна реч" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "оператор" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "објекат" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "изузетак" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "наредба" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "уграђена функција" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Променљиве" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (у модулу %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (у модулу %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (уграђена променљива)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (уграђена класа)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (класа у %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (метода класе %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (статичка метода %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "модули" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Застарело" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "изузетак" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "метода класе" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "статичка метода" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "директива" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "променљива окружења; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "документ" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2349,35 +2340,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "погледајте %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "такође погледајте %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Симболи" @@ -2598,23 +2589,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2630,20 +2621,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2653,14 +2644,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2670,23 +2661,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2713,90 +2704,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(у %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(у %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[изворни код]" @@ -2847,34 +2838,34 @@ msgstr "Преглед: код модула" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2882,112 +2873,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2995,12 +2986,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3024,17 +3015,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3042,7 +3033,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3057,30 +3048,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3143,52 +3134,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Пажња" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Грешка" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Путоказ" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Важно" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Белешка" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Савет" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Упозорење" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "наставак на следећој страни" @@ -3210,12 +3201,13 @@ msgstr "страна" msgid "Table of Contents" msgstr "Садржај" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "Претрага" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Тражи" @@ -3287,39 +3279,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Навигација" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3460,25 +3448,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3515,166 +3503,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[слика: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[слика]" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js index 78aae4706..ccbc459dd 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sr@latin", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index 08a6d2a2d..aa845b4eb 100644 Binary files a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 8a0baeb3d..ef3b528c1 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Serbian (Latin) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr@latin/)\n" +"Language-Team: Serbian (Latin) (http://app.transifex.com/sphinx-doc/sphinx-1/language/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,123 +18,123 @@ msgstr "" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js index be327cef0..39801e5cc 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sr_Cyrl_RS", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo index 86ebb4e45..3ecf7ab6f 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/sr_RS/LC_MESSAGES/sphinx.po b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po index 95881a286..ba102b0a4 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Serbian (Serbia) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" +"Language-Team: Serbian (Serbia) (http://app.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,123 +18,123 @@ msgstr "" "Language: sr_RS\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.js b/sphinx/locale/sv/LC_MESSAGES/sphinx.js index 7b2dbfd4d..35eccb5fe 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "sv", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "Om dessa dokument", "Automatically generated list of changes in version %(version)s": "Automatiskt genererad lista \u00f6ver f\u00f6r\u00e4ndringar i version %(version)s", diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index b730ae136..2ed29dab7 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 9a3994b84..bea7969d4 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Swedish (http://www.transifex.com/sphinx-doc/sphinx-1/language/sv/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(i " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Huvudindex" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "nästa" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "föregående" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Index" @@ -1113,29 +1112,29 @@ msgstr "Index" msgid "Release" msgstr "Utgåva" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametrar" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Returnerar" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Returtyp" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Kastar" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (inbyggd funktion)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metod)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (klass)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "metod" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "nyckelord" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "operator" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "objekt" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "undantag" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "uttryck" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "inbyggda funktioner" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Väcker" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (inbyggd variabel)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (inbyggd klass)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (klass i %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassmetod)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metod)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Ersatt" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "undantag" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "klassmetod" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "statisk metod" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (direktiv)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (roll)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "direktiv" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "roll" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "miljövariabel; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "ordlista" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "grammatisk token" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "referensetikett" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "miljövariabel" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "programväxel" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Söksida" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "se även %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[source]" @@ -2845,34 +2836,34 @@ msgstr "Översikt: modulkällkod" msgid "

All modules for which code is available

" msgstr "

Alla moduler där källkod finns

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Uppmärksamma" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Varning" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Risk" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Fel" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Råd" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Viktigt" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Observera" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Se även" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tips" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Varning" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "fortsättning från föregående sida" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Sök" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Gå" @@ -3285,39 +3277,35 @@ msgstr "Innehållsförteckning per inledande bokstav" msgid "can be huge" msgstr "kan bli stort" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Navigation" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Sök bland %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Om dessa dokument" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Senast uppdaterad %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Permalink till denna definition" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fotnoter" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[image]" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.js b/sphinx/locale/ta/LC_MESSAGES/sphinx.js index 40718dd81..9e9ca8938 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ta", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo index 412640013..fadc25400 100644 Binary files a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index 610e4cbcc..384170993 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard , 2019\n" -"Language-Team: Tamil (http://www.transifex.com/sphinx-doc/sphinx-1/language/ta/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d கண்டு ப்பிடித்த விட்டது" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "அடுத்த" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1114,29 +1113,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3286,39 +3278,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.js b/sphinx/locale/te/LC_MESSAGES/sphinx.js index 4238621a7..add62e0b4 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "te", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo index 7deb036e0..1e2e14ab6 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 d7a8a7b3f..c26377916 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Telugu (http://www.transifex.com/sphinx-doc/sphinx-1/language/te/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.js b/sphinx/locale/tr/LC_MESSAGES/sphinx.js index 286d9f1ea..f7bcee885 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "tr", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© Telif hakk\u0131 %(copyright)s.", - "© Copyright %(copyright)s.": "© Telif hakk\u0131 %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": ", \u015funun i\u00e7inde:", "About these documents": "Bu belgeler hakk\u0131nda", "Automatically generated list of changes in version %(version)s": "%(version)s s\u00fcr\u00fcm\u00fcndeki de\u011fi\u015fikliklerin otomatik olarak \u00fcretilmi\u015f listesi", diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index d4dd4e407..225a5aebe 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 89b6823c6..c52cac63c 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:43+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: BouRock, 2020\n" -"Language-Team: Turkish (http://www.transifex.com/sphinx-doc/sphinx-1/language/tr/)\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" @@ -22,123 +22,123 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kaynak dizin bulunamıyor (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Kaynak dizin ve hedef dizin aynı olamaz" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx s%s çalışıyor" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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." -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "çıktı dizini yapılıyor" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "%s uzantısı ayarlanırken:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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." -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "çeviriler yükleniyor [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "bitti" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "yerleşik iletiler için kullanılamaz" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "derin temizlenen ortam yükleniyor" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "başarısız olan: %s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "Seçilen oluşturucu yok, varsayılan kullanılıyor: html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "başarılı oldu" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "sorunlarla tamamlandı" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "yapım %s, %s uyarı (hata olarak kabul edilen uyarılarla)." -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "yapım %s, %s uyarı (hatalar olarak kabul edilen uyarılarla)." -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "yapım %s, %s uyarı." -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "yapım %s, %s uyarı." -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "yapım %s." -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, 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" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, 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" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "rol %r zaten kayıtlı, geçersiz kılınacaktır" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,12 +146,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" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s uzantısı paralel okuma için güvenli değil" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -159,12 +159,12 @@ 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" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s uzantısı paralel yazma için güvenli değil" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "%s seri nosu yapılıyor" @@ -322,8 +322,8 @@ msgstr "Pygments lexer adı %r bilinmiyor" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "\"%s\" olarak literal_block lex yapılamadı. Vurgulama atlandı." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -336,87 +336,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "belge okunabilir değil. Yoksayıldı." -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Oluşturucu sınıfı %s \"ad\" özniteliğine sahip değil" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Oluşturucu %r zaten mevcut (%s modülünde)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, 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" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Oluşturucu adı %s kayıtlı değil" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "etki alanı %s zaten kayıtlı" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "etki alanı %s henüz kayıtlı değil" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r yönergesi zaten %s etki alanına kayıtlı" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r rolü zaten %s etki alanına kayıtlı" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r dizini zaten %s etki alanına kayıtlı" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type zaten kayıtlı" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type zaten kayıtlı" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r zaten kayıtlı" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "%r için source_parser zaten kayıtlı" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "%s için kaynak ayrıştırıcı kayıtlı değil" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "%r için çevirmen zaten mevcut" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r zaten kayıtlı" @@ -478,164 +478,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "%r temasının \"theme\" ayarı yok" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "%r temasının \"inherit\" ayarı yok" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "%r adında bulunan tema yok, %r tarafından devralındı" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, 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" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "desteklenmeyen tema seçeneği %r verildi" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, 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" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "%r adında bulunan tema yok (eksik theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, 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)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "[mo] oluşturuluyor: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "çıktı yazılıyor..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "%d po dosyasının tümü" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "belirtilen %d po dosyası için hedefler" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "güncel olmayan %d po dosyası için hedefler" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "tüm kaynak dosyaları" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, 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" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "komut satırında verilen %d kaynak dosyası" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "güncel olmayan %d kaynak dosyası için hedefler" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "[%s] oluşturuluyor:" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "şimdi güncel olmayan dosyalar aranıyor..." -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "%d tane bulundu" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "hiç bulunamadı" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "ortam derin temizleniyor" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "tutarlılık denetleniyor" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "hiçbir hedef güncel değil." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "güncellenen ortam:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "kaynaklar okunuyor..." -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "yazmak için belge adları: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "belgeler hazırlanıyor" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "kopyalanmış ToC girişi bulundu: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "resimler kopyalanıyor..." @@ -645,7 +649,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "resim dosyası %r kopyalanamıyor: %s" @@ -774,17 +778,17 @@ msgstr "yapılandırma değeri \"version\", EPUB3 için boş olmamalıdır" msgid "invalid css_file: %r, ignored" msgstr "geçersiz css_file: %r, yoksayıldı" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "İleti katalogları %(outdir)s içinde." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "%d şablon dosyası için hedefler" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "şablonlar okunuyor..." @@ -792,22 +796,17 @@ msgstr "şablonlar okunuyor..." msgid "writing message catalogs... " msgstr "ileti katalogları yazılıyor..." -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, 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" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "bozuk bağlantı: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Bağlayıcı '%s' bulunamadı" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -821,8 +820,8 @@ msgstr "Rehber sayfaları %(outdir)s içinde." 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" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "yazılıyor" @@ -865,24 +864,24 @@ msgstr "hiçbir \"texinfo_documents\" yapılandırma değeri bulunamadı; hiçbi msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "%s işleniyor" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "başvurular çözümleniyor..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (şurada: " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "Texinfo destek dosyaları kopyalanıyor..." -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "Makefile dosyası yazılırken hata oldu: %s" @@ -893,7 +892,7 @@ msgid "The text files are in %(outdir)s." msgstr "Metin dosyaları %(outdir)s içinde." #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "%s dosyası yazılırken hata oldu: %s" @@ -903,7 +902,7 @@ msgstr "%s dosyası yazılırken hata oldu: %s" msgid "The XML files are in %(outdir)s." msgstr "XML dosyaları %(outdir)s içinde." -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Pseudo-XML dosyaları %(outdir)s içinde." @@ -913,36 +912,36 @@ msgstr "Pseudo-XML dosyaları %(outdir)s içinde." msgid "build info file is broken: %r" msgstr "oluşturma bilgisi dosyası bozuldu: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML sayfaları %(outdir)s içinde." -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Genel Dizin" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "dizin" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "sonraki" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "önceki" @@ -1030,52 +1029,52 @@ msgstr "%s içinde arama dizini dökümleniyor" msgid "invalid js_file: %r, ignored" msgstr "geçersiz js_file: %r, yoksayıldı" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 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." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Bilinmeyen math_renderer %r verildi." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path girişi %r mevcut değil" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, 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" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path girişi %r mevcut değil" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, 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" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "logo dosyası %r mevcut değil" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "favicon dosyası %r mevcut değil" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s belgelendirmesi" @@ -1101,14 +1100,14 @@ msgstr "hiçbir \"latex_documents\" yapılandırma değeri bulunamadı; hiçbir msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Dizin" @@ -1117,29 +1116,29 @@ msgstr "Dizin" msgid "Release" msgstr "Yayım" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "%r dili için bilinen hiç Babel seçeneği yok" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "TeX destek dosyaları kopyalanıyor" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "TeX destek dosyaları kopyalanıyor..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "ilave dosyalar kopyalanıyor" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1154,66 +1153,79 @@ msgstr "%r, \"theme\" ayarına sahip değil" msgid "%r doesn't have \"%s\" setting" msgstr "%r, \"%s\" ayarına sahip değil" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "Oluşturulurken meydana gelen özel durum, hata ayıklayıcı başlatılıyor:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "Yarıda kesildi!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "reST biçimlendirme hatası:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "Kodlama hatası:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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." -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "Tekrarlama hatası:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "Özel durum meydana geldi:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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." -#: sphinx/cmd/build.py:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Bir hata raporu adresindeki izleyicide dosyalanabilir. Teşekkürler!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "iş numarası pozitif bir sayı olmalıdır" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1232,130 +1244,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "belgelendirme kaynak dosyaları için yol" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "çıktı dizini için yol" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "yeniden oluşturmak için belirli dosyaların listesi. Belirtildiyse yoksayıldı" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "genel seçenekler" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "kullanmak için oluşturucu (varsayılan: html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 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)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "kaydedilmiş bir ortam kullanma, her zaman tüm dosyaları oku" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "önbelleklenen ortam ve doctree dosyaları için yol (varsayılan: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "mümkünse N işlem ile paralel olarak oluştur (özel değer \"auto\" N miktarını cpu-count değerine ayarlayacak)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "yapılandırma dosyasının (conf.py) bulunduğu yol (varsayılan: SOURCEDIR ile aynı)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "hiç yapılandırma dosyası kullanmadan, sadece -D seçenekleri" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "yapılandırma dosyasındaki bir ayarı geçersiz kıl" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "HTML şablonlarına bir değer geçir" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "etiketi tanımla: \"sadece\" TAG'li blokları dahil et" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "nit-picky kipi, tüm eksik kaynaklar hakkında uyar" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "konsol çıktısı seçenekleri" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "ayrıntı seviyesini artır (tekrarlanabilir)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "stdout üzerinde çıktı yok, stderr üzerinde sadece uyarılar" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "hiç çıktı yok, hatta uyarılarda bile" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "verilen dosyaya uyarıları (ve hataları) yaz" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "uyarıları hatalara dönüştür" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "-W ile, uyarıları alırken devam et" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "özel durumda tam geri izleme göster" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "özel durumda Pdb çalıştır" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "-a seçeneği ve dosya adları birleştirilemiyor" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "uyarı dosyası %r açılamıyor: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 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" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 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" @@ -1868,75 +1880,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametreler" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Dönüşler" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Dönüş türü" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "üyesi" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "değişkeni" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "işlevi" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "makrosu" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "birliği" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "numaralandırıcı" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "türü" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1965,91 +1977,90 @@ msgstr "%s kopya alıntısı, %s içindeki diğer örnek" msgid "Citation [%s] is not referenced." msgstr "Alıntı [%s] kaynak gösterilmedi." -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "Şablon Parametreleri" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Şunu verir: " -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "sınıfı" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "kavramı" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (yerleşik işlev)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s yöntemi)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (sınıf)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (genel değişken veya sabit)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s özniteliği)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Bağımsız Değişkenler" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (modül)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "yöntemi" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "verisi" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "özniteliği" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "modülü" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, 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" @@ -2059,263 +2070,243 @@ msgstr "kopya %s açıklamasına ait %s, diğer %s, %s içinde" msgid "duplicate label of equation %s, other instance in %s" msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Geçersiz math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "anahtar kelime" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "işleç" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "nesne" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "özel durum" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "ifade" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "yerleşik işlev" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Değişkenler" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Harekete geçirir" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modülü içinde)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modülü içinde)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (yerleşik değişken)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (yerleşik sınıf)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (%s içindeki sınıf)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s sınıf yöntemi)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s sabit yöntemi)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python Modül Dizini" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "modülleri" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Kullanım dışı" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "özel durum" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "sınıf yöntemi" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "sabit yöntemi" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "%s kopya nesne açıklaması, %s içindeki diğer örnek, bunlardan biri için :noindex: kullanın" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr " (kullanım dışı)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (yönerge)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (yönerge seçeneği)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "yönergesi" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "yönerge seçeneği" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "rolü" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "%s %s kopya açıklaması, %s içindeki diğer örnek" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "ortam değişkeni; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s komut satırı seçeneği" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "komut satırı seçeneği" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "sözlük teriminden önce boş satır gelmek zorundadır" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "sözlük terimleri boş satırlarla ayrılmamak zorundadır" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 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" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "sözlük terimi" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "dilbilgisi belirteci" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "başvuru etiketi" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "ortam değişkeni" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "program seçeneği" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "belge" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Modül Dizini" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Arama Sayfası" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "%s kopya etiketi, %s içindeki diğer örnek" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, 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 " -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "bağlantının resim yazısı yok: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "geçersiz numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "geçersiz numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2351,35 +2342,35 @@ msgstr "Bu ortam seçilen oluşturucuyla uyumsuzdur, lütfen başka bir belge a msgid "Failed to scan documents in %s: %r" msgstr "%s içinde belgeleri tarama başarısız oldu: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Etki alanı %r kayıtlı değil" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "belge herhangi bir toctree içine dahil değil" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "bakınız %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "ayrıca bakınız %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "bilinmeyen dizin girişi türü %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Semboller" @@ -2600,23 +2591,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2632,20 +2623,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2655,14 +2646,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2672,23 +2663,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "nokta kodu %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[grafik: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[grafik]" @@ -2715,90 +2706,90 @@ msgstr "dönüştürmeden hata ile çıkıldı:\n[stderr]\n%r\n[stdout]\n%r" 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" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, 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" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, 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" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "görüntü latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "satır içi latex %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "Bu denklem için kalıcı bağlantı" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx envanteri taşındı: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "%s konumundan intersphinx envanteri yükleniyor..." -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "aşağıdaki sorunlardan dolayı envanterlerden herhangi birine ulaşılamadı:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s içinde)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(%s içinde)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[kaynak]" @@ -2849,34 +2840,34 @@ msgstr "Genel bakış: modül kodu" msgid "

All modules for which code is available

" msgstr "

Kodları mevcut bütün modüller

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2884,112 +2875,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2997,12 +2988,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3026,17 +3017,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3044,7 +3035,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3059,30 +3050,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3145,52 +3136,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Dikkat" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Uyarı" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Tehlike" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Hata" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "İpucu" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Önemli" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Not" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Ayrıca bakınız" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Tüyo" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Uyarı" -#: sphinx/templates/latex/longtable.tex_t:48 +#: sphinx/templates/latex/longtable.tex_t:52 #: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "önceki sayfadan devam" -#: sphinx/templates/latex/longtable.tex_t:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "sonraki sayfaya devam" @@ -3212,12 +3203,13 @@ msgstr "sayfa" msgid "Table of Contents" msgstr "İçindekiler" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Ara" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Git" @@ -3289,39 +3281,35 @@ msgstr "Harfe göre dizin sayfaları" msgid "can be huge" msgstr "çok büyük olabilir" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Gezinti" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "%(docstitle)s içinde ara" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Bu belgeler hakkında" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Telif hakkı" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Telif hakkı %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Telif hakkı %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Son güncelleme: %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3462,25 +3450,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3517,166 +3505,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "Bilinmeyen resim biçimi: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "atlandı" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "başarısız oldu" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "okuma hatası: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "yazma hatası: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "varsayılan rol %s bulunamadı" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Bu tanım için kalıcı bağlantı" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "Bu tablonun kalıcı bağlantısı" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "Bu kodun kalıcı bağlantısı" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "Bu resmin kalıcı bağlantısı" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "Bu içindekiler tablosunun kalıcı bağlantısı" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Dipnotlar" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[resim: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[resim]" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js index a5295e680..bc4a88ed5 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "uk_UA", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "\u041f\u0440\u043e \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u043c\u0456\u043d \u0432 \u0432\u0435\u0440\u0441\u0456\u0457 %(version)s", diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index aa7fc7e5d..a668cc299 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 35d4d8f8b..49b3322c1 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-16 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Petro Sasnyk , 2009\n" -"Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: uk_UA\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:426 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1277 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1288 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1296 sphinx/application.py:1300 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,127 +333,127 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:432 +#: sphinx/registry.py:420 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:449 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:458 +#: sphinx/registry.py:446 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:268 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:274 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:563 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:769 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,8 +645,8 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:777 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -766,26 +770,26 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1163 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:243 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "" @@ -804,7 +808,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +822,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +866,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (в " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +893,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -915,164 +919,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:502 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:521 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Загальний індекс" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "індекс" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "наступний" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "попередній" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#: sphinx/builders/html/__init__.py:828 sphinx/builders/html/__init__.py:840 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:861 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:877 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:943 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:1005 +#: sphinx/builders/html/__init__.py:1004 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1100 +#: sphinx/builders/html/__init__.py:1099 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1105 +#: sphinx/builders/html/__init__.py:1104 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1138 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1284 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1299 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1308 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1312 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1321 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1330 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1337 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1352 #, python-format msgid "%s %s documentation" msgstr "" @@ -1098,14 +1102,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "Індекс" @@ -1114,29 +1118,29 @@ msgstr "Індекс" msgid "Release" msgstr "Реліз" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,6 +1155,19 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" @@ -1206,7 +1223,7 @@ msgid "job number should be a positive number" msgstr "" #: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" @@ -1865,75 +1882,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7443 +#: sphinx/domains/python.py:473 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7449 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7452 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:485 msgid "Returns" msgstr "Повертає" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:487 msgid "Return type" msgstr "Тип повернення" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7856 msgid "member" msgstr "член" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 msgid "function" msgstr "функція" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7854 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1962,91 +1979,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4908 sphinx/domains/cpp.py:7398 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7196 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "клас" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7863 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вбудована функція)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:888 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (клас)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:973 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s атрибут)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1221 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1226 msgid "module" msgstr "модуль" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2072,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2169 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "ключове слово" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "оператор" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "об'єкт" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "виняткова ситуація" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "вираз" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "вбудована функція" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:478 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Викликає" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:742 sphinx/domains/python.py:879 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модулі %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:802 sphinx/domains/python.py:969 +#: sphinx/domains/python.py:1020 #, python-format msgid "%s (in module %s)" msgstr "%s (в модулі %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (вбудована змінна)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (вбудований клас)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (клас в %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s статичний метод)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1024 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "модулі" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Застарілий" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "виняткова ситуація" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "статичний метод" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1225 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1283 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1403 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1464 msgid " (deprecated)" msgstr " (застарілий)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "змінна оточення; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "змінна оточення" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "Індекс модулів" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Сторінка пошуку" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2629,20 +2625,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2648,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2665,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:332 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "" @@ -2712,85 +2708,85 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2914,7 +2910,7 @@ msgid "" msgstr "" #: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" @@ -2970,23 +2966,23 @@ msgstr "" msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2990,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3019,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3037,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3052,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3138,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Увага" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Застереження" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Небезпека" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Помилка" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Підказка" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Важливо" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Примітка" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Дивись також" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Порада" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Попередження" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3205,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "Пошук" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Вперед" @@ -3286,39 +3283,35 @@ msgstr "Індексні сторінки по символам" msgid "can be huge" msgstr "може бути величезним" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Навігація" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Шукати в %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Про ці документи" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Авторські права" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Востаннє оновлено %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3452,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3519,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" @@ -3539,44 +3532,50 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:373 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:421 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" @@ -3586,94 +3585,92 @@ msgstr "" msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "Постійне посилання на це визначення" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:365 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:375 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:429 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:452 sphinx/writers/html5.py:457 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:461 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:506 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:508 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:645 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1301 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 msgid "[image]" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.js b/sphinx/locale/ur/LC_MESSAGES/sphinx.js index 46750c26e..6154577b0 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "ur", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo index 4104571db..92c1676f5 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 634550bf2..3036d1dc0 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-16 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Urdu (http://www.transifex.com/sphinx-doc/sphinx-1/language/ur/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:426 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1277 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1288 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1296 sphinx/application.py:1300 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,127 +332,127 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:432 +#: sphinx/registry.py:420 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:449 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:458 +#: sphinx/registry.py:446 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:268 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:274 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:563 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:769 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -640,8 +644,8 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:777 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -765,26 +769,26 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1163 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:243 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "" @@ -803,7 +807,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +821,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +865,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -888,7 +892,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -914,164 +918,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:502 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:521 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#: sphinx/builders/html/__init__.py:828 sphinx/builders/html/__init__.py:840 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:861 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:877 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:943 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:1005 +#: sphinx/builders/html/__init__.py:1004 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1100 +#: sphinx/builders/html/__init__.py:1099 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1105 +#: sphinx/builders/html/__init__.py:1104 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1138 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1284 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1299 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1308 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1312 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1321 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1330 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1337 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1352 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1101,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1117,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,6 +1154,19 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" @@ -1205,7 +1222,7 @@ msgid "job number should be a positive number" msgstr "" #: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" @@ -1864,75 +1881,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7443 +#: sphinx/domains/python.py:473 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7449 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7452 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:485 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:487 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7856 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7854 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1961,91 +1978,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4908 sphinx/domains/cpp.py:7398 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7196 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7863 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:888 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:973 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1221 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1226 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2071,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2169 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:478 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:742 sphinx/domains/python.py:879 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:802 sphinx/domains/python.py:969 +#: sphinx/domains/python.py:1020 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1024 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1225 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1283 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1403 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1464 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2628,20 +2624,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2647,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2664,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:332 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "" @@ -2711,85 +2707,85 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2913,7 +2909,7 @@ msgid "" msgstr "" #: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" @@ -2969,23 +2965,23 @@ msgstr "" msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2989,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3018,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3036,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3051,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3137,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3204,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3282,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3451,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3518,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" @@ -3538,44 +3531,50 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:373 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:421 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" @@ -3585,94 +3584,92 @@ msgstr "" msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:365 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:375 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:429 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:452 sphinx/writers/html5.py:457 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:461 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:506 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:508 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:645 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1301 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 msgid "[image]" msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.js b/sphinx/locale/vi/LC_MESSAGES/sphinx.js index 452022449..c66cf85b3 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "vi", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "V\u1ec1 c\u00e1c t\u00e0i li\u1ec7u n\u00e0y", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index 9b51f679e..b220a0f01 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 cbd16f706..c4258ec03 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hoat Le Van , 2014\n" -"Language-Team: Vietnamese (http://www.transifex.com/sphinx-doc/sphinx-1/language/vi/)\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" @@ -19,123 +19,123 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,12 +143,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -156,12 +156,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -333,87 +333,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -475,164 +475,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -642,7 +646,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -771,17 +775,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -789,22 +793,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -818,8 +817,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -862,24 +861,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "(trong" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -890,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -900,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -910,36 +909,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%d/%m/%Y" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Chỉ mục chung" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "chỉ mục" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "xem tiếp" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "xem lại" @@ -1027,52 +1026,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "Tài liệu %s %s" @@ -1098,14 +1097,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1114,29 +1113,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1151,66 +1150,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,130 +1241,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1865,75 +1877,75 @@ msgstr "" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Tham số" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "Trả về" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "Kiểu trả về" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "thuộc tính" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "biến" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "hàm" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "kiểu" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1962,91 +1974,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "Ném" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "lớp" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (hàm dựng sẵn)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (phương thức %s)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (lớp)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (biến toàn cục hoặc hằng số)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (thuộc tính %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "Đối số" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (mô-đun)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "phương thức" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "dữ liệu" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "thuộc tính" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "mô-đun" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,263 +2067,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "từ khoá" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "toán tử" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "đối tượng" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "ngoại lệ" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "câu lệnh" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "hàm dựng sẵn" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "Các biến" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "Đưa ra" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (trong mô-đun %s)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (trong mô-đun %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (biến dựng sẵn)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (lớp dựng sẵn)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (lớp trong %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (phương thức lớp %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (phương thức tĩnh %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Chỉ Mục Mô-đun Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "các mô-đun" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "Sắp loại bỏ" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "ngoại lệ" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "phương thức lớp" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "phương thức tĩnh" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(sắp loại bỏ)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (chỉ thị)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (vai trò)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "chỉ thị" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "vai trò" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "các biến môi trường; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "chú giải thuật ngữ" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2348,35 +2339,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "xem %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "nên xem %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Biểu tượng" @@ -2597,23 +2588,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2629,20 +2620,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2652,14 +2643,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2669,23 +2660,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2712,90 +2703,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2846,34 +2837,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2881,112 +2872,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2994,12 +2985,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3023,17 +3014,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3041,7 +3032,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3056,30 +3047,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3142,52 +3133,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "Chú ý" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "Cảnh báo" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "Nguy hiểm" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "Lỗi" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "Gợi ý" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "Quan trọng" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "Ghi chú" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "Xem thêm" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "Mẹo" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "Cảnh báo" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3209,12 +3200,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: 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 "Tìm Kiếm" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Thực hiện" @@ -3286,39 +3278,35 @@ msgstr "Các trang chỉ mục theo chữ cái" msgid "can be huge" msgstr "có thể rất nhiều" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "Điều hướng" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "Tìm kiếm trong %(docstitle)s" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "Về các tài liệu này" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "Bản quyền" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Cập nhật mới nhất vào %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3459,25 +3447,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3514,166 +3502,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.js b/sphinx/locale/yue/LC_MESSAGES/sphinx.js index a06a7e922..4ca1190ee 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "yue", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo index 38e1dfc0c..be0bf02d1 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 04440ad71..1562cbac8 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Cantonese (http://www.transifex.com/sphinx-doc/sphinx-1/language/yue/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: yue\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js index 45ed72feb..59f9b0f55 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "zh_Hans_CN", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", - "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", + "© %(copyright_prefix)s %(copyright)s.": "© %(copyright_prefix)s %(copyright)s.", ", in ": "\uff0c\u5728 ", "About these documents": "\u5173\u4e8e\u6b64\u6587\u6863", "Automatically generated list of changes in version %(version)s": "\u81ea\u52a8\u751f\u6210\u7684 %(version)s \u7248\u672c\u53d8\u66f4\u5217\u8868", diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index e65db6a81..c94ec1dab 100644 Binary files a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index f63414b74..43980455c 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the Sphinx project. # # Translators: +# Adam Turner, 2023 # Yinian Chin , 2015,2017-2018 # Hsiaoming Yang , 2018 # Izabel Wang , 2020 @@ -18,16 +19,16 @@ # Komiya Takeshi , 2019,2021-2022 # Tower Joo, 2009 # wendi cao <651645601@qq.com>, 2020 -# Yinian Chin , 2013,2018,2020,2022 +# Yinian Chin , 2013,2018,2020,2022-2023 # Yinian Chin , 2013 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Lu , 2022-2023\n" -"Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" +"Last-Translator: Adam Turner, 2023\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" @@ -35,123 +36,123 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "无法找到源文件目录(%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "输出目录(%s)不是一个目录" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "源文件目录和目标目录不能是同一目录" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "正在运行 Sphinx v%s" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "正在创建输出目录" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "在设置扩展名 %s 时:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "正在加载翻译 [%s]…" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "完成" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "没有找到内置信息的译文" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "正在加载 Pickle 序列化的环境" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "失败:%s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "未选择构建器,默认使用:html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "成功" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "完成但存在问题" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "构建%s,%s 条警告(将警告视为错误)。" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "构建%s,%s 条警告(将警告视为错误)。" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "构建%s, %s 条警告。" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "构建%s,%s 条警告。" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "构建%s。" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "节点类 %r 已经注册过了,其访问者将被覆盖" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "指令 %r 已经注册过了,将被覆盖" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "角色 %r 已经注册过了,将被覆盖" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -159,12 +160,12 @@ msgid "" "explicit" msgstr "扩展 %s 没有声明是否并行读取安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "扩展 %s 不是并行读取安全的" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -172,12 +173,12 @@ msgid "" "explicit" msgstr "%s 扩展没有声明是否并行写入安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "扩展 %s 不是并行写入安全的" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "执行串行 %s" @@ -335,8 +336,8 @@ msgstr "未知的 Pygments 词法分析器 %r" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "无法按照“%s”语言的词法解析代码块,跳过该代码块的语法高亮。" +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "Could not lex literal_block %r as \"%s\". Highlighting skipped." #: sphinx/project.py:51 #, python-format @@ -349,87 +350,87 @@ msgstr "发现多个文件对应文档“%s”:%r\n将采用 %r 用于构建 msgid "document not readable. Ignored." msgstr "无法读取文档源文件,已忽略。" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "构建器 %s 未包含“name”属性" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "构建器 %r 已存在(见模块 %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "构建器 %s 未注册或在入口点不可用" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "构建器 %s 未注册" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "域 %s 已经注册过了" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "域 %s 未注册" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "指令 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "角色 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "索引 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "对象类型 %r 已经注册过了" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "交叉引用类型 %r 已经注册过了" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "源文件扩展名 %r 已经注册过了" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "%r 的源文件解析器已经注册过了" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "未注册 %s 的源代码语法分析器" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "翻译器已存在 %r" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, 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:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "可枚举节点 %r 已经注册过了" @@ -491,164 +492,168 @@ msgstr "无效的 PEP 编号%s" msgid "invalid RFC number %s" msgstr "无效的 RFC 编号 %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "主题 %r 未包含“theme”配置项" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "主题 %r 未包含“inherit”配置项" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "未找到主题 %r;由于 %r 继承了它,无法继续。" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "所有已找到的主题配置均未包含配置项 %s.%s" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "不支持的主题选项 %r" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "主题路径对应的文件 %r 是一个无效的或不包含主题的 zip 文件" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "未找到主题 %r(可能是因为缺少 theme.conf)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "没有找到适合 %s 构建器的图像:%s(%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "没有找到适合 %s 构建器的图像:%s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "正在构建 [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "正在写入输出……" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "所有的 %d po 文件" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "指定了 %d 个 po 文件的目标文件" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "%d 个 po 文件的目标文件已过期" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "所有源文件" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "命令行给定的文件 %r 不存在" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "命令行给定的 %r 文件不再源文件目录中,将被忽略" +msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" -msgstr "命令行给定的文件 %r 不是有效文件,将被忽略" +msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "命令行给定了 %d 个源文件" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "%d 个源文件的目标文件已过期" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "正在构建 [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "正在查找当前已过期的文件……" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "找到 %d 个已过期文件" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "没有找到已过期文件" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "正在 Pickle 序列化环境" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "正在校验一致性" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "没有过期的目标文件。" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "正在更新环境:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "正在读取源文件……" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" -msgstr "待写入文档:%s" +msgstr "待写入文档名称:%s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "正在准备写入文档" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "正在复制资产文件" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "发现重复的目录条目:%s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "正在复制图像文件……" @@ -658,7 +663,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "无法读取图像文件 %r:改为直接复制" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "无法复制图像文件 %r:%s" @@ -787,17 +792,17 @@ msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" msgid "invalid css_file: %r, ignored" msgstr "无效的 css_file:%r,已忽略" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "消息目录保存在 %(outdir)s 目录。" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "%d 个模板文件的目标文件" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "正在读取模板……" @@ -805,22 +810,17 @@ msgstr "正在读取模板……" msgid "writing message catalogs... " msgstr "正在写入消息目录... " -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "请在上述输出或 %(outdir)s/output.txt 中查找错误" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "损坏的链接:%s(%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "未找到锚点“%s”" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" @@ -834,8 +834,8 @@ msgstr "手册页保存在 %(outdir)s 目录。" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "未找到“man_pages”配置项,不会写入手册页" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "正在写入" @@ -878,24 +878,24 @@ msgstr "未找到“texinfo_documents”配置项,不会写入文档" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "正在处理 %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "正在解析引用……" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (在 " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "正在复制 Texinfo 支持文件" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "写入 Makefile 文件时出错:%s" @@ -906,7 +906,7 @@ msgid "The text files are in %(outdir)s." msgstr "文本文件保存在 %(outdir)s 目录。" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "写入文件 %s 时发生错误:%s" @@ -916,7 +916,7 @@ msgstr "写入文件 %s 时发生错误:%s" msgid "The XML files are in %(outdir)s." msgstr "XML 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "伪 XML 文件保存在 %(outdir)s。" @@ -926,36 +926,36 @@ msgstr "伪 XML 文件保存在 %(outdir)s。" msgid "build info file is broken: %r" msgstr "构建信息文件损坏:%r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "读取构建信息文件失败:%r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "总索引" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "索引" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "下一页" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "上一页" @@ -1043,52 +1043,52 @@ msgstr "正在导出 %s 的搜索索引" msgid "invalid js_file: %r, ignored" msgstr "无效的 js_file:%r,已忽略" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "给定的 math_renderer %r 不存在。" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 入口 %r 不存在" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 入口 %r 被置于输出目录内" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 入口 %r 不存在" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 入口 %r 置于输出目录内" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "logo 文件 %r 不存在" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 文件 %r 不存在" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "输出 HTML 4 的特性已弃用,将在 Sphinx 7 中删除(在配置选项中检测到 \"html4_writer=True)。" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "Sphinx 不再支持 HTML 4。(在配置项中检测到了“html4_writer=True”)" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s 文档" @@ -1114,14 +1114,14 @@ msgstr "未找到“latex_documents”配置项,不会写入文档" msgid "\"latex_documents\" config value references unknown document %s" msgstr "配置项“latex_documents”引用的文档 %s 不存在" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "索引" @@ -1130,29 +1130,29 @@ msgstr "索引" msgid "Release" msgstr "发行版本" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "没有语种 %r 的 Babel 选项" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "正在复制 TeX 支持文件" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "正在复制 TeX 支持文件……" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "正在复制附加文件" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "未知配置项:latex_elements[%r],已忽略。" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "未知主题选项:latex_theme_options[%r],已忽略。" @@ -1167,66 +1167,79 @@ msgstr "%r 中缺少“theme”配置项" msgid "%r doesn't have \"%s\" setting" msgstr "%r 中缺少“%s”配置项" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "无法获取文档名称!" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "无法获取文档源码 {source!r} 的文档名称!" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "给定的引用节点 %r 没有对应的脚注" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "构建时抛出异常,正在启动调试器:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "已中断!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "reST 标记错误:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "编码错误:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, 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:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "递归错误:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 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:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "抛出异常:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Bug 报告可以在 Bug 追踪系统 处投递。谢谢!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "并发任务数应为正值" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "想要了解更多信息,请访问 。" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1245,130 +1258,130 @@ 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:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "文档源文件的路径" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "输出目录的路径" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "指定重新构建的文件列表。如果指定了 -a 参数,则忽略此项" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "通用选项" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "构建器(默认:html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "写入所有文件(默认:只写入新文件和修改过的文件)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "不使用已保存的环境,始终读取全部文件" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "已缓存的环境和 doctree 文件路径(默认:OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "如果可能,用 N 个进程并行构建文档(如果指定为“auto”,则 N 为 CPU 数量)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "配置文件(conf.py)所在目录路径(默认:与 SOURCEDIR 相同)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "不应用配置文件中的配置,只让 -D 选项中的配置项生效。" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "覆盖配置文件中的配置项" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "向 HTML 模板传值" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "定义标签,把涉及标签 TAG 的“only”块纳入到构建中" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "挑刺模式,在引用了不存在的内容时发出警告" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "控制台输出选项" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "输出更详细的日志(甚至可能重复)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "不输出到 stdout,只在 stderr 上输出警告" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "无任何输出,甚至不会输出警告" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "着色输出(默认:自动检测)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "不着色输出(默认:自动检测)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "把警告(以及错误)信息写入给定的文件" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "把警告视为错误" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "与 -W 配合使用,在发出警告时继续运行" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "发生异常时显示完整回溯信息" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "发生异常时运行 Pdb" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "-a 选项和文件名不能同时使用" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "无法打开用于保存警告信息的文件 %r:%s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "-D 选项的参数必须是 name=value 形式" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "-A 选项的参数必须是 name=value 形式" @@ -1881,75 +1894,75 @@ msgstr "csv-table 指令的“:file”选项现在会将绝对路径视为源文 msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "重复的 C 声明,已经在 %s:%s 处声明。\n声明为“.. c:%s:: %s”。" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s(C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "参数" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "返回值" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "返回" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "返回类型" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "成员" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "变量" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "函数" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "宏" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "结构体" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "联合体" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "枚举" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "枚举成员" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "类型" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "函数参数" @@ -1978,91 +1991,90 @@ msgstr "重复的引文 %s,另一引文出现在 %s" msgid "Citation [%s] is not referenced." msgstr "引文 [%s] 没有被引用过。" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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”。" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "模板参数" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s(C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "抛出" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "类" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "概念" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "模板参数" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (内置函数)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 方法)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s()(类)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s(全局变量或常量)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s(%s 属性)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "参数" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s(模块)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "方法" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "数据" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "属性" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "模块" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" @@ -2072,263 +2084,243 @@ msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "重复的公式标签 %s,另一公式出现在 %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "无效的 math_eqref_format:%r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "关键字" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "运算符" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "对象" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "异常" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "语句" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "内置函数" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "变量" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "抛出" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s()(在 %s 模块中)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s()(在 %s 模块中)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s(内置变量)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s(内置类)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s(%s 中的类)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s()(%s 类方法)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s()(%s 静态方法)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s(%s 属性)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python 模块索引" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "模块" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "已弃用" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "异常" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "类方法" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "静态方法" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "托管属性" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "重复的 %s 对象描述,另一对象描述出现在 %s,请向二者之一添加 :noindex: 标记。" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "交叉引用 %r 找到了多个目标:%s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(已弃用)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s(指令)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s:(指令选项)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s(角色)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "指令" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "指令-选项" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "角色" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "重复的 %s %s 描述,另一描述出现在 %s" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "环境变量; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s命令行选项" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "命令行选项" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "术语词汇前必须有空行" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "术语词汇不能用空行分隔" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "术语词汇格式不正确,请检查缩进" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "术语词汇" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "语法记号" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "引用标签" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "环境变量" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "程序选项" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "文档" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "模块索引" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "搜索页面" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "重复的标签 %s,另一标签出现在 %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "重复的 %s 描述 %s,另一描述出现在 %s" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig 已禁用,忽略 :numref:。" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "无法创建交叉引用。未指定题图数字:%s" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "链接没有标题:%s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "无效的 numfig_format:%s(%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "无效的 numfig_format:%s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "标签未定义:%r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "无法创建交叉引用,缺少标题或图题:%r" @@ -2364,35 +2356,35 @@ msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目 msgid "Failed to scan documents in %s: %r" msgstr "无法在 %s 中扫描文档:%r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "未注册的域 %r" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "目录树存在自引用,已忽略。" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "文档没有加入到任何目录树中" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "见 %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "另请参见 %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "未知的索引条目类型 %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "符号" @@ -2412,7 +2404,7 @@ msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" #: sphinx/environment/adapters/toctree.py:185 #, python-format msgid "toctree contains reference to non-included document %r" -msgstr "toctree 引用了未包含的文档 %r" +msgstr "目录树引用了未包含的文档 %r" #: sphinx/environment/collectors/asset.py:82 #, python-format @@ -2554,7 +2546,7 @@ msgstr "%s 不是一个目录。" #: sphinx/ext/autosectionlabel.py:45 #, python-format msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "为\"%s\"一节增加标签\"%s\"" +msgstr "为“%s”一节增加标签“%s”" #: sphinx/ext/coverage.py:40 #, python-format @@ -2613,23 +2605,23 @@ msgstr "无效的选项“%s”。" msgid "'%s' is not a valid pyversion option" msgstr "无效的 pyversion 选项“%s”" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "无效的 TestCode 类型" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "已完成源文件的文档测试,结果保存在 %(outdir)s/output.txt 中,请查阅。" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "已忽略无效的文档代码:%r" @@ -2645,20 +2637,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "不能同时指定 Graphviz 指令的内容和文件名参数" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "外部 Graphviz 文件 %r 不存在或读取失败" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "已忽略无内容的“graphviz”指令。" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2668,14 +2660,14 @@ msgid "" "%r" msgstr "dot 未生成输出文件:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "无法运行 dot 命令 %r(为输出 graphviz 所必需),请检查 graphviz_dot 的设置" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2685,23 +2677,23 @@ msgid "" "%r" msgstr "dot 发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format 的值只能是“png”或“svg”,但现在给定的是 %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "dot 代码 %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[图表:%s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[图表]" @@ -2728,90 +2720,90 @@ msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "无法运行 LaTeX 命令 %r (显示数学公式所必需),请检查 imgmath_latex 的设置" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "无法运行 %s 命令 %r (显示数学公式所必需),请检查 imgmath_%s 的设置" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "显示 LaTeX %r:%s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "内联 LaTeX %r:%s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "此公式的永久链接" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx 清单被移动过:%s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "正在从 %s 加载 intersphinx 清单……" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "无法访问任何清单,问题如下:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(在 %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(在 %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "未找到用于外部交叉引用的清单:%s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "未找到用于外部交叉引用的角色:%s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "未找到外部 %s:%s 引用目标:%s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx 标识符 %r 不是字符串,已忽略" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "无法读取 intersphinx_mapping[%s],已忽略:%r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[源代码]" @@ -2862,34 +2854,34 @@ msgstr "概览:模块代码" msgid "

All modules for which code is available

" msgstr "

代码可用的所有模块

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "无效的 member-order 选项值:%s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "无效的 class-doc-from 选项值:%s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "无效的 auto%s 签名(%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "在格式化 %s 的参数时报错:%s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc:无法确定是否生成 %s.%s (%r) 的文档,抛出了下列异常:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2897,112 +2889,112 @@ msgid "" "explicit module name)" msgstr "无法判断导入哪个模块以自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "检测到仿制的对象:%r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "在格式化 %s 的签名时发生错误:%s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 名中的“::”无意义" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "automodule %s 给定了函数签名参数或返回类型标注" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr ":members: 选项中涉及的属性不存在:模块 %s,属性%s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "无法获取函数 %s 的签名:%s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "无法获取构造函数 %s 的签名:%s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "基类:%s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "指定了 %s 属性,但对象 %s 缺少该属性" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "%s 的别名" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "TypeVar(%s) 的别名" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "无法获取方法 %s 的签名:%s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "%s 上有无效的 __slots__,已忽略。" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "无法解析 %r 的默认参数值:%s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "无法更新 %r 的签名:未找到参数:%s" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "无法解析 %r 的类型注释:%s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "自动摘要引用了排除的文档 %r,已忽略。" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "自动摘要:无法找到存根文件 %r。请检查你的 autosummary_generate 设置。" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "在自动摘要中指定标题时也需要指定 :toctree: 选项,已忽略。" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3010,12 +3002,12 @@ msgid "" "%s" msgstr "自动摘要:无法导入 %s。\n可能原因:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "无法解析名称 %s" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "无法导入对象 %s" @@ -3039,17 +3031,17 @@ msgid "" "%s" msgstr "自动摘要:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[自动摘要] 正在生成自动摘要:%s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[自动摘要] 正在写入 %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3057,7 +3049,7 @@ msgid "" "%s" msgstr "[自动摘要]无法导入 %s。\n可能原因:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3072,30 +3064,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\n用 autosummary 指令生成 ReStructuredText\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的前端,它根据\n给定输入文件中的 autosummary 指令生成 reStructuredText 文件。\n\nautosummary 指令的格式见 Python 模块 ``sphinx.ext.autosummary`` 的\n文档。可以这样调出文档以供阅读::\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "用于生成 rst 文件的源文件" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "存放输出内容的目录" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "默认的文件名后缀(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "自定义模板目录(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "文档导入的成员(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3158,52 +3150,52 @@ msgstr "异常的字符串字面量(缺少右引号):%s" msgid "malformed string literal (missing opening quote): %s" msgstr "异常的字符串字面量(缺少左引号):%s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "小心" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "危险" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "错误" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "提示" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "备注" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "参见" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "小技巧" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "续下页" @@ -3225,12 +3217,13 @@ msgstr "页" msgid "Table of Contents" msgstr "目录" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "搜索" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "提交" @@ -3302,39 +3295,35 @@ msgstr "字母索引" msgid "can be huge" msgstr "可能会大" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "导航" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "在 %(docstitle)s 中搜索" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "关于此文档" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "版权所有" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© 版权所有 %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© 版权所有 %(copyright)s." - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "最后更新于 %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3475,25 +3464,25 @@ msgstr "脚注 [%s] 没有被引用过。" msgid "Footnote [#] is not referenced." msgstr "脚注 [#] 没有被引用过。" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3530,166 +3519,170 @@ msgstr "无法拉取远程图像:%s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "无法拉取远程图像:%s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "未知的图像格式:%s……" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "源码中存在编码无法识别的字符,已经替换为“?”:%r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "已跳过" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "失败" -#: sphinx/util/docfields.py:78 +#: sphinx/util/docfields.py:87 #, python-format msgid "" "Problem in %s domain: field is supposed to use role '%s', but that role is " "not in the domain." msgstr "%s 域中的问题:字段应采用“%s”角色,但域中并不包含该角色。" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "未知的指令或角色名称:%s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "未知节点类型:%r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "读取时发生错误:%s,%s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "写入时发生错误:%s,%s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s不存在 " -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号包裹该字符串:%s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r 不再适用于索引款目(源自 %r 款目)。请使用“pair: %s”作为替代。" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "目录树引用的文件 %r 不存在" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "only 指令的表达式求值时抛出异常:%s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "未找到默认角色 %s" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "永久链接至目标" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "未定义 %s 的 numfig_format" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "没有给 %s 节点分配 ID" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "此术语词汇的永久链接" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "此标题的永久链接" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "此表格的永久链接" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "此代码块的永久链接" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "此图像的永久链接" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "此目录树的永久链接" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":mathdepth: 值过大,已忽略。" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "文档标题不是一个单纯文本节点" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "脚注" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "无效的量纲单位 %s,已忽略。" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "发现未知的索引条目类型 %s" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[图片: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[图片]" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js index 683c55a1c..4e316f2a3 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "zh_Hant_HK", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo index 832b8058a..98ea42257 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 fd2623d65..c91797b64 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_HK/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js index 6986bdd7c..ef157aa3f 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "zh_Hant_TW", "messages": { "%(filename)s — %(docstitle)s": "", - "© Copyright %(copyright)s.": "", - "© Copyright %(copyright)s.": "", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo index aeb0fe54f..cd5dd1661 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 db405a215..caa8b2e30 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Taiwan) (Big5) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW.Big5/)\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" @@ -18,123 +18,123 @@ msgstr "" "Language: zh_TW.Big5\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: sphinx/application.py:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:240 +#: sphinx/application.py:246 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,12 +142,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,12 +155,12 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." msgstr "" #: sphinx/project.py:51 @@ -332,87 +332,87 @@ msgstr "" msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "" @@ -474,164 +474,168 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "" @@ -641,7 +645,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "" @@ -770,17 +774,17 @@ msgstr "" msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "" @@ -788,22 +792,17 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -817,8 +816,8 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "" @@ -861,24 +860,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -889,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -909,36 +908,36 @@ msgstr "" msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "" @@ -1026,52 +1025,52 @@ msgstr "" msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" - -#: sphinx/builders/html/__init__.py:1275 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: sphinx/builders/html/__init__.py:1279 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - #: sphinx/builders/html/__init__.py:1288 #, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1300 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1309 +#, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,14 +1096,14 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "" @@ -1113,29 +1112,29 @@ msgstr "" msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" @@ -1150,66 +1149,79 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,130 +1240,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1864,75 +1876,75 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "" @@ -1961,91 +1973,90 @@ msgstr "" msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, python-format msgid "" "Duplicate C++ declaration, also defined at %s:%s.\n" "Declaration is '.. cpp:%s:: %s'." msgstr "" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,263 +2066,243 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr "" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" @@ -2347,35 +2338,35 @@ msgstr "" msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2596,23 +2587,23 @@ msgstr "" msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2628,20 +2619,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2651,14 +2642,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2668,23 +2659,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2711,90 +2702,90 @@ msgstr "" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" @@ -2845,34 +2836,34 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2880,112 +2871,112 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -2993,12 +2984,12 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "" @@ -3022,17 +3013,17 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3040,7 +3031,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3055,30 +3046,30 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3141,52 +3132,52 @@ msgstr "" msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "" @@ -3208,12 +3199,13 @@ msgstr "" msgid "Table of Contents" msgstr "" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "" @@ -3285,39 +3277,35 @@ msgstr "" msgid "can be huge" msgstr "" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3458,25 +3446,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3513,166 +3501,170 @@ msgstr "" msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:78 +#: 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 "" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js index 193d57f77..cebee7dc8 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js @@ -2,8 +2,7 @@ Documentation.addTranslations({ "locale": "zh_Hant_TW", "messages": { "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", - "© Copyright %(copyright)s.": "© \u7248\u6b0a\u6240\u6709 %(copyright)s\u3002", - "© Copyright %(copyright)s.": "© \u7248\u6b0a\u6240\u6709 %(copyright)s\u3002", + "© %(copyright_prefix)s %(copyright)s.": "", ", in ": "\uff0c\u65bc ", "About these documents": "\u95dc\u65bc\u9019\u4e9b\u6587\u4ef6", "Automatically generated list of changes in version %(version)s": "\u81ea\u52d5\u7522\u751f\u7684 %(version)s \u7248\u8b8a\u66f4\u5217\u8868", diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index c9eeb9977..dff6d9e08 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 362b2b2c5..8d6c6ce97 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -15,10 +15,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-03-15 15:48+0000\n" +"POT-Creation-Date: 2023-07-24 12:38+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Steven Hsu , 2021-2022\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\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" @@ -26,123 +26,123 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:148 +#: sphinx/application.py:153 #, python-format msgid "Cannot find source directory (%s)" msgstr "找不到來源資料夾 (%s)" -#: sphinx/application.py:152 +#: sphinx/application.py:157 #, python-format msgid "Output directory (%s) is not a directory" msgstr "輸出資料夾 (%s) 不是一個資料夾" -#: sphinx/application.py:156 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "來源資料夾與目的資料夾不能為相同" -#: sphinx/application.py:188 +#: sphinx/application.py:193 #, python-format msgid "Running Sphinx v%s" msgstr "正在執行 Sphinx v%s 版本" -#: sphinx/application.py:214 +#: sphinx/application.py:219 #, 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:229 +#: sphinx/application.py:235 msgid "making output directory" msgstr "正在建立輸出目錄" -#: sphinx/application.py:234 sphinx/registry.py:438 +#: sphinx/application.py:240 sphinx/registry.py:438 #, python-format msgid "while setting up extension %s:" msgstr "正在設置擴充套件 %s 時:" -#: sphinx/application.py:240 +#: sphinx/application.py:246 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:271 +#: sphinx/application.py:277 #, python-format msgid "loading translations [%s]... " msgstr "正在載入翻譯 [%s]..." -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:83 msgid "done" msgstr "完成" -#: sphinx/application.py:290 +#: sphinx/application.py:296 msgid "not available for built-in messages" msgstr "不是有效的內建訊息" -#: sphinx/application.py:306 +#: sphinx/application.py:312 msgid "loading pickled environment" msgstr "正在載入已 pickle 的環境" -#: sphinx/application.py:312 +#: sphinx/application.py:318 #, python-format msgid "failed: %s" msgstr "失敗:%s" -#: sphinx/application.py:326 +#: sphinx/application.py:332 msgid "No builder selected, using default: html" msgstr "沒有指定 builder,使用預設:html" -#: sphinx/application.py:361 +#: sphinx/application.py:365 msgid "succeeded" msgstr "成功" -#: sphinx/application.py:362 +#: sphinx/application.py:366 msgid "finished with problems" msgstr "完成但有問題" -#: sphinx/application.py:366 +#: sphinx/application.py:370 #, python-format msgid "build %s, %s warning (with warnings treated as errors)." msgstr "建立 %s,%s 警告(警告被視為錯誤)。" -#: sphinx/application.py:368 +#: sphinx/application.py:372 #, python-format msgid "build %s, %s warnings (with warnings treated as errors)." msgstr "建立 %s,%s 警告(警告被視為錯誤)。" -#: sphinx/application.py:371 +#: sphinx/application.py:375 #, python-format msgid "build %s, %s warning." msgstr "建立 %s,%s 警告。" -#: sphinx/application.py:373 +#: sphinx/application.py:377 #, python-format msgid "build %s, %s warnings." msgstr "建立 %s,%s 警告。" -#: sphinx/application.py:377 +#: sphinx/application.py:381 #, python-format msgid "build %s." msgstr "建立 %s。" -#: sphinx/application.py:599 +#: sphinx/application.py:611 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "node class %r 已經被註冊,它的訪客將會被覆寫" -#: sphinx/application.py:678 +#: sphinx/application.py:690 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "指令 %r 已經被註冊,它將會被覆寫" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:712 sphinx/application.py:734 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "role %r 已經被註冊,它將會被覆寫" -#: sphinx/application.py:1264 +#: sphinx/application.py:1280 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -150,12 +150,12 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行讀取是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: sphinx/application.py:1268 +#: sphinx/application.py:1284 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 擴充套件對於平行讀取是不安全的" -#: sphinx/application.py:1271 +#: sphinx/application.py:1287 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -163,12 +163,12 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行寫入是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: sphinx/application.py:1275 +#: sphinx/application.py:1291 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 擴充套件對於平行寫入是不安全的" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1299 sphinx/application.py:1303 #, python-format msgid "doing serial %s" msgstr "執行串列 %s" @@ -326,8 +326,8 @@ msgstr "Pygments lexer 名稱 %r 不是已知的" #: sphinx/highlighting.py:173 #, python-format -msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "無法將 literal_block 分析為 \"%s\"。Highlighting 已省略。" +msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped." +msgstr "" #: sphinx/project.py:51 #, python-format @@ -340,87 +340,87 @@ msgstr "為文件 \"%s\" 找到多個檔案: %r\n使用 %r 來建立。" msgid "document not readable. Ignored." msgstr "文件無法讀取。已略過。" -#: sphinx/registry.py:133 +#: sphinx/registry.py:132 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Builder class %s 沒有 \"name\" 屬性" -#: sphinx/registry.py:135 +#: sphinx/registry.py:134 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r 已存在(於 %s 模組)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder 名稱 %s 未註冊或無法從 entry point 取得" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder 名稱 %s 未註冊" -#: sphinx/registry.py:174 +#: sphinx/registry.py:162 #, python-format msgid "domain %s already registered" msgstr "domain %s 已註冊" -#: sphinx/registry.py:197 sphinx/registry.py:210 sphinx/registry.py:221 +#: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209 #, python-format msgid "domain %s not yet registered" msgstr "domain %s 尚未被註冊" -#: sphinx/registry.py:201 +#: sphinx/registry.py:189 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r 指令已註冊給 domain %s" -#: sphinx/registry.py:213 +#: sphinx/registry.py:201 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r 角色已註冊給 domain %s" -#: sphinx/registry.py:224 +#: sphinx/registry.py:212 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r 索引已註冊給 domain %s" -#: sphinx/registry.py:255 +#: sphinx/registry.py:243 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type 已註冊" -#: sphinx/registry.py:281 +#: sphinx/registry.py:269 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type 已註冊" -#: sphinx/registry.py:288 +#: sphinx/registry.py:276 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r 已註冊" -#: sphinx/registry.py:297 +#: sphinx/registry.py:285 #, python-format msgid "source_parser for %r is already registered" msgstr "對於 %r 的 source_parser 已註冊" -#: sphinx/registry.py:305 +#: sphinx/registry.py:293 #, python-format msgid "Source parser for %s not registered" msgstr "對於 %s 的源碼剖析器未註冊" -#: sphinx/registry.py:321 +#: sphinx/registry.py:309 #, python-format msgid "Translator for %r already exists" msgstr "對於 %r 的翻譯器已經存在" -#: sphinx/registry.py:334 +#: sphinx/registry.py:325 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "對於 add_node() 的 kwargs 必須是一個 (visit, depart) 函式值組:%r=%r" -#: sphinx/registry.py:410 +#: sphinx/registry.py:407 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r 已註冊" @@ -482,164 +482,168 @@ msgstr "無效的 PEP 號碼 %s" msgid "invalid RFC number %s" msgstr "無效的 RFC 號碼 %s" -#: sphinx/theming.py:74 +#: sphinx/theming.py:75 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "主題 %r 沒有 \"theme\" 設定" -#: sphinx/theming.py:76 +#: sphinx/theming.py:77 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "主題 %r 沒有 \"inherit\" 設定" -#: sphinx/theming.py:82 +#: sphinx/theming.py:83 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "未找到名為 %r 的主題,被 %r 繼承" -#: sphinx/theming.py:105 +#: sphinx/theming.py:106 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "設定 %s。%s 不在已被搜尋的主題組態中出現" -#: sphinx/theming.py:123 +#: sphinx/theming.py:124 #, python-format msgid "unsupported theme option %r given" msgstr "未支援的主題選項 %r 被給予" -#: sphinx/theming.py:213 +#: sphinx/theming.py:214 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "主題路徑中的檔案 %r 不是有效的 zipfile 或未包含主題" -#: sphinx/theming.py:227 +#: sphinx/theming.py:228 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "未找到名為 %r 的主題(缺少 theme.conf?)" -#: sphinx/builders/__init__.py:201 +#: sphinx/builders/__init__.py:180 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" -#: sphinx/builders/__init__.py:205 +#: sphinx/builders/__init__.py:184 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "未找到對於 %s builder 適用的圖片:%s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:204 msgid "building [mo]: " msgstr "建立 [mo]:" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:205 sphinx/builders/__init__.py:571 +#: sphinx/builders/__init__.py:598 msgid "writing output... " msgstr "編寫輸出..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:214 #, python-format msgid "all of %d po files" msgstr "所有的 %d po 檔" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:232 #, python-format msgid "targets for %d po files that are specified" msgstr "對於指定的 po 檔 %d 的目標" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:240 #, python-format msgid "targets for %d po files that are out of date" msgstr "對於已過期 po 檔 %d 的目標" -#: sphinx/builders/__init__.py:270 +#: sphinx/builders/__init__.py:249 msgid "all source files" msgstr "所有原始檔案" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:259 #, python-format msgid "file %r given on command line does not exist, " msgstr "在命令列給的檔案 %r 不存在," -#: sphinx/builders/__init__.py:285 +#: sphinx/builders/__init__.py:264 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" -#: sphinx/builders/__init__.py:291 +#: sphinx/builders/__init__.py:270 #, python-format msgid "file %r given on command line is not a valid document, ignoring" msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:279 #, python-format msgid "%d source files given on command line" msgstr "在命令列給了 %d 個原始檔案" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:291 #, python-format msgid "targets for %d source files that are out of date" msgstr "%d 個過時原始檔案的目標" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:306 sphinx/builders/gettext.py:240 #, python-format msgid "building [%s]: " msgstr "正在建立 [%s]:" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:313 msgid "looking for now-outdated files... " msgstr "正在尋找目前已過期的檔案..." -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:318 #, python-format msgid "%d found" msgstr "已找到 %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:320 msgid "none found" msgstr "找不到任何結果" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:325 msgid "pickling environment" msgstr "正在 pickle 環境" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:331 msgid "checking consistency" msgstr "正在檢查一致性" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:335 msgid "no targets are out of date." msgstr "沒有過時的目標。" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:374 msgid "updating environment: " msgstr "正在更新環境:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:395 #, python-format msgid "%s added, %s changed, %s removed" msgstr "%s 已新增, %s 已變更, %s 已移除" -#: sphinx/builders/__init__.py:450 sphinx/builders/__init__.py:462 +#: sphinx/builders/__init__.py:433 sphinx/builders/__init__.py:445 msgid "reading sources... " msgstr "正在讀取來源..." -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:546 #, python-format msgid "docnames to write: %s" msgstr "待寫入的 docname: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:555 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "正在準備文件" +#: sphinx/builders/__init__.py:558 +msgid "copying assets" +msgstr "" + #: sphinx/builders/_epub_base.py:214 #, python-format msgid "duplicated ToC entry found: %s" msgstr "找到了重複的 ToC 項目: %s" #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 -#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +#: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178 msgid "copying images... " msgstr "正在複製圖片..." @@ -649,7 +653,7 @@ msgid "cannot read image file %r: copying it instead" msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 -#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188 #, python-format msgid "cannot copy image file %r: %s" msgstr "無法複製圖片檔 %r: %s" @@ -778,17 +782,17 @@ msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" msgid "invalid css_file: %r, ignored" msgstr "無效的 css_file: %r, 已略過" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:219 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "訊息目錄是在 %(outdir)s" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:241 #, python-format msgid "targets for %d template files" msgstr "模板檔 %d 的目標" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:245 msgid "reading templates... " msgstr "正在讀取模板..." @@ -796,22 +800,17 @@ msgstr "正在讀取模板..." msgid "writing message catalogs... " msgstr "正在寫入訊息目錄..." -#: sphinx/builders/linkcheck.py:113 +#: sphinx/builders/linkcheck.py:53 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" -#: sphinx/builders/linkcheck.py:148 +#: sphinx/builders/linkcheck.py:102 #, python-format msgid "broken link: %s (%s)" msgstr "錯誤連結: %s (%s)" -#: sphinx/builders/linkcheck.py:325 -#, python-format -msgid "Anchor '%s' not found" -msgstr "未找到錨 '%s'" - -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:598 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" @@ -825,8 +824,8 @@ msgstr "手冊頁面在 %(outdir)s" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "未找到 \"man_pages\" 組態值:不會編寫任何手冊頁面" -#: sphinx/builders/latex/__init__.py:297 sphinx/builders/manpage.py:49 -#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +#: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105 msgid "writing" msgstr "編寫中" @@ -869,24 +868,24 @@ msgstr "未找到 \"texinfo_documents\" 組態值;不會編寫任何文件" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" -#: sphinx/builders/latex/__init__.py:279 sphinx/builders/texinfo.py:100 +#: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101 #, python-format msgid "processing %s" msgstr "正在處理 %s" -#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +#: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154 msgid "resolving references..." msgstr "正在解析參照..." -#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163 msgid " (in " msgstr " (於 " -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:193 msgid "copying Texinfo support files" msgstr "正在複製 Texinfo 支援檔案" -#: sphinx/builders/texinfo.py:196 +#: sphinx/builders/texinfo.py:197 #, python-format msgid "error writing file Makefile: %s" msgstr "錯誤寫入檔案 Makefile: %s" @@ -897,7 +896,7 @@ msgid "The text files are in %(outdir)s." msgstr "文字檔案在 %(outdir)s 。" #: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 -#: sphinx/builders/xml.py:88 +#: sphinx/builders/xml.py:89 #, python-format msgid "error writing file %s: %s" msgstr "錯誤寫入檔案 %s: %s" @@ -907,7 +906,7 @@ msgstr "錯誤寫入檔案 %s: %s" msgid "The XML files are in %(outdir)s." msgstr "XML 檔案在 %(outdir)s 。" -#: sphinx/builders/xml.py:100 +#: sphinx/builders/xml.py:101 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "pseudo-XML 檔案在 %(outdir)s 。" @@ -917,36 +916,36 @@ msgstr "pseudo-XML 檔案在 %(outdir)s 。" msgid "build info file is broken: %r" msgstr "build info 檔案已失效: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:197 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML 頁面在 %(outdir)s 。" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:409 #, python-format msgid "Failed to read build info file: %r" msgstr "讀取 build info 檔失敗: %r" -#: sphinx/builders/html/__init__.py:505 sphinx/builders/latex/__init__.py:182 +#: sphinx/builders/html/__init__.py:503 sphinx/builders/latex/__init__.py:182 #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96 #: sphinx/writers/texinfo.py:223 #, python-format msgid "%b %d, %Y" msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/html/__init__.py:524 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:522 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "總索引" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:522 msgid "index" msgstr "索引" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:588 msgid "next" msgstr "下一頁" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:597 msgid "previous" msgstr "上一頁" @@ -1034,52 +1033,52 @@ msgstr "正在傾印搜尋索引於 %s" msgid "invalid js_file: %r, ignored" msgstr "無效的 js_file: %r, 已略過" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1285 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1288 #, python-format msgid "Unknown math_renderer %r is given." msgstr "未知的 math_renderer %r 被給予。" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1296 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 項目 %r 不存在" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1300 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 項目 %r 被放入 outdir" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1309 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 項目 %r 不存在" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1313 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 項目 %r 被放入 outdir" -#: sphinx/builders/html/__init__.py:1301 sphinx/builders/latex/__init__.py:429 +#: sphinx/builders/html/__init__.py:1322 sphinx/builders/latex/__init__.py:432 #, python-format msgid "logo file %r does not exist" msgstr "標誌檔案 %r 不存在" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1331 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 檔案 %r 不存在" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1338 msgid "" -"Support for emitting HTML 4 output is deprecated and will be removed in " -"Sphinx 7. (\"html4_writer=True detected in configuration options)" -msgstr "編排 HTML 4 輸出的支援已不適用,且將在 Sphinx 7 中被移除。(在組態選項中偵測到 \"html4_writer=True)" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: sphinx/builders/html/__init__.py:1339 +#: sphinx/builders/html/__init__.py:1353 #, python-format msgid "%s %s documentation" msgstr "%s %s 說明文件" @@ -1105,14 +1104,14 @@ msgstr "未找到 \"latex_documents\" 組態值;不會編寫任何文件" msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" 組態值引用未知的文件 %s" -#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:590 -#: sphinx/domains/std.py:602 sphinx/templates/latex/latex.tex_t:106 +#: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553 +#: sphinx/domains/std.py:565 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:148 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138 #: sphinx/writers/texinfo.py:491 msgid "Index" msgstr "索引" @@ -1121,29 +1120,29 @@ msgstr "索引" msgid "Release" msgstr "發佈" -#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:368 +#: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366 #, python-format msgid "no Babel option known for language %r" msgstr "沒有語言 %r 已知的 Babel 選項" -#: sphinx/builders/latex/__init__.py:379 +#: sphinx/builders/latex/__init__.py:382 msgid "copying TeX support files" msgstr "正在複製 TeX 支援檔案" -#: sphinx/builders/latex/__init__.py:395 +#: sphinx/builders/latex/__init__.py:398 msgid "copying TeX support files..." msgstr "正在複製 TeX 支援檔案..." -#: sphinx/builders/latex/__init__.py:408 +#: sphinx/builders/latex/__init__.py:411 msgid "copying additional files" msgstr "正在複製附加檔案" -#: sphinx/builders/latex/__init__.py:451 +#: sphinx/builders/latex/__init__.py:454 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "未知的配置鍵: latex_elements[%r],已略過。" -#: sphinx/builders/latex/__init__.py:459 +#: sphinx/builders/latex/__init__.py:462 #, python-format msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "未知的主題選項: latex_theme_options[%r],,已略過。" @@ -1158,66 +1157,79 @@ msgstr "%r 沒有「主題」設定" msgid "%r doesn't have \"%s\" setting" msgstr "%r 沒有 \"%s\" 設定" +#: sphinx/builders/latex/transforms.py:114 +msgid "Failed to get a docname!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:115 +msgid "Failed to get a docname for source {source!r}!" +msgstr "" + +#: sphinx/builders/latex/transforms.py:476 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" + #: sphinx/cmd/build.py:37 msgid "Exception occurred while building, starting debugger:" msgstr "在建立時發生例外,正在啟動除錯器:" -#: sphinx/cmd/build.py:47 +#: sphinx/cmd/build.py:52 msgid "Interrupted!" msgstr "已中斷!" -#: sphinx/cmd/build.py:49 +#: sphinx/cmd/build.py:54 msgid "reST markup error:" msgstr "reST 標示錯誤:" -#: sphinx/cmd/build.py:55 +#: sphinx/cmd/build.py:60 msgid "Encoding error:" msgstr "編碼錯誤:" -#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "若您想要回報問題給開發者,完整的回溯已被儲存在 %s 中。" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:67 msgid "Recursion error:" msgstr "遞迴錯誤:" -#: sphinx/cmd/build.py:65 +#: sphinx/cmd/build.py:70 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "這會發生在非常大或是巢套較深的原始檔案。您可以在 conf.py 中謹慎地增加 Python 的預設 1000 次遞迴上限,例如:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:75 msgid "Exception occurred:" msgstr "發生例外:" -#: sphinx/cmd/build.py:76 +#: sphinx/cmd/build.py:81 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:79 +#: sphinx/cmd/build.py:84 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "錯誤回報可被歸檔於追蹤系統中,它是在 . 謝謝!" -#: sphinx/cmd/build.py:95 +#: sphinx/cmd/build.py:100 msgid "job number should be a positive number" msgstr "工件編號應該是一個正數" -#: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468 -#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:595 +#: sphinx/cmd/build.py:108 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit ." msgstr "需要更多資訊,請拜訪 ." -#: sphinx/cmd/build.py:104 +#: sphinx/cmd/build.py:109 msgid "" "\n" "Generate documentation from source files.\n" @@ -1236,130 +1248,130 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\n從原始檔案產生說明文件。\n\nsphinx-build 會從 SOURCEDIR 中的檔案來產生說明文件,並\n將它置放於 OUTPUTDIR。它會在 SOURCEDIR 中尋找 'conf.py' \n內的組態設定。'sphinx-quickstart' 工具可以用來產生模板檔案,\n包括 'conf.py'\n\nsphinx-build 能以不同的格式建立說明文件。在命令列指定建立\n器的名稱來選擇一種格式;其預設值為 HTML。建立器也能執行\n與處理說明文件有關的其他任務。\n\n在預設情況,所有舊的文件都已經被建立。指定個別的檔名,\n可以在建立時僅限於輸出所選的檔案。\n" -#: sphinx/cmd/build.py:125 +#: sphinx/cmd/build.py:130 msgid "path to documentation source files" msgstr "到說明文件原始檔案的路徑" -#: sphinx/cmd/build.py:127 +#: sphinx/cmd/build.py:132 msgid "path to output directory" msgstr "到輸出資料夾的路徑" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:134 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "一份要重建的特定檔案列表。如果 -a 被指定則會被略過。" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:137 msgid "general options" msgstr "一般選項" -#: sphinx/cmd/build.py:135 +#: sphinx/cmd/build.py:140 msgid "builder to use (default: html)" msgstr "要使用的建立器(預設值:html)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:142 msgid "write all files (default: only write new and changed files)" msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:145 msgid "don't use a saved environment, always read all files" msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:148 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "已存快取環境及 doctree 檔案的路徑(預設值:OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:152 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "盡可能以 N 個程序平行建立(特殊值 \"auto\" 會設定 N 為 cpu-count)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:156 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "組態檔案 (conf.py) 所在的路徑(預設值:與 SOURCEDIR 相同)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:159 msgid "use no config file at all, only -D options" msgstr "完全不使用組態檔案,只用 -D 選項" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:162 msgid "override a setting in configuration file" msgstr "在組態檔案中置換一項設定" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:165 msgid "pass a value into HTML templates" msgstr "傳遞一個值進入 HTML 模板" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:168 msgid "define tag: include \"only\" blocks with TAG" msgstr "定義 tag:「只」包含有 TAG 的區塊" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:170 msgid "nit-picky mode, warn about all missing references" msgstr "nit-picky 模式,對所有遺漏的參照發出警告" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:173 msgid "console output options" msgstr "控制台輸出選項" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:175 msgid "increase verbosity (can be repeated)" msgstr "增加贅言(可以被重複)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +#: sphinx/cmd/build.py:177 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "在 stdout 無輸出,只有在 stderr 的警告" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:179 msgid "no output at all, not even warnings" msgstr "完全沒有輸出,也沒有警告" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:182 msgid "do emit colored output (default: auto-detect)" msgstr "執行 emit 彩色輸出(預設值:auto-detect)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:185 msgid "do not emit colored output (default: auto-detect)" msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:188 msgid "write warnings (and errors) to given file" msgstr "寫入警告(及錯誤)至給定的檔案" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:190 msgid "turn warnings into errors" msgstr "將警告轉為錯誤" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:192 msgid "with -W, keep going when getting warnings" msgstr "帶有 -W,在得到警告時會繼續前進" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:194 msgid "show full traceback on exception" msgstr "在例外中顯示完整的回溯" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:196 msgid "run Pdb on exception" msgstr "在例外中執行 Pdb" -#: sphinx/cmd/build.py:215 +#: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" msgstr "無法合併 -a 選項及檔名" -#: sphinx/cmd/build.py:236 +#: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" msgstr "無法開啟警告檔案 %r: %s" -#: sphinx/cmd/build.py:250 +#: sphinx/cmd/build.py:255 msgid "-D option argument must be in the form name=value" msgstr "-D 選項引數必須是 name=value 的形式" -#: sphinx/cmd/build.py:257 +#: sphinx/cmd/build.py:262 msgid "-A option argument must be in the form name=value" msgstr "-A 選項引數必須是 name=value 的形式" @@ -1872,75 +1884,75 @@ msgstr "對 csv-table 指令的 \":file:\" 選項現在會將絕對路徑辨識 msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 +#: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308 #, python-format msgid "" "Duplicate C declaration, also defined at %s:%s.\n" "Declaration is '.. c:%s:: %s'." msgstr "重複的 C 宣告,亦被定義於 %s:%s。\n宣告是 '.. c:%s:: %s'。" -#: sphinx/domains/c.py:3236 +#: sphinx/domains/c.py:3247 #, python-format msgid "%s (C %s)" msgstr "%s (C %s)" -#: sphinx/domains/c.py:3335 sphinx/domains/cpp.py:7424 -#: sphinx/domains/python.py:464 sphinx/ext/napoleon/docstring.py:755 +#: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7453 +#: sphinx/domains/python.py:674 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "參數" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7459 msgid "Return values" msgstr "回傳值" -#: sphinx/domains/c.py:3341 sphinx/domains/cpp.py:7433 -#: sphinx/domains/javascript.py:249 sphinx/domains/python.py:476 +#: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7462 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:686 msgid "Returns" msgstr "回傳" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:688 msgid "Return type" msgstr "回傳型別" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7866 msgid "member" msgstr "成員函數" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3721 msgid "variable" msgstr "變數" -#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7836 -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1210 +#: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7865 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1442 msgid "function" msgstr "函式" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3723 msgid "macro" msgstr "巨集" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3724 msgid "struct" msgstr "結構" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7864 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7869 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7870 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7867 msgid "type" msgstr "型別" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7872 msgid "function parameter" msgstr "函式參數" @@ -1969,91 +1981,90 @@ msgstr "重複的引用 %s,亦出現於 %s" msgid "Citation [%s] is not referenced." msgstr "引用 [%s] 未被參照。" -#: sphinx/domains/cpp.py:4898 sphinx/domains/cpp.py:7379 +#: sphinx/domains/cpp.py:4918 sphinx/domains/cpp.py:7408 #, 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'。" -#: sphinx/domains/cpp.py:7186 +#: sphinx/domains/cpp.py:7206 msgid "Template Parameters" msgstr "模板參數" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7325 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7456 sphinx/domains/javascript.py:247 msgid "Throws" msgstr "拋出" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7863 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1444 msgid "class" msgstr "類別" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7868 msgid "concept" msgstr "概念" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7873 msgid "template parameter" msgstr "模板參數" -#: sphinx/domains/javascript.py:145 +#: sphinx/domains/javascript.py:154 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內建函式)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:155 sphinx/domains/python.py:1113 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 的方法)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:157 #, python-format msgid "%s() (class)" msgstr "%s() (類別)" -#: sphinx/domains/javascript.py:150 +#: sphinx/domains/javascript.py:159 #, python-format msgid "%s (global variable or constant)" msgstr "%s (全域變數或常數)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:161 sphinx/domains/python.py:1198 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 的屬性)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:244 msgid "Arguments" msgstr "引數" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:319 #, python-format msgid "%s (module)" msgstr "%s (模組)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1446 msgid "method" msgstr "方法" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1443 msgid "data" msgstr "資料" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1449 msgid "attribute" msgstr "屬性" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1451 msgid "module" msgstr "模組" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:388 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" @@ -2063,263 +2074,243 @@ msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" msgid "duplicate label of equation %s, other instance in %s" msgstr "重複公式標籤 %s,亦出現於 %s" -#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2096 +#: sphinx/domains/math.py:114 sphinx/writers/latex.py:2238 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "無效的 math_eqref_format: %r" -#: sphinx/domains/python.py:54 -msgid "keyword" -msgstr "關鍵字" - -#: sphinx/domains/python.py:55 -msgid "operator" -msgstr "運算子" - -#: sphinx/domains/python.py:56 -msgid "object" -msgstr "物件" - -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 -msgid "exception" -msgstr "例外" - -#: sphinx/domains/python.py:58 -msgid "statement" -msgstr "陳述式" - -#: sphinx/domains/python.py:59 -msgid "built-in function" -msgstr "內建函式" - -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:679 msgid "Variables" msgstr "變數" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:683 msgid "Raises" msgstr "引發" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:967 sphinx/domains/python.py:1104 #, python-format msgid "%s() (in module %s)" msgstr "%s() (於 %s 模組中)" -#: sphinx/domains/python.py:785 sphinx/domains/python.py:952 -#: sphinx/domains/python.py:1003 +#: sphinx/domains/python.py:1027 sphinx/domains/python.py:1194 +#: sphinx/domains/python.py:1245 #, python-format msgid "%s (in module %s)" msgstr "%s (於 %s 模組中)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:1029 #, python-format msgid "%s (built-in variable)" msgstr "%s (內建變數)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:1054 #, python-format msgid "%s (built-in class)" msgstr "%s (內建類別)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:1055 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的類別)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:1109 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 的類別方法)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:1111 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 的靜態方法)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1249 #, python-format msgid "%s (%s property)" msgstr "%s (%s 的特性)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1371 msgid "Python Module Index" msgstr "Python 模組索引" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1372 msgid "modules" msgstr "模組" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1421 msgid "Deprecated" msgstr "已棄用" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1445 +msgid "exception" +msgstr "例外" + +#: sphinx/domains/python.py:1447 msgid "class method" msgstr "類別方法" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1448 msgid "static method" msgstr "靜態方法" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1450 msgid "property" msgstr "特性" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1508 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :noindex: for " "one of them" msgstr "%s 的重複物件敘述,其他的實例在 %s ,使用 :noindex: 給它們其中之一" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1628 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "為交互參照 %r 找到多於一個目標: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1689 msgid " (deprecated)" msgstr "(已棄用)" -#: sphinx/domains/rst.py:124 sphinx/domains/rst.py:180 +#: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172 #, python-format msgid "%s (directive)" msgstr "%s (指令)" -#: sphinx/domains/rst.py:181 sphinx/domains/rst.py:185 +#: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177 #, python-format msgid ":%s: (directive option)" msgstr ":%s: (指令選項)" -#: sphinx/domains/rst.py:216 +#: sphinx/domains/rst.py:200 #, python-format msgid "%s (role)" msgstr "%s (角色)" -#: sphinx/domains/rst.py:225 +#: sphinx/domains/rst.py:209 msgid "directive" msgstr "指令" -#: sphinx/domains/rst.py:226 +#: sphinx/domains/rst.py:210 msgid "directive-option" msgstr "指令選項" -#: sphinx/domains/rst.py:227 +#: sphinx/domains/rst.py:211 msgid "role" msgstr "角色" -#: sphinx/domains/rst.py:249 +#: sphinx/domains/rst.py:233 #, python-format msgid "duplicate description of %s %s, other instance in %s" msgstr "%s %s 的重複敘述,其他的實例在 %s" -#: sphinx/domains/std.py:85 sphinx/domains/std.py:102 +#: sphinx/domains/std.py:77 sphinx/domains/std.py:94 #, python-format msgid "environment variable; %s" msgstr "環境變數; %s" -#: sphinx/domains/std.py:169 +#: sphinx/domains/std.py:153 #, 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.py:245 +#: sphinx/domains/std.py:224 #, python-format msgid "%s command line option" msgstr "%s 命令列選項" -#: sphinx/domains/std.py:247 +#: sphinx/domains/std.py:226 msgid "command line option" msgstr "命令列選項" -#: sphinx/domains/std.py:373 +#: sphinx/domains/std.py:344 msgid "glossary term must be preceded by empty line" msgstr "術語表項目必須有空白行在前" -#: sphinx/domains/std.py:381 +#: sphinx/domains/std.py:352 msgid "glossary terms must not be separated by empty lines" msgstr "術語表項目不可以被空白行分隔" -#: sphinx/domains/std.py:387 sphinx/domains/std.py:400 +#: sphinx/domains/std.py:358 sphinx/domains/std.py:371 msgid "glossary seems to be misformatted, check indentation" msgstr "術語表似乎有格式錯誤,請檢查縮排" -#: sphinx/domains/std.py:549 +#: sphinx/domains/std.py:512 msgid "glossary term" msgstr "雜項術語" -#: sphinx/domains/std.py:550 +#: sphinx/domains/std.py:513 msgid "grammar token" msgstr "語法單詞" -#: sphinx/domains/std.py:551 +#: sphinx/domains/std.py:514 msgid "reference label" msgstr "參照標籤" -#: sphinx/domains/std.py:553 +#: sphinx/domains/std.py:516 msgid "environment variable" msgstr "環境變數" -#: sphinx/domains/std.py:554 +#: sphinx/domains/std.py:517 msgid "program option" msgstr "程式選項" -#: sphinx/domains/std.py:555 +#: sphinx/domains/std.py:518 msgid "document" msgstr "文件" -#: sphinx/domains/std.py:591 sphinx/domains/std.py:603 +#: sphinx/domains/std.py:554 sphinx/domains/std.py:566 msgid "Module Index" msgstr "模組索引" -#: sphinx/domains/std.py:592 sphinx/domains/std.py:604 +#: sphinx/domains/std.py:555 sphinx/domains/std.py:567 #: sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "搜尋頁面" -#: sphinx/domains/std.py:647 sphinx/domains/std.py:753 +#: sphinx/domains/std.py:610 sphinx/domains/std.py:716 #: sphinx/ext/autosectionlabel.py:49 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "重複的標籤 %s,亦出現於 %s" -#: sphinx/domains/std.py:666 +#: sphinx/domains/std.py:629 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "重複 %s 的描述 %s,亦出現於 %s" -#: sphinx/domains/std.py:870 +#: sphinx/domains/std.py:833 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig 已停用。 :numref: 已略過。" -#: sphinx/domains/std.py:878 +#: sphinx/domains/std.py:841 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "無法建立一個交互參照。任一數字未被指定: %s" -#: sphinx/domains/std.py:890 +#: sphinx/domains/std.py:853 #, python-format msgid "the link has no caption: %s" msgstr "這個連結沒有標題: %s" -#: sphinx/domains/std.py:904 +#: sphinx/domains/std.py:867 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "無效的 numfig_format: %s (%r)" -#: sphinx/domains/std.py:907 +#: sphinx/domains/std.py:870 #, python-format msgid "invalid numfig_format: %s" msgstr "無效的 numfig_format: %s" -#: sphinx/domains/std.py:1137 +#: sphinx/domains/std.py:1100 #, python-format msgid "undefined label: %r" msgstr "未定義的標籤: %r" -#: sphinx/domains/std.py:1139 +#: sphinx/domains/std.py:1102 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "無法建立一個交互參照。未找到標題或說明: %r" @@ -2355,35 +2346,35 @@ msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree msgid "Failed to scan documents in %s: %r" msgstr "無法掃描 %s 中的文件: %r" -#: sphinx/environment/__init__.py:580 +#: sphinx/environment/__init__.py:582 #, python-format msgid "Domain %r is not registered" msgstr "Domain %r 未被註冊" -#: sphinx/environment/__init__.py:682 +#: sphinx/environment/__init__.py:684 msgid "self referenced toctree found. Ignored." msgstr "找到自我參照的 toctree。已略過。" -#: sphinx/environment/__init__.py:724 +#: sphinx/environment/__init__.py:726 msgid "document isn't included in any toctree" msgstr "文件未被包含於任何 toctree" -#: sphinx/environment/adapters/indexentries.py:72 +#: sphinx/environment/adapters/indexentries.py:66 #, python-format msgid "see %s" msgstr "參考 %s" -#: sphinx/environment/adapters/indexentries.py:76 +#: sphinx/environment/adapters/indexentries.py:70 #, python-format msgid "see also %s" msgstr "也參考 %s" -#: sphinx/environment/adapters/indexentries.py:79 +#: sphinx/environment/adapters/indexentries.py:73 #, python-format msgid "unknown index entry type %r" msgstr "未知的索引項目型別 %r" -#: sphinx/environment/adapters/indexentries.py:168 +#: sphinx/environment/adapters/indexentries.py:184 #: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "符號" @@ -2604,23 +2595,23 @@ msgstr "'%s' 不是有效的選項" msgid "'%s' is not a valid pyversion option" msgstr "'%s' 不是有效的 pyversion 選項" -#: sphinx/ext/doctest.py:214 +#: sphinx/ext/doctest.py:217 msgid "invalid TestCode type" msgstr "無效的 TestCode 型別" -#: sphinx/ext/doctest.py:272 +#: sphinx/ext/doctest.py:275 #, 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 中查看結果。" -#: sphinx/ext/doctest.py:422 +#: sphinx/ext/doctest.py:425 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" -#: sphinx/ext/doctest.py:508 +#: sphinx/ext/doctest.py:511 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "正在忽略無效的 doctest 碼: %r" @@ -2636,20 +2627,20 @@ msgid "" "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "hardcoded link %r 可以被一個 extlink 所取代(試試改用 %r)" -#: sphinx/ext/graphviz.py:126 +#: sphinx/ext/graphviz.py:128 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz 指令不能同時有內容及檔名引數" -#: sphinx/ext/graphviz.py:136 +#: sphinx/ext/graphviz.py:138 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "外部的 Graphviz 檔案 %r 未找到或是讀取失敗" -#: sphinx/ext/graphviz.py:143 +#: sphinx/ext/graphviz.py:145 msgid "Ignoring \"graphviz\" directive without content." msgstr "正在略過沒有內容的 \"graphviz\" 指令" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2659,14 +2650,14 @@ msgid "" "%r" msgstr "dot 並未製作一個輸出檔案:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:258 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot 命令 %r 無法被執行(graphviz 輸出所需要),請檢查 graphviz_dot 設定" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:265 #, python-format msgid "" "dot exited with error:\n" @@ -2676,23 +2667,23 @@ msgid "" "%r" msgstr "退出 dot,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:274 +#: sphinx/ext/graphviz.py:276 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format 必須是 'png' 和 'svg' 之一,但卻是 %r" -#: sphinx/ext/graphviz.py:278 sphinx/ext/graphviz.py:330 -#: sphinx/ext/graphviz.py:367 +#: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:333 +#: sphinx/ext/graphviz.py:370 #, python-format msgid "dot code %r: %s" msgstr "點碼 %r: %s" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:383 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[圖:%s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:385 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[圖]" @@ -2719,90 +2710,90 @@ msgstr "退出轉換,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" msgid "convert command %r cannot be run, check the image_converter setting" msgstr "轉換命令 %r 無法被執行,請檢查 image_converter 設定" -#: sphinx/ext/imgmath.py:139 +#: sphinx/ext/imgmath.py:150 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "LaTeX 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_latex 設定" -#: sphinx/ext/imgmath.py:153 +#: sphinx/ext/imgmath.py:164 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_%s 設定" -#: sphinx/ext/imgmath.py:309 +#: sphinx/ext/imgmath.py:320 #, python-format msgid "display latex %r: %s" msgstr "顯示 latex %r: %s" -#: sphinx/ext/imgmath.py:343 +#: sphinx/ext/imgmath.py:354 #, python-format msgid "inline latex %r: %s" msgstr "行內 latex %r: %s" -#: sphinx/ext/imgmath.py:350 sphinx/ext/mathjax.py:49 +#: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49 msgid "Permalink to this equation" msgstr "本公式的永久連結" -#: sphinx/ext/intersphinx.py:176 +#: sphinx/ext/intersphinx.py:194 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx 庫存已移動: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:230 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "正在從 %s 載入 intersphinx 庫存... " -#: sphinx/ext/intersphinx.py:221 +#: sphinx/ext/intersphinx.py:244 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:250 msgid "failed to reach any of the inventories with the following issues:" msgstr "無法到達任何的庫存,遇到以下問題:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s v%s)" msgstr "(於 %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:305 #, python-format msgid "(in %s)" msgstr "(於 %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:537 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "未找到外部交叉參照的清單: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:543 #, python-format msgid "role for external cross-reference not found: %s" msgstr "未找到外部交叉參照的角色: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:627 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "未找到外部的 %s:%s 參照目標: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:652 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx identifier %r 不是字串。已略過" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:674 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "無法讀取 intersphinx_mapping[%s], 已略過: %r" -#: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180 +#: sphinx/ext/linkcode.py:65 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "[原始碼]" @@ -2853,34 +2844,34 @@ msgstr "概要:模組原始碼" msgid "

All modules for which code is available

" msgstr "

所有可得程式碼的模組

" -#: sphinx/ext/autodoc/__init__.py:133 +#: sphinx/ext/autodoc/__init__.py:134 #, python-format msgid "invalid value for member-order option: %s" msgstr "對於 member-order 選項無效的值: %s" -#: sphinx/ext/autodoc/__init__.py:141 +#: sphinx/ext/autodoc/__init__.py:142 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "對於 class-doc-from 選項無效的值: %s" -#: sphinx/ext/autodoc/__init__.py:393 +#: sphinx/ext/autodoc/__init__.py:394 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "無效的簽章給 auto%s (%r)" -#: sphinx/ext/autodoc/__init__.py:509 +#: sphinx/ext/autodoc/__init__.py:510 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "在為 %s 格式化引數時有錯誤: %s" -#: sphinx/ext/autodoc/__init__.py:776 +#: 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 "autodoc: 決定 %s.%s (%r) 被文件化失敗,引發以下的例外:\n%s" -#: sphinx/ext/autodoc/__init__.py:871 +#: sphinx/ext/autodoc/__init__.py:872 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2888,112 +2879,112 @@ msgid "" "explicit module name)" msgstr "不清楚要 import 哪個模組來 autodocument %r (試試看在文件中加入 \"module\" 或 \"currentmodule\" 指令,或是給予一個明確的模組名稱)" -#: sphinx/ext/autodoc/__init__.py:915 +#: sphinx/ext/autodoc/__init__.py:916 #, python-format msgid "A mocked object is detected: %r" msgstr "一個 mocked 物件被偵測到: %r" -#: sphinx/ext/autodoc/__init__.py:934 +#: sphinx/ext/autodoc/__init__.py:935 #, python-format msgid "error while formatting signature for %s: %s" msgstr "正在為 %s 格式化簽名時發生錯誤: %s" -#: sphinx/ext/autodoc/__init__.py:994 +#: sphinx/ext/autodoc/__init__.py:995 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" 在 automodule 的名稱中並不合理" -#: sphinx/ext/autodoc/__init__.py:1001 +#: sphinx/ext/autodoc/__init__.py:1002 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "簽名引數或回傳註釋給予 automodule %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1015 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" -#: sphinx/ext/autodoc/__init__.py:1080 +#: sphinx/ext/autodoc/__init__.py:1081 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %s" -#: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361 -#: sphinx/ext/autodoc/__init__.py:2743 +#: sphinx/ext/autodoc/__init__.py:1285 sphinx/ext/autodoc/__init__.py:1362 +#: sphinx/ext/autodoc/__init__.py:2750 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "無法取得一個函式簽名給 %s: %s" -#: sphinx/ext/autodoc/__init__.py:1570 +#: sphinx/ext/autodoc/__init__.py:1571 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "無法取得一個 constructor 簽名給 %s: %s" -#: sphinx/ext/autodoc/__init__.py:1696 +#: sphinx/ext/autodoc/__init__.py:1697 #, python-format msgid "Bases: %s" msgstr "基礎類別:%s" -#: sphinx/ext/autodoc/__init__.py:1710 +#: sphinx/ext/autodoc/__init__.py:1711 #, python-format msgid "missing attribute %s in object %s" msgstr "遺漏屬性 %s 在物件 %s" -#: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847 -#: sphinx/ext/autodoc/__init__.py:1930 +#: sphinx/ext/autodoc/__init__.py:1811 sphinx/ext/autodoc/__init__.py:1848 +#: sphinx/ext/autodoc/__init__.py:1931 #, python-format msgid "alias of %s" msgstr "%s 的別名" -#: sphinx/ext/autodoc/__init__.py:1830 +#: sphinx/ext/autodoc/__init__.py:1831 #, python-format msgid "alias of TypeVar(%s)" msgstr "TypeVar(%s) 的別名" -#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#: sphinx/ext/autodoc/__init__.py:2152 sphinx/ext/autodoc/__init__.py:2249 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "無法取得一個 method 簽名給 %s: %s" -#: sphinx/ext/autodoc/__init__.py:2376 +#: sphinx/ext/autodoc/__init__.py:2377 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "在 %s 找到無效的 __slots__。已略過。" -#: sphinx/ext/autodoc/preserve_defaults.py:114 +#: sphinx/ext/autodoc/preserve_defaults.py:115 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "無法為 %r 剖析一個預設引數: %s" -#: sphinx/ext/autodoc/type_comment.py:122 +#: sphinx/ext/autodoc/type_comment.py:127 #, python-format msgid "Failed to update signature for %r: parameter not found: %s" msgstr "無法為 %r 更新簽名:未找到參數: %s" -#: sphinx/ext/autodoc/type_comment.py:125 +#: sphinx/ext/autodoc/type_comment.py:130 #, python-format msgid "Failed to parse type_comment for %r: %s" msgstr "無法為 %r 剖析 type_comment: %s" -#: sphinx/ext/autosummary/__init__.py:246 +#: sphinx/ext/autosummary/__init__.py:244 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "autosummary 參照已排除文件 %r 。已略過。" -#: sphinx/ext/autosummary/__init__.py:248 +#: sphinx/ext/autosummary/__init__.py:246 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummary: 未找到 stub 檔 %r 。請檢查您的 autosummary_generate 設定。" -#: sphinx/ext/autosummary/__init__.py:267 +#: sphinx/ext/autosummary/__init__.py:265 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "一個有標題的 autosummary 需要 :toctree: 選項。已略過。 " -#: sphinx/ext/autosummary/__init__.py:320 +#: sphinx/ext/autosummary/__init__.py:318 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3001,12 +2992,12 @@ msgid "" "%s" msgstr "autosummary: import %s 失敗。\n可能的提示:\n%s" -#: sphinx/ext/autosummary/__init__.py:334 +#: sphinx/ext/autosummary/__init__.py:332 #, python-format msgid "failed to parse name %s" msgstr "剖析名稱 %s 失敗" -#: sphinx/ext/autosummary/__init__.py:339 +#: sphinx/ext/autosummary/__init__.py:337 #, python-format msgid "failed to import object %s" msgstr "import 物件 %s 失敗" @@ -3030,17 +3021,17 @@ msgid "" "%s" msgstr "autosummary: 無法決定 %r 被記錄,以下例外被引發:\n%s" -#: sphinx/ext/autosummary/generate.py:376 +#: sphinx/ext/autosummary/generate.py:422 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] 正在產生 autosummary 給: %s" -#: sphinx/ext/autosummary/generate.py:380 +#: sphinx/ext/autosummary/generate.py:426 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] 正在寫入 %s" -#: sphinx/ext/autosummary/generate.py:423 +#: sphinx/ext/autosummary/generate.py:469 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3048,7 +3039,7 @@ msgid "" "%s" msgstr "[autosummary] import %s 失敗。\n可能的提示:\n%s" -#: sphinx/ext/autosummary/generate.py:596 +#: sphinx/ext/autosummary/generate.py:642 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3063,30 +3054,30 @@ msgid "" " 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" -#: sphinx/ext/autosummary/generate.py:613 +#: sphinx/ext/autosummary/generate.py:659 msgid "source files to generate rST files for" msgstr "原始檔案以產生 rST 檔案給" -#: sphinx/ext/autosummary/generate.py:617 +#: sphinx/ext/autosummary/generate.py:663 msgid "directory to place all output in" msgstr "資料夾來放置所有輸出在" -#: sphinx/ext/autosummary/generate.py:620 +#: sphinx/ext/autosummary/generate.py:666 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "檔案的預設後綴(預設: %(default)s )" -#: sphinx/ext/autosummary/generate.py:624 +#: sphinx/ext/autosummary/generate.py:670 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "自訂模板資料夾(預設: %(default)s )" -#: sphinx/ext/autosummary/generate.py:628 +#: sphinx/ext/autosummary/generate.py:674 #, python-format msgid "document imported members (default: %(default)s)" msgstr "文件引入成員(預設: %(default)s )" -#: sphinx/ext/autosummary/generate.py:632 +#: sphinx/ext/autosummary/generate.py:678 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " @@ -3149,52 +3140,52 @@ msgstr "異常的字串文本(缺少右括號): %s" msgid "malformed string literal (missing opening quote): %s" msgstr "異常的字串文本(缺少左括號): %s" -#: sphinx/locale/__init__.py:245 +#: sphinx/locale/__init__.py:215 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:246 +#: sphinx/locale/__init__.py:216 msgid "Caution" msgstr "警示" -#: sphinx/locale/__init__.py:247 +#: sphinx/locale/__init__.py:217 msgid "Danger" msgstr "危險" -#: sphinx/locale/__init__.py:248 +#: sphinx/locale/__init__.py:218 msgid "Error" msgstr "錯誤" -#: sphinx/locale/__init__.py:249 +#: sphinx/locale/__init__.py:219 msgid "Hint" msgstr "提示" -#: sphinx/locale/__init__.py:250 +#: sphinx/locale/__init__.py:220 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:251 +#: sphinx/locale/__init__.py:221 msgid "Note" msgstr "備註" -#: sphinx/locale/__init__.py:252 +#: sphinx/locale/__init__.py:222 msgid "See also" msgstr "也參考" -#: sphinx/locale/__init__.py:253 +#: sphinx/locale/__init__.py:223 msgid "Tip" msgstr "小訣竅" -#: sphinx/locale/__init__.py:254 +#: sphinx/locale/__init__.py:224 msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:48 +#: 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:59 +#: sphinx/templates/latex/longtable.tex_t:63 #: sphinx/templates/latex/sphinxmessages.sty_t:9 msgid "continues on next page" msgstr "繼續下一頁" @@ -3216,12 +3207,13 @@ msgstr "頁" msgid "Table of Contents" msgstr "目錄" -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:151 +#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22 msgid "Search" msgstr "搜尋" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "前往" @@ -3293,39 +3285,35 @@ msgstr "按字母索引頁面" msgid "can be huge" msgstr "可能會很大" -#: sphinx/themes/basic/layout.html:29 +#: sphinx/themes/basic/layout.html:26 msgid "Navigation" msgstr "瀏覽" -#: sphinx/themes/basic/layout.html:136 +#: sphinx/themes/basic/layout.html:126 #, python-format msgid "Search within %(docstitle)s" msgstr "在 %(docstitle)s 中搜尋" -#: sphinx/themes/basic/layout.html:145 +#: sphinx/themes/basic/layout.html:135 msgid "About these documents" msgstr "關於這些文件" -#: sphinx/themes/basic/layout.html:154 +#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 +#: sphinx/themes/basic/layout.html:190 msgid "Copyright" msgstr "版權所有" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 #, python-format -msgid "© Copyright %(copyright)s." -msgstr "© 版權所有 %(copyright)s。" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© 版權所有 %(copyright)s。" - -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:212 #, python-format msgid "Last updated on %(last_updated)s." msgstr "最後更新於 %(last_updated)s。" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using Sphinx " @@ -3466,25 +3454,25 @@ msgstr "註腳 [%s] 未被參照。" msgid "Footnote [#] is not referenced." msgstr "註腳 [#] 未被參照。" -#: sphinx/transforms/i18n.py:325 sphinx/transforms/i18n.py:396 +#: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" -#: sphinx/transforms/i18n.py:368 +#: sphinx/transforms/i18n.py:241 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: sphinx/transforms/i18n.py:417 +#: sphinx/transforms/i18n.py:283 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "被翻譯訊息中有不一致的引用。原文: {0},譯文: {1}" -#: sphinx/transforms/i18n.py:437 +#: sphinx/transforms/i18n.py:300 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" @@ -3521,166 +3509,170 @@ msgstr "無法提取遠端圖片: %s [%d]" msgid "Could not fetch remote image: %s [%s]" msgstr "無法提取遠端圖片: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:123 #, python-format msgid "Unknown image format: %s..." msgstr "未知的圖片格式: %s..." -#: sphinx/util/__init__.py:229 +#: sphinx/util/__init__.py:191 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "無法解碼的原始字元,以 \"?\" 取代: %r" -#: sphinx/util/display.py:70 +#: sphinx/util/display.py:76 msgid "skipped" msgstr "已省略" -#: sphinx/util/display.py:75 +#: sphinx/util/display.py:81 msgid "failed" msgstr "失敗" -#: sphinx/util/docfields.py:78 +#: 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。" -#: sphinx/util/docutils.py:308 +#: sphinx/util/docutils.py:307 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "未知的指令或角色名稱: %s:%s" -#: sphinx/util/docutils.py:604 +#: sphinx/util/docutils.py:595 #, python-format msgid "unknown node type: %r" msgstr "未知的節點型別: %r" -#: sphinx/util/i18n.py:63 +#: sphinx/util/i18n.py:61 #, python-format msgid "reading error: %s, %s" msgstr "讀取錯誤: %s, %s" -#: sphinx/util/i18n.py:70 +#: sphinx/util/i18n.py:68 #, python-format msgid "writing error: %s, %s" msgstr "寫入錯誤: %s, %s" -#: sphinx/util/i18n.py:94 +#: sphinx/util/i18n.py:92 #, python-format msgid "locale_dir %s does not exists" msgstr "locale_dir %s 不存在" -#: sphinx/util/i18n.py:190 +#: sphinx/util/i18n.py:183 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "無效的日期格式。如果您要直接將它輸出,則以單引號引用該字串: %s" -#: sphinx/util/nodes.py:417 +#: sphinx/util/nodes.py:372 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: sphinx/util/nodes.py:420 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "toctree 包含了不存在的檔案 %r 的參照 " -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:607 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "在評估只有指令的運算式時發生例外: %s" -#: sphinx/util/rst.py:71 +#: sphinx/util/rst.py:66 #, python-format msgid "default role %s not found" msgstr "預設角色 %s 未找到" -#: sphinx/writers/_html4.py:92 sphinx/writers/_html4.py:101 #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107 msgid "Permalink to this definition" msgstr "本定義的永久連結" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:395 #, python-format msgid "numfig_format is not defined for %s" msgstr "numfig_format 未被定義給 %s" -#: sphinx/writers/_html4.py:303 sphinx/writers/html5.py:309 +#: sphinx/writers/html5.py:405 #, python-format msgid "Any IDs not assigned for %s node" msgstr "任一個 ID 未被指定給 %s 節點" -#: sphinx/writers/_html4.py:377 sphinx/writers/html5.py:363 +#: sphinx/writers/html5.py:459 msgid "Permalink to this term" msgstr "本術語的永久連結" -#: sphinx/writers/_html4.py:400 sphinx/writers/_html4.py:405 -#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +#: sphinx/writers/html5.py:482 sphinx/writers/html5.py:487 msgid "Permalink to this heading" msgstr "本標頭的永久連結" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:491 msgid "Permalink to this table" msgstr "本表格的永久連結" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:534 msgid "Permalink to this code" msgstr "本原始碼的永久連結" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:536 msgid "Permalink to this image" msgstr "本圖片的永久連結" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:538 msgid "Permalink to this toctree" msgstr "本目錄的永久連結" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:675 msgid "Could not obtain image size. :scale: option is ignored." msgstr "無法取得圖片大小。 :scale: 選項已略過。" -#: sphinx/writers/latex.py:333 +#: sphinx/writers/latex.py:331 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "未知的 %r toplevel_sectioning 對於 class %r" -#: sphinx/writers/latex.py:384 +#: sphinx/writers/latex.py:382 msgid "too large :maxdepth:, ignored." msgstr ":maxdepth: 太大,已略過。" -#: sphinx/writers/latex.py:623 +#: sphinx/writers/latex.py:621 msgid "document title is not a single Text node" msgstr "文件標題不是單一的 Text 節點" -#: sphinx/writers/latex.py:654 sphinx/writers/texinfo.py:620 +#: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" -#: sphinx/writers/latex.py:831 sphinx/writers/manpage.py:241 +#: sphinx/writers/latex.py:954 sphinx/writers/manpage.py:254 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "註腳" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:1021 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1370 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "維度單位 %s 是無效的。已略過。" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1708 #, python-format msgid "unknown index entry type %s found" msgstr "找到了未知的索引條目型別 %s" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#: sphinx/writers/manpage.py:302 sphinx/writers/text.py:912 #, python-format msgid "[image: %s]" msgstr "[圖片:%s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:303 sphinx/writers/text.py:913 msgid "[image]" msgstr "[圖片]"