diff options
author | AA-Turner <AA-Turner@users.noreply.github.com> | 2023-05-14 22:39:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 22:39:29 +0000 |
commit | ab374da82034a87955b617bd325314cb8d6a3985 (patch) | |
tree | 462d91dca534f1eca7802bd94c7f9e5cdf1facd3 | |
parent | 00eeea3d9b4a586500e79e5cd68d9681ed2ec10a (diff) | |
download | sphinx-git-bot/pull-translations.tar.gz |
[internationalisation] Update translationsbot/pull-translations
175 files changed, 34046 insertions, 26759 deletions
diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo Binary files differindex 757dafbf0..6f924e435 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.po b/sphinx/locale/ar/LC_MESSAGES/sphinx.po index c93ac0414..8d45826f5 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Abdullah ahmed <Alhadab@hotmail.co.uk>, 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: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 "تحميل الترجمات [ %s ]" -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,127 +334,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 " @@ -476,154 +476,154 @@ 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: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 "بناء [mo]:" -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 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:243 #, python-format msgid "building [%s]: " msgstr "بناء [%s]" -#: 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 "تجهيز المستندات" @@ -632,7 +632,7 @@ msgstr "تجهيز المستندات" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "نسخ الصور..." @@ -642,7 +642,7 @@ 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -805,7 +805,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -890,7 +890,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:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -906,174 +906,174 @@ msgstr "ملفات الXML موجودة في %(outdir)s" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "الفهرس العام" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "الفهرس" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "التالي" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "السابق" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "إنشاء الفهرس" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "كتابة صفحات إضافية " -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "نسخ الملفات القابلة للتحميل للنسخ..." -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" -#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#: sphinx/builders/html/__init__.py:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "غير قادر على نسخ الملف الثابت %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "نسخ ملفات إضافية" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "غير قادر على نسخ المف الإضافي %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "ملف الشعار %r غير موجود" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "ملف الايقونة %r غير موجود" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "" @@ -1099,14 +1099,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,7 +1115,7 @@ 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 "" @@ -1152,6 +1152,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 "" @@ -1207,7 +1220,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1878,63 +1891,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "نوع" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" @@ -1979,12 +1992,12 @@ msgstr "" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "كائن" @@ -2001,7 +2014,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" @@ -2016,38 +2029,38 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,7 +2070,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2074,7 +2087,7 @@ msgstr "" msgid "object" msgstr "كائن" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" @@ -2086,234 +2099,234 @@ msgstr "" msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "متغيرات" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2713,85 +2726,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 "" @@ -2915,7 +2928,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 "" @@ -2971,23 +2984,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" @@ -2995,12 +3008,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 +3037,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 +3055,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 +3070,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 +3156,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 +3223,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 +3301,39 @@ 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 msgid "Copyright" msgstr "الحقوق" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "© <a href=\"%(path)s\"> حقوق النشر </a> %(copyright)s" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "© حقوق النشر %(copyright)s" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,25 +3474,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,7 +3534,7 @@ 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 "" @@ -3540,32 +3554,32 @@ 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 " @@ -3587,84 +3601,82 @@ 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:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo Binary files differindex 926c13e4a..8d2af21c2 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.po b/sphinx/locale/bg/LC_MESSAGES/sphinx.po index cd69455ba..0380562ae 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +712,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1239,266 +1241,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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" @@ -1591,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 "" @@ -1705,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 "" @@ -1742,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 "" @@ -1774,671 +1776,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:22 +#: 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 +#: sphinx/domains/python.py:873 #, python-format -msgid "%s (%s property)" +msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1011 #, python-format -msgid "%s() (%s static method)" +msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2450,228 +2447,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2681,14 +2664,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2698,27 +2681,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2709,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 +2719,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" 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 "<h1>All modules for which code is available</h1>" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2915,76 +2893,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -2999,23 +2982,23 @@ msgstr "" 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 +3006,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 +3053,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 +3068,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 +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 "" @@ -3315,39 +3299,39 @@ 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 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3473,107 +3457,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3577,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3672,45 +3654,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo Binary files differindex 19a0929ae..e920e4f71 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.po b/sphinx/locale/bn/LC_MESSAGES/sphinx.po index e1a8954f4..6d3ec8295 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 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: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/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +713,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr "(-" -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "সাধারণ ইনডেক্স" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "ইনডেক্স" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "পরবর্তী" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "পূর্ববর্তী" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1240,266 +1242,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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" @@ -1592,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 "" @@ -1706,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 "" @@ -1743,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 "" @@ -1775,671 +1777,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "প্যারামিটার" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "রিটার্নস" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "রিটার্ন টাইপ" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "ক্লাস" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, python-format msgid "%s() (built-in function)" msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s মেথড)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "%s() (ক্লাসে)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s এ্যট্রিবিউট)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (মডিউল)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "মেথড" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "ডাটা" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "এ্যট্রিবিউট" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "মডিউল" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "কিওয়ার্ড" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "অপারেটর" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "অবজেক্ট" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "এক্সেপশন" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "স্ট্যাটমেন্ট" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "বিল্ট-ইন ফাংশন" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "রেইজেস" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (%s মডিউলে)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (বিল্ট-ইন ক্লাস)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, 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:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "মডিউল সমূহ" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "ডেপ্রিকেটেড" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "ক্লাস মেথড" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "স্ট্যাটিক মেথড" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2451,228 +2448,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2682,14 +2665,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2699,27 +2682,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2710,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 +2720,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" 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 "<h1>All modules for which code is available</h1>" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2916,76 +2894,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3000,23 +2983,23 @@ msgstr "" 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 +3007,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 +3054,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 +3069,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 +3222,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 +3300,39 @@ 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 msgid "Copyright" msgstr "কপিরাইট" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "%(last_updated)s সর্বশেষ পরিবর্তন করা হয়েছে।" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3474,107 +3458,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3578,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3673,45 +3655,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "পাদটীকা" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo Binary files differindex d96772e21..a540c92d2 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.po b/sphinx/locale/ca/LC_MESSAGES/sphinx.po index 144c88a5a..020dc66e9 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n" -"Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\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 "" -#: 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: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/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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 "Mòduls Interns" -#: sphinx/builders/changes.py:72 +#: sphinx/builders/changes.py:73 msgid "Module level" msgstr "Nivell de mòdul" @@ -718,510 +713,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr " (a " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índex General" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "índex" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "següent" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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 "" -#: 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 "Í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 "" -#: sphinx/builders/latex/__init__.py:375 +#: sphinx/builders/latex/__init__.py:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1240,266 +1242,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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" @@ -1592,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 "" @@ -1706,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 "" @@ -1743,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 "" @@ -1775,671 +1777,666 @@ 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 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 +#: sphinx/directives/other.py:178 msgid "Code author: " msgstr "" -#: 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 "" -#: sphinx/domains/c.py:2000 sphinx/domains/c.py:3302 +#: sphinx/domains/c.py:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 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:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Tipus de retorn" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "membre" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "tipus" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" -#: 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 "" -#: 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, 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:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "mòdul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "paraula clau" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "operador" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "objecte" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "excepció" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "sentència" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "funció interna" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Llença" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (al mòdul %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable interna)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "%s (class 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:871 #, 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:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (mètode estàtic %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "mòduls" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Obsolet" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "mètode estàtic" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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 "" -#: 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 "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 "" -#: 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 "variable d'entorn" -#: 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 "Í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" -#: 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "vegeu %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "vegeu també %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2451,228 +2448,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2682,14 +2665,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2699,27 +2682,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2710,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 +2720,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 sphinx/ext/viewcode.py:180 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:62 +#: sphinx/ext/todo.py:64 msgid "Todo" msgstr "Pendent" -#: 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 "<<original entry>>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" 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 "<h1>All modules for which code is available</h1>" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2916,76 +2894,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3000,23 +2983,23 @@ msgstr "" 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 +3007,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 +3054,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 +3069,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 "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 "" @@ -3239,12 +3222,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 "Cerca" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 +#: sphinx/themes/basic/searchfield.html:18 msgid "Go" msgstr "Ves a" @@ -3316,39 +3300,39 @@ 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 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Última actualització el %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3474,107 +3458,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3578,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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 permanent a aquesta definició" -#: sphinx/writers/html.py:322 sphinx/writers/html5.py:300 +#: sphinx/writers/html5.py:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3673,45 +3655,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 msgid "[image]" msgstr "[imatge]" -#: 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/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo Binary files differindex 1d04027ac..82a32b082 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.po b/sphinx/locale/cak/LC_MESSAGES/sphinx.po index 3bf39b07c..46625f234 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard <julien.malard@mail.mcgill.ca>, 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: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/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +713,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr "(chupam" -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Konojel cholwuj" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "cholwuj" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "jun chïk" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "chi rij kan" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "Rusachoj nuk'unem:" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "Rusachoj kamulunem:" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1240,266 +1242,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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 "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 +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 "" @@ -1706,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 "" @@ -1743,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 "" @@ -1775,671 +1777,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 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:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" -#: sphinx/domains/changeset.py:20 +#: sphinx/domains/changeset.py:22 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:21 +#: sphinx/domains/changeset.py:23 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:22 +#: 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "Ruwäch" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "wachinäq" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Retal jalöj" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 +#: sphinx/domains/python.py:873 #, python-format -msgid "%s (%s property)" +msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1011 #, python-format -msgid "%s() (%s static method)" +msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "tatz'u %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "tatz'u chuqa' %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2451,228 +2448,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2682,14 +2665,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2699,27 +2682,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2710,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 +2720,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(chupam %s)" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "<<original entry>>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> is located in %s, line %d.)" msgstr "(Ri <<original entry>> 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 "<h1>Source code for %s</h1>" 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 "<h1>All modules for which code is available</h1>" msgstr "" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2916,76 +2894,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3000,23 +2983,23 @@ msgstr "" 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 +3007,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 +3054,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 +3069,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 +3222,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 +3300,39 @@ 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 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3474,107 +3458,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3578,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3673,45 +3655,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "[wachib'äl: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo Binary files differindex db5982529..a69417dcd 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.po b/sphinx/locale/cs/LC_MESSAGES/sphinx.po index c60592de5..f1565cc9b 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vilibald W. <vilibald.wanca@gmail.com>, 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: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/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +714,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Obecný rejstřík" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "rejstřík" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "další" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "předchozí" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1241,266 +1243,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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" @@ -1593,12 +1595,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 +1709,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 +1746,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 +1778,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Vrací" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Typ návratové hodnoty" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "člen" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "funkce" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "Vyvolá" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "třída" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, 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:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "%s() (třída)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "klíčové slovo" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "operátor" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "výjimka" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "příkaz" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "vestavěná funkce" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Proměnné" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Vyvolá" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (vestavěná proměnná)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (vestavěná třída)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, 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:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metoda %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Rejstřík modulů Pythonu" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Zastaralé" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "třídní metoda" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "statická metoda" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "viz %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "viz také %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2452,228 +2449,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2683,14 +2666,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2700,27 +2683,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2711,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 +2721,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" msgstr "<h1>Zdrojový kód pro %s</h1>" -#: 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 "<h1>All modules for which code is available</h1>" msgstr "<h1>Všechny moduly s dostupným kódem</h1>" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2917,76 +2895,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3001,23 +2984,23 @@ msgstr "" 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 +3008,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 +3055,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 +3070,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 +3223,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 +3301,39 @@ 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 msgid "Copyright" msgstr "Veškerá práva vyhrazena" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3475,107 +3459,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3579,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 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:438 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:440 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:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3674,45 +3656,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Poznámky pod čarou" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "[obrázek: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo Binary files differindex 6e10b6dcc..c72e168a1 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.po b/sphinx/locale/cy/LC_MESSAGES/sphinx.po index e52c3c31c..fd7a7917e 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Geraint Palmer <palmer.geraint@googlemail.com>, 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: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/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +714,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr " (yn " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indecs cyffredinol" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "indecs" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "nesaf" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "blaenorol" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1241,266 +1243,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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" @@ -1593,12 +1595,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 +1709,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 +1746,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 +1778,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Paramedrau" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "aelod" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "ffwythiant" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "modiwl" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "allweddair" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "gweithredydd" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "gwrthrych" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "datganiad" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "ffwythiant built-in" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:856 sphinx/domains/python.py:996 +#: sphinx/domains/python.py:873 #, python-format -msgid "%s (%s property)" +msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:858 +#: sphinx/domains/python.py:1011 #, python-format -msgid "%s() (%s static method)" +msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "gweler %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "gweler hefyd %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2452,228 +2449,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2683,14 +2666,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2700,27 +2683,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "[graff: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2711,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 +2721,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(yn %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" msgstr "<h1>Cod ffynhonnell ar gyfer %s</h1>" -#: 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 "<h1>All modules for which code is available</h1>" msgstr "<h1>Holl fodiwlau lle mae'r cod ar gael</h1>" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2917,76 +2895,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3001,23 +2984,23 @@ msgstr "" 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 +3008,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 +3055,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 +3070,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 +3223,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 +3301,39 @@ 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 msgid "Copyright" msgstr "Hawlfraint" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3475,107 +3459,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3579,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 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:438 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:440 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:442 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:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3674,45 +3656,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Troednodiadau" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "[delwedd: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo Binary files differindex 4462e550f..c23389840 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.po b/sphinx/locale/da/LC_MESSAGES/sphinx.po index cdf3e57da..2559c35d1 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 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: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 "indlæser oversættelser [%s] ..." -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Kunne ikke importere udvidelse %s" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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 "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:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "læser kilder ..." -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "forbereder dokumenter" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +716,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ugyldig css_file: %r, ignoreret" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, 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:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr " (i " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Generelt indeks" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "næste" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "forrige" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "kan ikke kopiere statisk fil %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, 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:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "favicon-filen %r findes ikke" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "Kodningsfejl:" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1243,266 +1245,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +1513,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 +1597,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 +1711,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 +1748,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 +1780,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Returnerer" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Returtype" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "optæl" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "optælling" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "Template-parametre" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, 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:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (metode i %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut i %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Parametre" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "modul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "nøgleord" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "undtagelse" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "erklæring" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "indbygget funktion" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Variable" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Rejser" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (i modulet %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (indbygget variabel)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (indbygget klasse)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, 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:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statisk metode i %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Python-modulindeks" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Forældet" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2454,228 +2451,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2685,14 +2668,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2702,27 +2685,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2713,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 +2723,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(i %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "<<oprindeligt punkt>>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> is located in %s, line %d.)" msgstr "(Det <<oprindelige punkt>> 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 "<h1>Source code for %s</h1>" msgstr "<h1>Kildekode for %s</h1>" -#: 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 "<h1>All modules for which code is available</h1>" msgstr "<h1>Alle moduler, der er kode tilgængelig for</h1>" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2919,76 +2897,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3003,23 +2986,23 @@ msgstr "" 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 +3010,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 +3057,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 +3072,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 +3225,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 +3303,39 @@ 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 msgid "Copyright" msgstr "Ophavsret" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "© <a href=\"%(path)s\">Ophavsret</a> %(copyright)s." -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "© Ophavsret %(copyright)s." -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3477,107 +3461,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3581,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "Permahenvisning til denne tabel" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "Permahenvisning til denne kode" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "Permahenvisning til dette billede" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "Permahenvisning til dette toctree" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3676,45 +3658,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fodnoter" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "[billede: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo Binary files differindex 620607467..376791c8f 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index 09f4cb4eb..e1010f7be 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Jean-François B. <jfbu@free.fr>, 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: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 "Lade Übersetzungen [%s]…" -#: sphinx/application.py:288 sphinx/util/__init__.py:519 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:428 +#: sphinx/registry.py:398 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: 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:461 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Ursprüngliche Ausnahme:\n" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:476 +#: 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:484 +#: sphinx/registry.py:454 #, 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:184 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:204 +#: sphinx/builders/__init__.py:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:269 +#: sphinx/builders/__init__.py:253 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: 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:290 +#: 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:299 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, python-format msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:449 sphinx/builders/__init__.py:461 +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +716,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:157 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "Index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "weiter" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "zurück" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1098 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1269 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1281 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1294 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1243,266 +1245,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:143 +#: sphinx/cmd/build.py:147 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:151 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:154 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:174 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +1513,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 +1597,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 +1711,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 +1748,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 +1780,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Rückgabe" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Rückgabetyp" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "Member" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "Funktion" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "Makro" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "Aufzählung" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "Enumerator" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "Typ" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "Template Parameter" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "Wirft" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "Klasse" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, 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:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (Methode von %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "%s() (Klasse)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (Attribut von %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Parameter" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (Modul)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "Methode" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "Wert" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "Attribut" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "Modul" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "Schlüsselwort" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "Operator" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "Objekt" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "Exception" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "Anweisung" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "Builtin-Funktion" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Variablen" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Verursacht" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (in Modul %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (Standard-Variable)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (Builtin-Klasse)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, 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:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische Methode von %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Python-Modulindex" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "Module" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Veraltet" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "Klassenmethode" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "statische Methode" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1447 +#: sphinx/domains/python.py:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "siehe %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "siehe auch %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2454,228 +2451,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:214 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:507 +#: sphinx/ext/doctest.py:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:141 +#: sphinx/ext/graphviz.py:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2685,14 +2668,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2702,27 +2685,27 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:378 sphinx/ext/graphviz.py:386 +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "[Diagramm: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2713,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 +2723,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "<<ursprüngliche Eintrag>>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> is located in %s, line %d.)" msgstr "(Der <<ursprüngliche Eintrag>> 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 "<h1>Source code for %s</h1>" msgstr "<h1>Quellcode für %s</h1>" -#: 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 "<h1>All modules for which code is available</h1>" msgstr "<h1>Alle Module, für die Quellcode verfügbar ist</h1>" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2919,76 +2897,81 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1020 +#: sphinx/ext/autodoc/__init__.py:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3003,23 +2986,23 @@ msgstr "" 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 +3010,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 +3057,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 +3072,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 +3225,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 +3303,39 @@ 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 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3477,107 +3461,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:122 #, 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:70 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3581,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "Link zu dieser Tabelle" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "Link zu diesem Quellcode" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "Link zu diesem Bild" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 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:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3676,45 +3658,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Fußnoten" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/manpage.py:288 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "[Bild: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo Binary files differindex 3498339a3..9c6cf8850 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.po b/sphinx/locale/el/LC_MESSAGES/sphinx.po index 36771957a..81de8eb9f 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 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:426 #, 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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "η κλάση κόμβου %r έχει ήδη καταχωρηθεί, οι επισκέπτες της θα υπερσκελιστούν" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, 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:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "ο ρόλος %r έχει ήδη καταχωρηθεί, θα υπερσκελιστεί" -#: sphinx/application.py:1285 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1292 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1304 sphinx/application.py:1308 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,424 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "το enumerable_node %r είναι ήδη καταχωρημένο" -#: sphinx/registry.py:437 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: sphinx/registry.py:450 +#: sphinx/registry.py:420 #, 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:431 msgid "Original exception:\n" msgstr "Αρχική εξαίρεση:\n" -#: sphinx/registry.py:462 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Δεν ήταν δυνατή η εισαγωγή της επέκτασης %s" -#: sphinx/registry.py:467 +#: sphinx/registry.py:437 #, 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: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 "Η επέκταση %s η οποία χρησιμοποιείται από αυτό το έργο απαιτεί Sphinx έκδοσης τουλάχιστον %s: επομένως δεν είναι δυνατή η μεταγλώττιση με αυτή την έκδοση." -#: sphinx/registry.py:484 +#: sphinx/registry.py:454 #, 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:184 #, 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:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" -#: sphinx/builders/__init__.py:224 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "μεταγλώττιση [mo]:" -#: sphinx/builders/__init__.py:225 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "εγγραφή εξόδου..." -#: sphinx/builders/__init__.py:234 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "όλα τα αρχεία po του %d" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" -#: sphinx/builders/__init__.py:260 +#: sphinx/builders/__init__.py:244 #, 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:253 msgid "all source files" msgstr "όλα τα αρχεία πηγής" -#: sphinx/builders/__init__.py:279 +#: sphinx/builders/__init__.py:263 #, python-format msgid "file %r given on command line does not exist, " msgstr "" -#: sphinx/builders/__init__.py:284 +#: sphinx/builders/__init__.py:268 #, 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:274 #, 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:283 #, python-format msgid "%d source files given on command line" msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" -#: sphinx/builders/__init__.py:311 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "μεταγλώττιση [%s]:" -#: sphinx/builders/__init__.py:329 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." -#: sphinx/builders/__init__.py:334 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "βρέθηκε %d" -#: sphinx/builders/__init__.py:336 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "δεν βρέθηκε κανένα" -#: sphinx/builders/__init__.py:341 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" -#: sphinx/builders/__init__.py:347 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "έλεγχος συνοχής" -#: sphinx/builders/__init__.py:351 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "κανένας στόχος δεν είναι ξεπερασμένος." -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "αναβάθμιση περιβάλλοντος:" -#: sphinx/builders/__init__.py:411 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "ανάγνωση πηγών..." -#: sphinx/builders/__init__.py:553 +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "docname προς εγγραφή: %s" -#: sphinx/builders/__init__.py:562 sphinx/builders/singlehtml.py:145 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "προετοιμασία κειμένων" -#: sphinx/builders/_epub_base.py:210 +#: 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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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,510 +715,517 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" -#: sphinx/builders/gettext.py:217 +#: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" msgstr "στόχοι για %d πρότυπα αρχεία" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:248 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:113 #, 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:148 #, python-format msgid "broken link: %s (%s)" msgstr "λανθασμένος σύνδεσμος: %s (%s)" -#: sphinx/builders/linkcheck.py:323 +#: sphinx/builders/linkcheck.py:325 #, python-format msgid "Anchor '%s' not found" msgstr "Δεν βρέθηκε το anchor '%s'" -#: sphinx/builders/linkcheck.py:556 +#: sphinx/builders/linkcheck.py:557 #, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 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:279 sphinx/builders/texinfo.py:100 #, python-format msgid "processing %s" msgstr "επεξεργασία %s" -#: sphinx/builders/latex/__init__.py:348 sphinx/builders/texinfo.py:149 +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." msgstr "επίλυση αναφορών..." -#: sphinx/builders/latex/__init__.py:358 sphinx/builders/texinfo.py:158 +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " msgstr " (σε " -#: sphinx/builders/texinfo.py:188 +#: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" -#: sphinx/builders/texinfo.py:192 +#: sphinx/builders/texinfo.py:196 #, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 #, 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:100 #, 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:159 #, python-format msgid "build info file is broken: %r" msgstr "το αρχείο πληροφοριών μεταγλώττισης είναι κατεστραμμένο: %r" -#: sphinx/builders/html/__init__.py:189 +#: sphinx/builders/html/__init__.py:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Κεντρικό Ευρετήριοο" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "ευρετήριο" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "επόμενο" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "προηγούμενο" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "αντιγραφή αρχείων μεταφόρτωσης..." -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" -#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#: sphinx/builders/html/__init__.py:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1137 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1179 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1259 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:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Δόθηκε άγνωστο math_renderer %r." -#: sphinx/builders/html/__init__.py:1277 +#: sphinx/builders/html/__init__.py:1270 #, 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:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1290 +#: sphinx/builders/html/__init__.py:1283 #, 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:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "το αρχείο logo %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1312 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "το αρχείο favicon %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1332 -msgid "" -"html_add_permalinks has been deprecated since v3.5.0. Please use " -"html_permalinks and html_permalinks_icon instead." -msgstr "" - -#: sphinx/builders/html/__init__.py:1347 +#: sphinx/builders/html/__init__.py:1312 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:1374 +#: sphinx/builders/html/__init__.py:1327 #, 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:379 msgid "copying TeX support files" msgstr "αντιγραφή αρχείων υποστήριξης TeX" -#: sphinx/builders/latex/__init__.py:391 +#: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." msgstr "αντιγραφή αρχείων υποστήριξης TeX..." -#: sphinx/builders/latex/__init__.py:404 +#: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" msgstr "αντιγραφή επιπρόσθετων αρχείων" -#: sphinx/builders/latex/__init__.py:448 +#: sphinx/builders/latex/__init__.py:451 #, python-format msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: sphinx/builders/latex/__init__.py:456 +#: sphinx/builders/latex/__init__.py:459 #, 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:47 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:46 +#: sphinx/cmd/build.py:49 msgid "reST markup error:" msgstr "σφάλμα reST markup:" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:55 msgid "Encoding error:" msgstr "Σφάλμα κωδικοποίησης:" -#: sphinx/cmd/build.py:55 sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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:62 msgid "Recursion error:" msgstr "Σφάλμα αναδρομής:" -#: sphinx/cmd/build.py:62 +#: sphinx/cmd/build.py:65 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:70 msgid "Exception occurred:" msgstr "Εμφανίστηκε εξαίρεση:" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:76 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:79 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "Μία αναφορά σφάλματος μπορεί να υποβληθεί στον ινχηλάτη στο https://github.com/sphinx-doc/sphinx/issues>. Ευχαριστούμε!" -#: sphinx/cmd/build.py:92 +#: sphinx/cmd/build.py:95 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:103 sphinx/cmd/quickstart.py:468 +#: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:104 msgid "" "\n" "Generate documentation from source files.\n" @@ -1242,266 +1244,266 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:122 +#: sphinx/cmd/build.py:125 msgid "path to documentation source files" msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" -#: sphinx/cmd/build.py:124 +#: sphinx/cmd/build.py:127 msgid "path to output directory" msgstr "μονοπάτι στον κατάλογο εξόδου" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "μία λίστα με συγκεκριμένα αρχεία να επαναμεταγλωττιστούν. Θα αγνοηθεί αν δοθεί το -a" -#: sphinx/cmd/build.py:129 +#: sphinx/cmd/build.py:132 msgid "general options" msgstr "γενικές επιλογές" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" msgstr "μεταγλωττιστής για χρήση (προεπιλογή: html)" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" -#: sphinx/cmd/build.py:137 +#: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" -#: sphinx/cmd/build.py:140 +#: sphinx/cmd/build.py:143 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:147 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:151 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:154 msgid "use no config file at all, only -D options" msgstr "να μη χρησιμοποιηθεί κανένα αρχείο παραμετροποίησης, μόνο επιλογές -D" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:157 msgid "override a setting in configuration file" msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" -#: sphinx/cmd/build.py:156 +#: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" msgstr "μεταφορά τιμής στα πρότυπα HTML" -#: sphinx/cmd/build.py:159 +#: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" msgstr "ορίστε ετικέτα: συμπεριλάβατε \"only\" τμήματα με TAG" -#: sphinx/cmd/build.py:161 +#: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" msgstr "Ο τρόπος nit-picky, προειδοποιεί για όλες τις αναφορές που απουσιάζουν" -#: sphinx/cmd/build.py:164 +#: sphinx/cmd/build.py:168 msgid "console output options" msgstr "επιλογές εξόδου κονσόλας" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" -#: sphinx/cmd/build.py:168 sphinx/ext/apidoc.py:327 +#: sphinx/cmd/build.py:172 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:174 msgid "no output at all, not even warnings" msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" -#: sphinx/cmd/build.py:173 +#: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" -#: sphinx/cmd/build.py:179 +#: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" -#: sphinx/cmd/build.py:181 +#: sphinx/cmd/build.py:185 msgid "turn warnings into errors" msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:189 msgid "show full traceback on exception" msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:191 msgid "run Pdb on exception" msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" -#: sphinx/cmd/build.py:211 +#: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" -#: sphinx/cmd/build.py:232 +#: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" msgstr "δεν είναι δυνατό το άνοιγμα του αρχείου προειδοποίησης %r: %s" -#: sphinx/cmd/build.py:246 +#: sphinx/cmd/build.py:250 msgid "-D option argument must be in the form name=value" msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" -#: sphinx/cmd/build.py:253 +#: sphinx/cmd/build.py:257 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 +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" @@ -1594,12 +1596,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 +1710,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 +1747,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 +1779,666 @@ 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:2026 sphinx/domains/c.py:3289 #, 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:3236 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Παράμετροι" -#: sphinx/domains/c.py:3351 sphinx/domains/cpp.py:7429 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Επιστρέφει" -#: sphinx/domains/c.py:3356 sphinx/domains/javascript.py:249 -#: sphinx/domains/python.py:451 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Επιστρεφόμενος τύπος" -#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7836 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "μέλος" -#: sphinx/domains/c.py:3752 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "συνάρτηση" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "μακροεντολή" -#: sphinx/domains/c.py:3755 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7834 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "ένωση" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7839 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "τύπος" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7842 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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:4898 sphinx/domains/cpp.py:7379 #, 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:7186 msgid "Template Parameters" msgstr "Παράμετροι Προτύπου" -#: sphinx/domains/cpp.py:7301 +#: sphinx/domains/cpp.py:7304 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7426 sphinx/domains/javascript.py:244 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "Προκαλεί" -#: sphinx/domains/cpp.py:7833 sphinx/domains/javascript.py:360 -#: sphinx/domains/python.py:1202 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "κλάση" -#: sphinx/domains/cpp.py:7838 +#: sphinx/domains/cpp.py:7839 msgid "concept" msgstr "έννοια" -#: sphinx/domains/cpp.py:7843 +#: sphinx/domains/cpp.py:7844 msgid "template parameter" msgstr "" -#: sphinx/domains/javascript.py:143 +#: sphinx/domains/javascript.py:145 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ενσωματωμένη συνάρτηση)" -#: sphinx/domains/javascript.py:144 sphinx/domains/python.py:860 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (μέθοδος της %s)" -#: sphinx/domains/javascript.py:146 +#: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" msgstr "%s() (κλάση)" -#: sphinx/domains/javascript.py:148 +#: sphinx/domains/javascript.py:150 #, python-format msgid "%s (global variable or constant)" msgstr "%s (καθολική μεταβλητή ή σταθερά)" -#: sphinx/domains/javascript.py:150 sphinx/domains/python.py:945 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (ιδιότητα της %s)" -#: sphinx/domains/javascript.py:241 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Παράμετροι" -#: sphinx/domains/javascript.py:317 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (μονάδα)" -#: sphinx/domains/javascript.py:359 sphinx/domains/python.py:1204 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "μέθοδος" -#: sphinx/domains/javascript.py:361 sphinx/domains/python.py:1201 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "δεδομένα" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1207 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "ιδιότητα" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:51 -#: sphinx/domains/python.py:1209 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "μονάδα" -#: sphinx/domains/javascript.py:394 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Ανέγκυρο math_eqref_format: %r" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:54 msgid "keyword" msgstr "λέξη κλειδί" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:55 msgid "operator" msgstr "τελεστής" -#: sphinx/domains/python.py:54 +#: sphinx/domains/python.py:56 msgid "object" msgstr "αντικείμενο" -#: sphinx/domains/python.py:55 sphinx/domains/python.py:1203 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "εξαίρεση" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:58 msgid "statement" msgstr "δήλωση" -#: sphinx/domains/python.py:57 +#: sphinx/domains/python.py:59 msgid "built-in function" msgstr "ενσωματωμένη συνάρτηση" -#: sphinx/domains/python.py:442 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Μεταβλητές" -#: sphinx/domains/python.py:446 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Προκαλεί" -#: sphinx/domains/python.py:703 sphinx/domains/python.py:849 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (στη μονάδα %s)" -#: sphinx/domains/python.py:765 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (ενσωματωμένη μεταβλητή)" -#: sphinx/domains/python.py:790 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (ενσωματωμένη κλάση)" -#: sphinx/domains/python.py:791 +#: sphinx/domains/python.py:817 #, 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:871 #, 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:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (στατική μέθοδος της %s)" -#: sphinx/domains/python.py:1129 +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Ευρετήριο Μονάδων της Python" -#: sphinx/domains/python.py:1130 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "μονάδες" -#: sphinx/domains/python.py:1179 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Αποσύρθηκε" -#: sphinx/domains/python.py:1205 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "μέθοδος της κλάσης" -#: sphinx/domains/python.py:1206 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "στατική μέθοδος" -#: sphinx/domains/python.py:1208 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1266 +#: sphinx/domains/python.py:1270 #, 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:1390 #, 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:1451 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:580 #, python-format msgid "Domain %r is not registered" msgstr "Ο τομέας %r δεν είναι καταχωρημένος" -#: sphinx/environment/__init__.py:651 +#: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." -#: sphinx/environment/__init__.py:693 +#: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" -#: sphinx/environment/adapters/indexentries.py:70 +#: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" msgstr "δείτε %s" -#: sphinx/environment/adapters/indexentries.py:74 +#: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" msgstr "δείτε επίσης %s" -#: sphinx/environment/adapters/indexentries.py:77 +#: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" -#: sphinx/environment/adapters/indexentries.py:166 +#: sphinx/environment/adapters/indexentries.py:168 #: 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 <MODULE_PATH> for Python modules and packages and create\n" @@ -2453,228 +2450,214 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "\nΑναζητήστε αναδρομικα σε <MODULE_PATH>για δομοστοιχεία Python και πακέτα και δημιουργήστε \nένα αρχείο reST με οδηγίες automodule για κάθε πακέτο στο <OUTPUT_PATH>.\n\nΤα <EXCLUDE_PATTERN>μπορεί να αποτελούν αρχεία ή/και σχέδια καταλόγων τα οποία θα \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:214 msgid "invalid TestCode type" msgstr "ανέγκυρος τύπος TestCode" -#: sphinx/ext/doctest.py:271 +#: sphinx/ext/doctest.py:272 #, 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:422 #, 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:508 #, 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:126 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" -#: sphinx/ext/graphviz.py:134 +#: sphinx/ext/graphviz.py:136 #, 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:143 msgid "Ignoring \"graphviz\" directive without content." msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." -#: sphinx/ext/graphviz.py:250 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2684,14 +2667,14 @@ msgid "" "%r" msgstr "το dot δεν παρήγαγε κανένα αρχείο εξόδου:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:254 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" -#: sphinx/ext/graphviz.py:261 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" @@ -2701,27 +2684,27 @@ msgid "" "%r" msgstr "το dot ολοκλήρωσε με σφάλμα:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:272 +#: sphinx/ext/graphviz.py:274 #, 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:278 sphinx/ext/graphviz.py:330 +#: sphinx/ext/graphviz.py:367 #, 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:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" msgstr "[γράφημα: %s]" -#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 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 +2712,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 +2722,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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" -#: sphinx/ext/intersphinx.py:203 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "φότωση του αποθέματος intersphinx από %s..." -#: sphinx/ext/intersphinx.py:217 +#: sphinx/ext/intersphinx.py:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" -#: sphinx/ext/intersphinx.py:223 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "αδυναμία προσέγγισης οποιασδήποτε αποθήκης με τα ακόλουθα ζητήματα:" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(στη %s έκδοση %s)" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(στο %s)" -#: sphinx/ext/intersphinx.py:494 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:500 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:587 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "" -#: sphinx/ext/intersphinx.py:612 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "το αναγνωριστικό intersphinx %r δεν είναι στοιχειοσειρά. Θα αγνοηθεί" -#: sphinx/ext/intersphinx.py:625 +#: sphinx/ext/intersphinx.py:665 #, 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:64 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 "<<original entry>>" msgstr "<<original entry>>" -#: sphinx/ext/todo.py:155 +#: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> is located in %s, line %d.)" msgstr "(Το <<original entry>> βρίσκεται στο %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 "<h1>Source code for %s</h1>" msgstr "<h1>Πηγαίος κώδικας για το %s</h1>" -#: 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 "<h1>All modules for which code is available</h1>" msgstr "<h1>Όλες οι μονάδες για τις οποίες υπάρχει διαθέσιμος κώδικας</h1>" -#: sphinx/ext/autodoc/__init__.py:119 +#: sphinx/ext/autodoc/__init__.py:133 #, python-format msgid "invalid value for member-order option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:127 +#: sphinx/ext/autodoc/__init__.py:141 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:375 +#: sphinx/ext/autodoc/__init__.py:393 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "ανέγκυρη υπογραφή για αυτόματο %s (%r)" -#: sphinx/ext/autodoc/__init__.py:492 +#: sphinx/ext/autodoc/__init__.py:509 #, 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:776 #, 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:871 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2918,76 +2896,81 @@ msgid "" "explicit module name)" msgstr "δεν γνωρίζω ποιο δομοστοιχείο να εισάγω για αυτόματη τεκμηρίωση %r (προσπαθήστε να τοποθετήσετε μία οδηγία \"module\" ή \"currentmodule\" στο έγγραφο, ή να δώσετε ένα σαφές όνομα δομοστοιχείου)" -#: sphinx/ext/autodoc/__init__.py:920 +#: sphinx/ext/autodoc/__init__.py:915 #, python-format msgid "A mocked object is detected: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:939 +#: sphinx/ext/autodoc/__init__.py:934 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1000 +#: sphinx/ext/autodoc/__init__.py:994 msgid "\"::\" in automodule name doesn't make sense" msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" -#: sphinx/ext/autodoc/__init__.py:1007 +#: sphinx/ext/autodoc/__init__.py:1001 #, 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:1014 #, 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:1080 #, 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:1284 sphinx/ext/autodoc/__init__.py:1361 +#: sphinx/ext/autodoc/__init__.py:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1557 +#: sphinx/ext/autodoc/__init__.py:1570 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1679 +#: sphinx/ext/autodoc/__init__.py:1696 #, 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:1710 +#, 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 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1925 +#: sphinx/ext/autodoc/__init__.py:1830 #, 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:2151 sphinx/ext/autodoc/__init__.py:2248 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2392 +#: sphinx/ext/autodoc/__init__.py:2376 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/preserve_defaults.py:117 +#: sphinx/ext/autodoc/preserve_defaults.py:114 #, python-format msgid "Failed to parse a default argument value for %r: %s" msgstr "" @@ -3002,23 +2985,23 @@ msgstr "" 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 +3009,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 +3056,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 +3071,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 +3224,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 +3302,39 @@ 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 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "© <a href=\"%(path)s\">Copyright</a>%(copyright)s" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "© Copyright %(copyright)s." -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "Τελευταία ενημέρωση στις %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3476,107 +3460,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:122 #, 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:70 msgid "skipped" msgstr "παράβλεψη" -#: sphinx/util/__init__.py:517 +#: sphinx/util/display.py:75 msgid "failed" msgstr "αποτυχία" -#: sphinx/util/docfields.py:76 +#: sphinx/util/docfields.py:78 #, 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 +3580,67 @@ 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:417 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" -#: sphinx/util/nodes.py:616 +#: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" -#: sphinx/util/rst.py:69 +#: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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:386 sphinx/writers/html5.py:391 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/html.py:438 sphinx/writers/html5.py:396 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα" -#: sphinx/writers/html.py:481 sphinx/writers/html5.py:439 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "Απευθείας σύνδεσμος σε αυτόν τον κώδικα" -#: sphinx/writers/html.py:483 sphinx/writers/html5.py:441 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "Απευθείας σύνδεσμος σε αυτήν την εικόνα" -#: sphinx/writers/html.py:485 sphinx/writers/html5.py:443 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα περιεχομένων" -#: sphinx/writers/html.py:632 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 msgid "Could not obtain image size. :scale: option is ignored." msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." @@ -3675,45 +3657,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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Σημειώσεις υποσέλιδου" -#: sphinx/writers/latex.py:897 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." -#: sphinx/writers/latex.py:1246 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." -#: sphinx/writers/latex.py:1562 +#: sphinx/writers/latex.py:1583 #, 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:289 sphinx/writers/text.py:794 #, python-format msgid "[image: %s]" msgstr "[εικόνα: %s]" -#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:796 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo Binary files differindex e44bb899a..ac54657ef 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po index ace4eeb4b..23d67911f 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,154 +474,154 @@ 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:573 +#: sphinx/builders/__init__.py:600 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:243 #, 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 "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -765,7 +765,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -803,7 +803,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,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:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -904,174 +904,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,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 "" @@ -1113,7 +1113,7 @@ 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 "" @@ -1150,6 +1150,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 +1218,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1876,63 +1889,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" @@ -1977,12 +1990,12 @@ msgstr "" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "" @@ -1999,7 +2012,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" @@ -2014,38 +2027,38 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,7 +2068,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2072,7 +2085,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" @@ -2084,234 +2097,234 @@ msgstr "" msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2711,85 +2724,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 +2926,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 +2982,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 +3006,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 +3035,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 +3053,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 +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: " @@ -3141,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 "" @@ -3208,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 "" @@ -3285,39 +3299,39 @@ 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 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3458,25 +3472,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,7 +3532,7 @@ 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 "" @@ -3538,32 +3552,32 @@ 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 " @@ -3585,84 +3599,82 @@ 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:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js index a14704b12..7377fcdfc 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js @@ -1,61 +1,61 @@ Documentation.addTranslations({ "locale": "en_GB", "messages": { - "%(filename)s — %(docstitle)s": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(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", + "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.", + "© Copyright %(copyright)s.": "© Copyright %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(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 Binary files differindex b1ac7b784..f34639e87 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po index 7be5443fa..a237aed1d 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-04-30 22:39+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:426 #, 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:77 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:603 #, 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:682 #, 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:704 sphinx/application.py:726 #, 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:1269 #, 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:1273 #, 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:1276 #, 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:1280 #, 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:1288 sphinx/application.py:1292 #, 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,127 +333,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r already registered" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, 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 +#: sphinx/registry.py:420 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "the extension %r was already merged with Sphinx since version %s; this extension is ignored." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Original exception:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Could not import extension %s" -#: 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 "extension %r has no setup() function; is it really a Sphinx extension module?" -#: 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 "The %s extension used by this project needs at least Sphinx v%s; it therefore cannot be built with this version." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -475,740 +475,753 @@ 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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "writing output... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "all of %d po files" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "all source files" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:263 #, 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:268 #, 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:274 #, 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:283 #, 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:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "building [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "looking for now-outdated files... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d found" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "none found" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "pickling environment" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "checking consistency" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." -msgstr "" +msgstr "no targets are out of date." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " -msgstr "" +msgstr "updating environment: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " -msgstr "" +msgstr "reading sources... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" -msgstr "" +msgstr "preparing documents" #: 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/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, 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 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1159 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "invalid css_file: %r, ignored" #: sphinx/builders/gettext.py:222 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "The message catalogues are in %(outdir)s." #: sphinx/builders/gettext.py:244 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "targets for %d template files" #: sphinx/builders/gettext.py:248 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 #, 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 #, 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 "" +msgstr "Anchor '%s' not found" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, 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 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 #, python-format msgid "processing %s" -msgstr "" +msgstr "processing %s" #: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 msgid "resolving references..." -msgstr "" +msgstr "resolving references..." #: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 msgid " (in " -msgstr "" +msgstr " (in " #: sphinx/builders/texinfo.py:192 msgid "copying Texinfo support files" -msgstr "" +msgstr "copying Texinfo support files" #: sphinx/builders/texinfo.py:196 #, 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/html/__init__.py:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, 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 #, 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 +#: sphinx/builders/html/__init__.py:159 #, 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:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" -msgstr "" +msgstr "General Index" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" -msgstr "" +msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" -msgstr "" +msgstr "next" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" -msgstr "" +msgstr "previous" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" -msgstr "" +msgstr "generating indices" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" -msgstr "" +msgstr "writing additional pages" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " -msgstr "" +msgstr "copying downloadable files... " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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 +#: sphinx/builders/html/__init__.py:824 sphinx/builders/html/__init__.py:836 #, 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 +#: sphinx/builders/html/__init__.py:857 msgid "copying static files" -msgstr "" +msgstr "copying static files" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "cannot copy static file %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" -msgstr "" +msgstr "copying extra files" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "cannot copy extra file %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, 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 +#: sphinx/builders/html/__init__.py:939 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 +#: sphinx/builders/html/__init__.py:1000 #, 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 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "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 +#: sphinx/builders/html/__init__.py:1100 #, 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 +#: sphinx/builders/html/__init__.py:1129 msgid "dumping object inventory" -msgstr "" +msgstr "dumping object inventory" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" -msgstr "" +msgstr "dumping search index in %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, 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:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgstr "Many math_renderers are registered. But no math_renderer is selected." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "" +msgstr "Unknown math_renderer %r is given." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "" +msgstr "html_extra_path entry %r does not exist" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgstr "html_extra_path entry %r is placed inside outdir" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "" +msgstr "html_static_path entry %r does not exist" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, 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:1305 #, 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:1312 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:1327 #, 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 msgid "copying TeX support files" -msgstr "" +msgstr "copying TeX support files" #: sphinx/builders/latex/__init__.py:395 msgid "copying TeX support files..." -msgstr "" +msgstr "copying TeX support files..." #: sphinx/builders/latex/__init__.py:408 msgid "copying additional files" -msgstr "" +msgstr "copying additional files" #: sphinx/builders/latex/__init__.py:451 #, 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 #, 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 msgid "Interrupted!" -msgstr "" +msgstr "Interrupted!" #: sphinx/cmd/build.py:49 msgid "reST markup error:" -msgstr "" +msgstr "reST markup error:" #: sphinx/cmd/build.py:55 msgid "Encoding error:" -msgstr "" +msgstr "Encoding error:" #: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 #, 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 msgid "Recursion error:" -msgstr "" +msgstr "Recursion error:" #: sphinx/cmd/build.py:65 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 msgid "Exception occurred:" -msgstr "" +msgstr "Exception occurred:" #: sphinx/cmd/build.py:76 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 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" -msgstr "" +msgstr "A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!" #: sphinx/cmd/build.py:95 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." -msgstr "" +msgstr "For more information, visit <https://www.sphinx-doc.org/>." #: sphinx/cmd/build.py:104 msgid "" @@ -1227,266 +1240,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 msgid "path to documentation source files" -msgstr "" +msgstr "path to documentation source files" #: sphinx/cmd/build.py:127 msgid "path to output directory" -msgstr "" +msgstr "path to output directory" #: sphinx/cmd/build.py:129 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "a list of specific files to rebuild. Ignored if -a is specified" #: sphinx/cmd/build.py:132 msgid "general options" -msgstr "" +msgstr "general options" #: sphinx/cmd/build.py:135 msgid "builder to use (default: html)" -msgstr "" +msgstr "builder to use (default: html)" #: sphinx/cmd/build.py:137 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "write all files (default: only write new and changed files)" #: sphinx/cmd/build.py:140 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "don't use a saved environment, always read all files" #: sphinx/cmd/build.py:143 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 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 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 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 msgid "override a setting in configuration file" -msgstr "" +msgstr "override a setting in configuration file" #: sphinx/cmd/build.py:160 msgid "pass a value into HTML templates" -msgstr "" +msgstr "pass a value into HTML templates" #: sphinx/cmd/build.py:163 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "define tag: include \"only\" blocks with TAG" #: sphinx/cmd/build.py:165 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "nit-picky mode, warn about all missing references" #: sphinx/cmd/build.py:168 msgid "console output options" -msgstr "" +msgstr "console output options" #: sphinx/cmd/build.py:170 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "increase verbosity (can be repeated)" #: sphinx/cmd/build.py:172 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 msgid "no output at all, not even warnings" -msgstr "" +msgstr "no output at all, not even warnings" #: sphinx/cmd/build.py:177 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "do emit colored output (default: auto-detect)" #: sphinx/cmd/build.py:180 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "do not emit coloured output (default: auto-detect)" #: sphinx/cmd/build.py:183 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "write warnings (and errors) to given file" #: sphinx/cmd/build.py:185 msgid "turn warnings into errors" -msgstr "" +msgstr "turn warnings into errors" #: sphinx/cmd/build.py:187 msgid "with -W, keep going when getting warnings" -msgstr "" +msgstr "with -W, keep going when getting warnings" #: sphinx/cmd/build.py:189 msgid "show full traceback on exception" -msgstr "" +msgstr "show full traceback on exception" #: sphinx/cmd/build.py:191 msgid "run Pdb on exception" -msgstr "" +msgstr "run Pdb on exception" #: sphinx/cmd/build.py:215 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "cannot combine -a option and filenames" #: sphinx/cmd/build.py:236 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "cannot open warning file %r: %s" #: sphinx/cmd/build.py:250 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 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 +1508,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 +1526,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 +1548,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 +1642,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 +1876,565 @@ 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 #, 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 #, 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 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:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" -msgstr "" +msgstr "Returns" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" -msgstr "" +msgstr "Return type" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" -msgstr "" +msgstr "member" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" -msgstr "" +msgstr "function" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" -msgstr "" +msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" -msgstr "" +msgstr "struct" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" -msgstr "" +msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" -msgstr "" +msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" -msgstr "" +msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" -msgstr "" +msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 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 #, 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 msgid "Template Parameters" -msgstr "" +msgstr "Template Parameters" #: sphinx/domains/cpp.py:7304 #, 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:7427 sphinx/domains/javascript.py:238 msgid "Throws" -msgstr "" +msgstr "Throws" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" -msgstr "" +msgstr "class" #: sphinx/domains/cpp.py:7839 msgid "concept" -msgstr "" +msgstr "concept" #: sphinx/domains/cpp.py:7844 msgid "template parameter" -msgstr "" +msgstr "template parameter" #: sphinx/domains/javascript.py:145 #, 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:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" -msgstr "" +msgstr "%s() (%s method)" #: sphinx/domains/javascript.py:148 #, python-format msgid "%s() (class)" -msgstr "" +msgstr "%s() (class)" #: sphinx/domains/javascript.py:150 #, 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" -msgstr "" +msgstr "%s (%s attribute)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" -msgstr "" +msgstr "Arguments" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" -msgstr "" +msgstr "%s (module)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" -msgstr "" +msgstr "method" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" -msgstr "" +msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" -msgstr "" +msgstr "attribute" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" -msgstr "" +msgstr "module" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "Invalid math_eqref_format: %r" #: sphinx/domains/python.py:54 msgid "keyword" -msgstr "" +msgstr "keyword" #: sphinx/domains/python.py:55 msgid "operator" -msgstr "" +msgstr "operator" #: sphinx/domains/python.py:56 msgid "object" -msgstr "" +msgstr "object" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" -msgstr "" +msgstr "exception" #: sphinx/domains/python.py:58 msgid "statement" -msgstr "" +msgstr "statement" #: sphinx/domains/python.py:59 msgid "built-in function" -msgstr "" +msgstr "built-in function" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" -msgstr "" +msgstr "Variables" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" -msgstr "" +msgstr "Raises" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" -msgstr "" +msgstr "%s (in module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" -msgstr "" +msgstr "%s (built-in variable)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" -msgstr "" +msgstr "%s (built-in class)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" -msgstr "" +msgstr "%s (class in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" -msgstr "" +msgstr "%s() (%s class method)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" -msgstr "" +msgstr "%s() (%s static method)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" -msgstr "" +msgstr "%s (%s property)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" -msgstr "" +msgstr "Python Module Index" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" -msgstr "" +msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" -msgstr "" +msgstr "Deprecated" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" -msgstr "" +msgstr "class method" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" -msgstr "" +msgstr "static method" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" -msgstr "" +msgstr "property" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, 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:1451 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 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "Domain %r is not registered" #: sphinx/environment/__init__.py:682 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "self referenced toctree found. Ignored." #: sphinx/environment/__init__.py:724 msgid "document isn't included in any toctree" -msgstr "" +msgstr "document isn't included in any toctree" #: sphinx/environment/adapters/indexentries.py:72 #, python-format msgid "see %s" -msgstr "" +msgstr "see %s" #: sphinx/environment/adapters/indexentries.py:76 #, python-format msgid "see also %s" -msgstr "" +msgstr "see also %s" #: sphinx/environment/adapters/indexentries.py:79 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "unknown index entry type %r" #: sphinx/environment/adapters/indexentries.py:168 #: 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,201 +2446,201 @@ msgid "" "excluded from generation.\n" "\n" "Note: By default this script will not overwrite already created files." -msgstr "" +msgstr "\nLook recursively in <MODULE_PATH> for Python modules and packages and create\none reST file with automodule directives per package in the <OUTPUT_PATH>.\n\nThe <EXCLUDE_PATTERN>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 msgid "invalid TestCode type" -msgstr "" +msgstr "invalid TestCode type" #: sphinx/ext/doctest.py:272 #, 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 #, 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 #, 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 msgid "Graphviz directive cannot have both content and a filename argument" @@ -2650,7 +2663,7 @@ 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 #, python-format @@ -2667,7 +2680,7 @@ 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 #, python-format @@ -2678,16 +2691,16 @@ msgstr "graphviz_output_format must be one of 'png', 'svg', but is %r" #: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "dot code %r: %s" #: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 #, python-format msgid "[graph: %s]" -msgstr "" +msgstr "[graph: %s]" #: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 msgid "[graph]" -msgstr "" +msgstr "[graph]" #: sphinx/ext/imgconverter.py:36 #, python-format @@ -2695,7 +2708,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,173 +2718,173 @@ 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:192 #, 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:228 #, python-format msgid "loading intersphinx inventory from %s..." -msgstr "" +msgstr "loading intersphinx inventory from %s..." -#: 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 "" +msgstr "encountered some issues with some of the inventories, but they had working alternatives:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 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:301 #, python-format msgid "(in %s v%s)" -msgstr "" +msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" -msgstr "" +msgstr "(in %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, 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:534 #, python-format msgid "role for external cross-reference not found: %s" -msgstr "" +msgstr "role for external cross-reference not found: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" -msgstr "" +msgstr "external %s:%s reference target not found: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgstr "intersphinx identifier %r is not string. Ignored" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "" +msgstr "Failed to read intersphinx_mapping[%s], ignored: %r" #: sphinx/ext/linkcode.py:64 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 "<<original entry>>" -msgstr "" +msgstr "<<original entry>>" #: sphinx/ext/todo.py:157 #, python-format msgid "(The <<original entry>> is located in %s, line %d.)" -msgstr "" +msgstr "(The <<original entry>> 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 "<h1>Source code for %s</h1>" -msgstr "" +msgstr "<h1>Source code for %s</h1>" #: sphinx/ext/viewcode.py:315 msgid "Overview: module code" -msgstr "" +msgstr "Overview: module code" #: sphinx/ext/viewcode.py:316 msgid "<h1>All modules for which code is available</h1>" -msgstr "" +msgstr "<h1>All modules for which code is available</h1>" #: sphinx/ext/autodoc/__init__.py:133 #, 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 #, 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 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "invalid signature for auto%s (%r)" #: sphinx/ext/autodoc/__init__.py:509 #, 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 #, 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 #, python-format @@ -2879,141 +2892,141 @@ msgid "" "don't know 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 #, python-format msgid "A mocked object is detected: %r" -msgstr "" +msgstr "A mocked object is detected: %r" #: sphinx/ext/autodoc/__init__.py:934 #, 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 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "\"::\" in automodule name doesn't make sense" #: sphinx/ext/autodoc/__init__.py:1001 #, 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 #, 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 #, 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:2749 #, 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 #, 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 #, python-format msgid "Bases: %s" -msgstr "" +msgstr "Bases: %s" #: sphinx/ext/autodoc/__init__.py:1710 #, 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 #, python-format msgid "alias of %s" -msgstr "" +msgstr "alias of %s" #: sphinx/ext/autodoc/__init__.py:1830 #, 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 #, 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 #, python-format msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +msgstr "Invalid __slots__ found on %s. Ignored." #: sphinx/ext/autodoc/preserve_defaults.py:114 #, 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 #, 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 #, 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 +3034,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 +3067,633 @@ 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 msgid "Copyright" -msgstr "" +msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" +msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." -msgstr "" +msgstr "© Copyright %(copyright)s." -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " "%(sphinx_version)s." -msgstr "" +msgstr "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(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 #, 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 msgid "skipped" -msgstr "" +msgstr "skipped" #: sphinx/util/display.py:75 msgid "failed" -msgstr "" +msgstr "failed" #: sphinx/util/docfields.py:78 #, 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 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "toctree contains ref to nonexisting file %r" #: sphinx/util/nodes.py:604 #, python-format msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgstr "exception while evaluating only directive expression: %s" #: sphinx/util/rst.py:71 #, 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:299 #, 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:309 #, 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:363 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 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:395 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:438 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:440 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:442 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:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" -msgstr "" +msgstr "Footnotes" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 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:1245 #, 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:1583 #, 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 #, python-format msgid "[image: %s]" -msgstr "" +msgstr "[image: %s]" #: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 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.mo b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo Binary files differindex bfdb7de32..d4df27881 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po index 1635198d8..0c42944b2 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,154 +474,154 @@ 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:573 +#: sphinx/builders/__init__.py:600 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:243 #, 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 "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -765,7 +765,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -803,7 +803,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,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:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -904,174 +904,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "" @@ -1097,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 "" @@ -1113,7 +1113,7 @@ 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 "" @@ -1150,6 +1150,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 +1218,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1876,63 +1889,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" @@ -1977,12 +1990,12 @@ msgstr "" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "" @@ -1999,7 +2012,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" @@ -2014,38 +2027,38 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2055,7 +2068,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2072,7 +2085,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" @@ -2084,234 +2097,234 @@ msgstr "" msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2711,85 +2724,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 +2926,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 +2982,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 +3006,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 +3035,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 +3053,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 +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: " @@ -3141,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 "" @@ -3208,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 "" @@ -3285,39 +3299,39 @@ 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 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3458,25 +3472,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,7 +3532,7 @@ 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 "" @@ -3538,32 +3552,32 @@ 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 " @@ -3585,84 +3599,82 @@ 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:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo Binary files differindex a49a5f5ac..238100032 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.po b/sphinx/locale/eo/LC_MESSAGES/sphinx.po index 45d1d2086..5c0672893 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tatsuro YOKOTA <hidaruma@outlook.jp>, 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: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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,127 +334,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 " @@ -476,154 +476,154 @@ 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:573 +#: sphinx/builders/__init__.py:600 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:243 #, 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 "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -805,7 +805,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -890,7 +890,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:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -906,174 +906,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indico universala" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "indico" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "sekva" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "antaŭa" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentaro" @@ -1099,14 +1099,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,7 +1115,7 @@ 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 "" @@ -1152,6 +1152,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 "" @@ -1207,7 +1220,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1878,63 +1891,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametroj" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "funkcio" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "nomaĵo" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" @@ -1979,12 +1992,12 @@ msgstr "" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "klaso" @@ -2001,7 +2014,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" @@ -2016,38 +2029,38 @@ msgstr "%s() (klaso)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "datenoj" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,7 +2070,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2074,7 +2087,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "escepto" @@ -2086,234 +2099,234 @@ msgstr "" msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2713,85 +2726,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 "" @@ -2915,7 +2928,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 "" @@ -2971,23 +2984,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" @@ -2995,12 +3008,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 +3037,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 +3055,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 +3070,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 +3156,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 +3223,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 +3301,39 @@ 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 msgid "Copyright" msgstr "Aŭtora rajto" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,25 +3474,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,7 +3534,7 @@ 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 "" @@ -3540,32 +3554,32 @@ 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 " @@ -3587,84 +3601,82 @@ 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:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo Binary files differindex cf2fe1b19..d9a13e4e6 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po index dd4afa9c8..40c2596d7 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 <cosmoscalibur@gmail.com>, 2018 # Edward Villegas-Pulgarin <cosmoscalibur@gmail.com>, 2018-2019 # Edward Villegas-Pulgarin <cosmoscalibur@gmail.com>, 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 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:426 #, 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:77 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:603 #, 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:682 #, 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:704 sphinx/application.py:726 #, 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:1269 #, 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:1273 #, 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:1276 #, 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:1280 #, 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:1288 sphinx/application.py:1292 #, 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,127 +341,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ya esta registrado" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "el renderizador matemático %s ya está registrado" -#: 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 "la extensión %r ya se fusionó con Sphinx desde la versión %s; esta extensión se omite." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Excepción original:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "No puede importar la extensión %s" -#: 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 "extensión %r no tiene ninguna función setup(); ¿es realmente un módulo de extensión de Sphinx?" -#: 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 "La extensión %s utilizada por este proyecto necesita al menos la versión de Sphinx v%s; por lo tanto no puede ser construido con esta versión." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -482,154 +483,154 @@ 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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "escribiendo salida... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "todos los %d archivos po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "todos los archivos fuente" -#: 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 "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: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 "%d archivos fuente dados en la línea de comandos" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "compilando [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "buscando por archivos no actualizados... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d encontrado" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "no encontrado" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "preparando ambiente" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "verificando consistencia" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "no hay archivos objetivo desactualizados." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "actualizando ambiente: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "leyendo fuentes... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "preparando documentos" @@ -638,7 +639,7 @@ msgstr "preparando documentos" 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/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "copiando imágenes... " @@ -648,7 +649,7 @@ msgstr "copiando imágenes... " 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -773,7 +774,7 @@ msgstr "el valor de configuración \"epub_identifier\" no debe estar vacío para msgid "conf value \"version\" should not be empty for EPUB3" msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" -#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" @@ -811,7 +812,7 @@ msgstr "enlace roto: %s (%s)" msgid "Anchor '%s' not found" msgstr "Ancla '%s' no encontrado" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, 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" @@ -896,7 +897,7 @@ msgstr "error escribiendo archivo Makefile: %s" 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/html/__init__.py:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -912,174 +913,174 @@ msgstr "Los archivos XML están en %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Los archivos pseudo-XML están en %(outdir)s." -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format 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:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice General" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "siguiente" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "generando índices" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "escribiendo páginas adicionales" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "copiando archivos descargables... " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "no se puede copiar archivo descargable %r: %s" -#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#: sphinx/builders/html/__init__.py:824 sphinx/builders/html/__init__.py:836 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Error al copiar un archivo en html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:857 msgid "copying static files" msgstr "copiar archivos estáticos" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "no se puede copiar archivo estático %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "copiando archivos extras" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "no se puede copiar archivo extra %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "Error al escribir el archivo de información de compilación: %r" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "no se pudo cargar el índice de búsqueda, pero no se crearán todos los documentos: el índice estará incompleto." -#: sphinx/builders/html/__init__.py:1005 +#: sphinx/builders/html/__init__.py:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "página %s coincide con dos patrones en html_sidebars: %r y %r" -#: sphinx/builders/html/__init__.py:1100 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "Se produjo un error Unicode al representar la página %s. Asegúrese de que todos los valores de configuración que contengan contenido que no sea ASCII sean cadenas Unicode." -#: sphinx/builders/html/__init__.py:1105 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ha ocurrido un error al renderizar la pagina %s.\nRazón: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1129 msgid "dumping object inventory" msgstr "volcar inventario de objetos" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "volcar el índice de búsqueda en %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 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:1262 #, 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:1270 #, 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:1274 #, 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:1283 #, 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:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, 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:1305 #, 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:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "documentación de %s - %s" @@ -1105,14 +1106,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,7 +1122,7 @@ 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" @@ -1158,6 +1159,19 @@ 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:" @@ -1213,7 +1227,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "Para más información visite <https://www.sphinx-doc.org/>." @@ -1884,63 +1898,63 @@ msgstr "Declaración de C duplicada, también definida en %s:%s.\nLa declaració 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 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:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Devuelve" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Tipo del valor devuelto" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "miembro" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "función" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "estructura" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "unión" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "enumeración" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "parámetro de función" @@ -1985,12 +1999,12 @@ msgstr "Parametros de Plantilla" msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "Lanzamientos" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "clase" @@ -2007,7 +2021,7 @@ msgstr "parámetro de plantilla" msgid "%s() (built-in function)" msgstr "%s() (función incorporada)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (método de %s)" @@ -2022,38 +2036,38 @@ msgstr "%s() (clase)" 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo de %s)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "dato" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "módulo" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "duplicada %s descripción de %s, otra %s en %s" @@ -2063,7 +2077,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "No válido math_eqref_format: %r" @@ -2080,7 +2094,7 @@ msgstr "operador" msgid "object" msgstr "objeto" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "excepción" @@ -2092,234 +2106,234 @@ msgstr "sentencia" msgid "built-in function" msgstr "función incorporada" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Muestra" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (en el módulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable incorporada)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (clase incorporada)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "%s (clase en %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de clase de %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático de %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "%s (%s propiedad)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "método de la clase" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "propiedad" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, 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:1451 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" @@ -2719,85 +2733,85 @@ 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:192 #, 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:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "cargando inventario intersphinx desde %s..." -#: 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 "encontró algunos problemas con algunos de los inventarios, pero tenían alternativas de trabajo:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "no se pudo llegar a ninguno de los inventarios con los siguientes problemas:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(en %s versión %s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(en %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, 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:534 #, 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:618 #, 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:643 #, 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:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Error al leer intersphinx_mapping[%s], ignorado: %r" @@ -2921,7 +2935,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Error al obtener una firma de función para %s: %s" @@ -2977,23 +2991,23 @@ msgstr "Error al actualizar la firma para %r: parámetro no encontrado: %s" 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 +3015,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 +3044,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 +3062,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 +3077,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 +3163,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 +3230,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 +3308,39 @@ 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 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "© <a href=\"%(path)s\">Derechos de autor</a> %(copyright)s." -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "© Derechos de autor %(copyright)s." -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3466,25 +3481,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}" @@ -3526,7 +3541,7 @@ msgstr "No se pudo recuperar la imagen remota: %s [%s]" 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" @@ -3546,32 +3561,32 @@ msgid "" "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 " @@ -3593,84 +3608,82 @@ msgstr "excepción al evaluar solamente la expresión directiva: %s" 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:299 #, 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:309 #, 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:363 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 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:395 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:438 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:440 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:442 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:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notas a pie de página" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 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:1245 #, 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:1583 #, python-format msgid "unknown index entry type %s found" msgstr "tipo de entrada de índice desconocido %s encontrado" 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..d2ca29956 --- /dev/null +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js @@ -0,0 +1,61 @@ +Documentation.addTranslations({ + "locale": "es_CO", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(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 Binary files differnew file mode 100644 index 000000000..b4a18c381 --- /dev/null +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo 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..d71fbfee1 --- /dev/null +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po @@ -0,0 +1,3698 @@ +# 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-04-30 22:39+0000\n" +"PO-Revision-Date: 2013-04-02 08:44+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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:426 +#, 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:77 +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:603 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:682 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:704 sphinx/application.py:726 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1269 +#, 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:1273 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: sphinx/application.py:1276 +#, 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:1280 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: sphinx/application.py:1288 sphinx/application.py:1292 +#, 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:322 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:398 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:407 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: 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:431 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:432 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:437 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: 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:454 +#, 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:184 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:188 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:208 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:218 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:236 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:244 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:253 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:263 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: 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:274 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:283 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:295 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:307 sphinx/builders/gettext.py:243 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/__init__.py:314 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:319 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:321 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:326 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:332 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:336 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:375 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:396 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:551 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 +msgid "preparing documents" +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:765 +#: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 +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:773 +#: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 +#, 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:1159 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:222 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:244 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:248 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:278 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/linkcheck.py:113 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:148 +#, 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:557 +#, 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:297 sphinx/builders/manpage.py:49 +#: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:104 +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:279 sphinx/builders/texinfo.py:100 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:352 sphinx/builders/texinfo.py:153 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:362 sphinx/builders/texinfo.py:162 +msgid " (in " +msgstr "" + +#: sphinx/builders/texinfo.py:192 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:196 +#, 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:1112 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 +#, 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:100 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:159 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:193 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html/__init__.py:408 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:501 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:520 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "" + +#: sphinx/builders/html/__init__.py:520 +msgid "index" +msgstr "" + +#: sphinx/builders/html/__init__.py:586 +msgid "next" +msgstr "" + +#: sphinx/builders/html/__init__.py:595 +msgid "previous" +msgstr "" + +#: sphinx/builders/html/__init__.py:689 +msgid "generating indices" +msgstr "" + +#: sphinx/builders/html/__init__.py:704 +msgid "writing additional pages" +msgstr "" + +#: sphinx/builders/html/__init__.py:783 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html/__init__.py:791 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:824 sphinx/builders/html/__init__.py:836 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:857 +msgid "copying static files" +msgstr "" + +#: sphinx/builders/html/__init__.py:873 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:878 +msgid "copying extra files" +msgstr "" + +#: sphinx/builders/html/__init__.py:884 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:891 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:939 +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:1000 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1095 +#, python-format +msgid "" +"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:1100 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1129 +msgid "dumping object inventory" +msgstr "" + +#: sphinx/builders/html/__init__.py:1134 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:1176 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html/__init__.py:1259 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html/__init__.py:1262 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1270 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1274 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1283 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1287 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1296 sphinx/builders/latex/__init__.py:429 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1305 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1312 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: sphinx/builders/html/__init__.py:1327 +#, 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:379 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:395 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:408 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:451 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" + +#: sphinx/builders/latex/__init__.py:459 +#, 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:47 +msgid "Interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:49 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:55 +msgid "Encoding error:" +msgstr "" + +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#, 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 +msgid "Recursion error:" +msgstr "" + +#: sphinx/cmd/build.py:65 +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 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:76 +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 +msgid "" +"A bug report can be filed in the tracker at <https://github.com/sphinx-" +"doc/sphinx/issues>. Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:95 +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:641 +msgid "For more information, visit <https://www.sphinx-doc.org/>." +msgstr "" + +#: sphinx/cmd/build.py:104 +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:125 +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 "" + +#: sphinx/cmd/build.py:132 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:135 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:137 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:143 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:147 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:151 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:154 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:157 +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 "" + +#: sphinx/cmd/build.py:165 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:168 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:174 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:177 +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 "" + +#: sphinx/cmd/build.py:185 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:187 +msgid "with -W, keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:189 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:191 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:215 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:236 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:250 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:257 +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:2026 sphinx/domains/c.py:3289 +#, python-format +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: sphinx/domains/c.py:3236 +#, python-format +msgid "%s (C %s)" +msgstr "" + +#: sphinx/domains/c.py:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 +msgid "Parameters" +msgstr "" + +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 +msgid "Return values" +msgstr "" + +#: sphinx/domains/c.py:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:3702 +msgid "variable" +msgstr "" + +#: sphinx/domains/c.py:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:3704 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:3705 +msgid "struct" +msgstr "" + +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 +msgid "union" +msgstr "" + +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 +msgid "enum" +msgstr "" + +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 +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:4898 sphinx/domains/cpp.py:7379 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" + +#: sphinx/domains/cpp.py:7186 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:7304 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 +msgid "class" +msgstr "" + +#: sphinx/domains/cpp.py:7839 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:7844 +msgid "template parameter" +msgstr "" + +#: sphinx/domains/javascript.py:145 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:148 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:150 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:235 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:310 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 +msgid "module" +msgstr "" + +#: sphinx/domains/javascript.py:379 +#, 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:2113 +#, 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:1207 +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:473 +msgid "Variables" +msgstr "" + +#: sphinx/domains/python.py:477 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:791 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:816 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:817 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:871 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:873 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:1011 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: sphinx/domains/python.py:1133 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:1134 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:1183 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:1209 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:1210 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:1212 +msgid "property" +msgstr "" + +#: sphinx/domains/python.py:1270 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :noindex: for " +"one of them" +msgstr "" + +#: sphinx/domains/python.py:1390 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:1451 +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:580 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:682 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:724 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:72 +#, python-format +msgid "see %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:76 +#, python-format +msgid "see also %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:79 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:168 +#: 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 <MODULE_PATH> for Python modules and packages and create\n" +"one reST file with automodule directives per package in the <OUTPUT_PATH>.\n" +"\n" +"The <EXCLUDE_PATTERN>s can be file and/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:214 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:272 +#, 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 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:508 +#, 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:126 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:136 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:143 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:263 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:274 +#, 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 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:380 sphinx/ext/graphviz.py:388 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +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:192 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:228 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:242 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:248 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:301 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:303 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:528 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:534 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:618 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:643 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:665 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:64 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 "<<original entry>>" +msgstr "" + +#: sphinx/ext/todo.py:157 +#, python-format +msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" +msgstr "" + +#: sphinx/ext/viewcode.py:315 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:316 +msgid "<h1>All modules for which code is available</h1>" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:133 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:141 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:393 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:509 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:776 +#, 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 +#, 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:915 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:934 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:994 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1001 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1014 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1080 +#, 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:2749 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1570 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1696 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1710 +#, 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 +#, python-format +msgid "alias of %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1830 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2376 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: sphinx/ext/autodoc/preserve_defaults.py:114 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:122 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:125 +#, 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 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:190 +#, python-format +msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:192 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:196 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:199 +#, python-format +msgid "" +"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " +"%(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:122 +#, 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:70 +msgid "skipped" +msgstr "" + +#: sphinx/util/display.py:75 +msgid "failed" +msgstr "" + +#: sphinx/util/docfields.py:78 +#, 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:417 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:604 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/rst.py:71 +#, 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:299 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html5.py:309 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html5.py:363 +msgid "Permalink to this term" +msgstr "" + +#: sphinx/writers/html5.py:386 sphinx/writers/html5.py:391 +msgid "Permalink to this heading" +msgstr "" + +#: sphinx/writers/html5.py:395 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html5.py:438 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html5.py:440 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html5.py:442 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html5.py:579 +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:829 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:896 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1245 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1583 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/manpage.py:289 sphinx/writers/text.py:794 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +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.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo Binary files differindex 4a4f47e6c..8b064b5d8 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.po b/sphinx/locale/et/LC_MESSAGES/sphinx.po index 27c5a3fd2..ffd368e9f 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Ivar Smolin <okul@linux.ee>, 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: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 "tõlgete laadimine [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, 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:1276 #, 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:1280 #, 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:1288 sphinx/application.py:1292 #, 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,127 +336,127 @@ 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: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 "Algne erind:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Laiendust %s pole võimalik importida" -#: 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 "erindil %r puudub funktsioon setup(); kas see on päriselt Sphinxi laiendusmoodul?" -#: 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 " @@ -478,154 +478,154 @@ 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: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 "ehitamine [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "väljundi kirjutamine... " -#: 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 "%d määratud po-faili sihtfailid" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, 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:253 msgid "all source files" msgstr "kõik lähtefailid" -#: 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 "%d lähtefaili sihtfailid on aegunud" -#: sphinx/builders/__init__.py:323 sphinx/builders/gettext.py:243 +#: sphinx/builders/__init__.py:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "ehitamine [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "praeguseks aegunud failide otsimine... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "leitud %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "ei leitud" -#: 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 "kooskõla kontrollimine" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "aegunud sihtfaile pole" -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "keskkonna uuendamine:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "lähtefailide lugemine..." -#: 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 "dokumentide ettevalmistamine" @@ -634,7 +634,7 @@ msgstr "dokumentide ettevalmistamine" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "kujutiste kopeerimine... " @@ -644,7 +644,7 @@ msgstr "kujutiste kopeerimine... " msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:778 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -769,7 +769,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "vigane css_file: %r, eiratakse" @@ -807,7 +807,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -892,7 +892,7 @@ msgstr "viga faili Makefile kirjutamisel: %s" 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/html/__init__.py:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -908,174 +908,174 @@ msgstr "XML-failid asuvad kataloogis %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Üldindeks" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "järgmine" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "eelmine" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "indeksite genereerimine" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "täiendavate lehtede kirjutamine" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "allalaaditavate failide kopeerimine..." -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "staatilist faili %r pole võimalik kopeerida" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "lisafailide kopeerimine" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "lisafaili %r pole võimalik kopeerida" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "Viga ehitamise infofaili kirjutamisel: %r" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." -#: sphinx/builders/html/__init__.py:1105 +#: sphinx/builders/html/__init__.py:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "vigane js_file: %r, eiratakse" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, 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:1274 #, 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:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, 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:1305 #, 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:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentatsioon" @@ -1101,14 +1101,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,7 +1117,7 @@ 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 "" @@ -1154,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 "" @@ -1209,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1880,63 +1893,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parameetrid" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Tagastab" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Tagastustüüp" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "liige" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "loend" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "tüüp" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "funktsiooni parameeter" @@ -1981,12 +1994,12 @@ msgstr "Malli parameetrid" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "klass" @@ -2003,7 +2016,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "%s() (sisseehitatud funktsioon)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s meetod)" @@ -2018,38 +2031,38 @@ msgstr "%s() (klass)" 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribuut)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Argumendid" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (moodul)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "meetod" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "andmed" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "atribuut" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "moodul" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2059,7 +2072,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Vigane math_eqref_format: %r" @@ -2076,7 +2089,7 @@ msgstr "operaator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "erind" @@ -2088,234 +2101,234 @@ msgstr "lause" msgid "built-in function" msgstr "sisseehitatud funktsioon" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Muutujad" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (moodulis %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (sisseehitatud muutuja)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (sisseehitatud klass)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "%s (klass moodulis %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassi %s meetod)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s staatiline meetod)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Pythoni moodulite indeks" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "moodulid" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Iganenud" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "klassi meetod" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "staatiline meetod" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2715,85 +2728,85 @@ 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: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 "(projektis %s v%s)" -#: 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 "" @@ -2917,7 +2930,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 "" @@ -2973,23 +2986,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" @@ -2997,12 +3010,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 +3039,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 +3057,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 +3072,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 +3158,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 +3225,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 +3303,39 @@ 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 msgid "Copyright" msgstr "Autoriõigus" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "© <a href=\"%(path)s\">Autoriõigused</a> %(copyright)s." -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "© Autoriõigused %(copyright)s." -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3462,25 +3476,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}" @@ -3522,7 +3536,7 @@ msgstr "" 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 "" @@ -3542,32 +3556,32 @@ 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 "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 " @@ -3589,84 +3603,82 @@ 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 "Püsiviit sellele definitsioonile" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "Püsiviit sellele tabelile" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "Püsiviit sellele programmikoodile" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "Püsiviit sellele pildile" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "Püsiviit sellele sisukorrapuule" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Joonealused märkused" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo Binary files differindex 0274add13..71cc905c9 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.po b/sphinx/locale/eu/LC_MESSAGES/sphinx.po index a00313e7a..54f8ef5dd 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Asier Iturralde Sarasola <asier.iturralde@gmail.com>, 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: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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,127 +334,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 " @@ -476,154 +476,154 @@ 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:573 +#: sphinx/builders/__init__.py:600 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:243 #, 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 "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -805,7 +805,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -890,7 +890,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:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -906,174 +906,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indize orokorra" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "indizea" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "hurrengoa" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "aurrekoa" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentazioa" @@ -1099,14 +1099,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,7 +1115,7 @@ 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 "" @@ -1152,6 +1152,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 "" @@ -1207,7 +1220,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1878,63 +1891,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "Parametroak" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "Itzultzen du" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "Itzulketa mota" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "partaidea" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "mota" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" @@ -1979,12 +1992,12 @@ msgstr "" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "Jaurtitzen du" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "klasea" @@ -2001,7 +2014,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodoa)" @@ -2016,38 +2029,38 @@ msgstr "%s() (klasea)" 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:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributua)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "Argumentuak" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (modulua)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "metodoa" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "datuak" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "atributua" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "modulua" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2057,7 +2070,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2074,7 +2087,7 @@ msgstr "eragiketa" msgid "object" msgstr "objetua" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "salbuespena" @@ -2086,234 +2099,234 @@ msgstr "sententzia" msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "Aldagaiak" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "Goratzen du" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (%s moduluan)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "%s (klasea %s-(e)n)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klaseko metodoa)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo estatikoa)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "Python moduluen indizea" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "moduluak" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Zaharkitua" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "klaseko metodoa" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "metodo estatikoa" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2713,85 +2726,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 "" @@ -2915,7 +2928,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 "" @@ -2971,23 +2984,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" @@ -2995,12 +3008,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 +3037,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 +3055,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 +3070,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 +3156,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 +3223,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 +3301,39 @@ 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 msgid "Copyright" msgstr "Copyright" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, 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:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,25 +3474,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,7 +3534,7 @@ 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 "" @@ -3540,32 +3554,32 @@ 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 " @@ -3587,84 +3601,82 @@ 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 "Definizio honetarako esteka iraunkorra" -#: sphinx/writers/_html4.py:293 sphinx/writers/html5.py:299 +#: sphinx/writers/html5.py:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Oin-oharrak" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo Binary files differindex 5fe2d7d6a..361bcb46e 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.po b/sphinx/locale/fa/LC_MESSAGES/sphinx.po index 7da3a04c7..8927c7138 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hadi F <h_adi_f@yahoo.com>, 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:426 #, 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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "بست کلاس %r در حال حاضر ثبت نام شده است، بازدیدکنندگان این پیوند نادیده گرفته خواهد شد" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, 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:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "نقش %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "افزونه ی %sبرای خواندن موازی امن نیست" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, 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:1288 sphinx/application.py:1292 #, 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,127 +336,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "بست قابل شمارش (enumerable_node) %r قبلاً ثبت شده است" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "ترسیمگر ریاضی %s قبلاً ثبت شده" -#: 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 "افزونهی %r از نسخهی %s اسفینکس به بعد، در آن ادغام شده؛ بنابراین نادیده گرفته میشود." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "ایراد اصلی:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "امکان وارد کردن افزونهی %s نبود" -#: 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 "افزونهی %r هیچ تابع setup()ی ندارد؛ آیا این مورد واقعاً یک پیمانهی افزونهی اسفینکس است؟" -#: 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 "افزونهی %s که در این پروژه استفاده شده دست کم نیازمند اسفینکس نسخهی %s است؛ بنابراین با این نسخه قابل ساخت نیست." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -478,154 +478,154 @@ 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:184 #, 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:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "تصویر مناسبی برای سازندهی %s پیدا نشد: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "ساخت پروندهی [mo]: " -#: sphinx/builders/__init__.py:226 sphinx/builders/__init__.py:583 -#: sphinx/builders/__init__.py:610 +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:573 +#: sphinx/builders/__init__.py:600 msgid "writing output... " msgstr "نوشتن برونداد... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "همهی پروندههای %d po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "اهداف برای %d پروندههای poی که مشخّص شده" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, 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: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 "پروندهی %r که در خط فرمان داده شده، در شاخهی منبع نیست, نادیده گرفته میشود" -#: 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 "پروندههای منبع %d داده شده در خط فرمان" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:243 #, python-format msgid "building [%s]: " msgstr "ساخت [%s]: " -#: 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 "%d تا مورد پیدا شد" -#: 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 "بارگذاری محیط pickle شده" -#: 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 "%s اضافه شد، %s تغییر کرد، %s حذف شد" -#: 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 "نام مستندات برای نوشتن: %s" -#: sphinx/builders/__init__.py:570 sphinx/builders/singlehtml.py:148 +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "آماده سازی اسناد" @@ -634,7 +634,7 @@ msgstr "آماده سازی اسناد" msgid "duplicated ToC entry found: %s" msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "در حال رونوشت از تصاویر... " @@ -644,7 +644,7 @@ msgstr "در حال رونوشت از تصاویر... " 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -769,7 +769,7 @@ msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید msgid "conf value \"version\" should not be empty for EPUB3" msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخهی سوم پروندههای انتشار الکترونیک(EPUB3) خالی باشد" -#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1164 +#: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "پروندهی css نامعتبر%r: نادیده گرفته میشود" @@ -807,7 +807,7 @@ msgstr "پیوند خراب: %s (%s)" msgid "Anchor '%s' not found" msgstr "مهار '%s' پیدا نشد" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" @@ -892,7 +892,7 @@ msgstr "خطای نوشتن پروندهی ساخت (Makefile) : %s" msgid "The text files are in %(outdir)s." msgstr "پروندهی متنی در پوشهی %(outdir)s است." -#: sphinx/builders/html/__init__.py:1117 sphinx/builders/text.py:71 +#: sphinx/builders/html/__init__.py:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -908,174 +908,174 @@ msgstr "پروندهی XML در پوشهی %(outdir)s است." msgid "The pseudo-XML files are in %(outdir)s." msgstr "پروندههای شبه XML در پوشهی %(outdir)s." -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "پروندهی اطّلاعات ساخت خراب است: %r" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, 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:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "فهرست کلی" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "فهرست" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr "بعدی" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "قبلی" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "تولید نمایهها" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "نوشتن صفحات اضافی" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "رونوشت از پروندههای قابل دریافت... " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "نمی تواند از پروندهی قابل دریافت %r: %s رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:829 sphinx/builders/html/__init__.py:841 +#: sphinx/builders/html/__init__.py:824 sphinx/builders/html/__init__.py:836 #, 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 +#: sphinx/builders/html/__init__.py:857 msgid "copying static files" msgstr "رونوشت از پروندههای ثابت" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "نمی تواند از پروندهی ثابت %r رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "رونوشت برداری از پروندههای اضافی" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "نمی تواند از پروندهی اضافهی %r رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "شکست در نوشتن پروندهی اطّلاعات ساخت: %r" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "صفحهی %s با دو الگو در نوار کناری صفحه (html_sidebars) همخوانی دارد: %r و%r" -#: sphinx/builders/html/__init__.py:1100 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "هنگام ارائهی صفحهی %s خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندیها دارای محتوای غیر اَسکی، رشتهمتنهای یونکد هستند." -#: sphinx/builders/html/__init__.py:1105 +#: sphinx/builders/html/__init__.py:1100 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "خطایی در نمایش صفحهی %s رخ داد.\nعلّت: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1129 msgid "dumping object inventory" msgstr "خالی کردن فهرست اشیاء" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "خالی کردن نمایهی جستجو در %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "پروندهی js نامعتبر%r: نادیده گرفته میشود" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "ارائه کنندههای ریاضی زیادی ثبت شدهاند، ولی هیچ کدام انتخاب نشده." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "نمایشدهندهی ریاضی نامشخّص %r داده شده." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, 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:1274 #, 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:1283 #, 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:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "پروندهی آرم %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "پروندهی آیکون مورد علاقه %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "مستندات %s%s" @@ -1101,14 +1101,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,7 +1117,7 @@ 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" @@ -1154,6 +1154,19 @@ 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 "در حین ساخت ایرادی رخ داد، شروع اشکال زدا:" @@ -1209,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 <https://www.sphinx-doc.org/>." msgstr "برای اطّلاعات بیشتر به <https://www.sphinx-doc.org/> بروید." @@ -1880,63 +1893,63 @@ msgstr "اعلان C تکراری، که در %s:%s هم تعریف شده.\nا 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "پارامترها" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "بازگشت ها" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "نوع برگشتی" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "عضو" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "تابع" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "ماکرو" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "ساختار" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "اجتماع" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "شمارش" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "شمارنده" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "گونه" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "مؤلّفهی تابع" @@ -1981,12 +1994,12 @@ msgstr "پارامترهای قالب" msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "ایجاد" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "کلاس" @@ -2003,7 +2016,7 @@ msgstr "مؤلّفهی قالب" msgid "%s() (built-in function)" msgstr "%s() (توابع درونی)" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s متد)" @@ -2018,38 +2031,38 @@ msgstr "%s (کلاس)" msgid "%s (global variable or constant)" msgstr "%s (متغیّر عمومی یا مقدار ثابت)" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s مشخصه)" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "نشانوندها" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (ماژول)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "متد" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "داده" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "مشخّصه" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "ماژول" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" @@ -2059,7 +2072,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "قالب مرجع معادلهی ریاضی (math_eqref_format) نامعتبر: %r" @@ -2076,7 +2089,7 @@ msgstr "عملگر" msgid "object" msgstr "شیء" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "ایراد" @@ -2088,234 +2101,234 @@ msgstr "گذاره" msgid "built-in function" msgstr "توابع درونی" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "متغیر ها" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "برانگیختن" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "%s (در ماژول %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "%s (متغیر درونی)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "%s (کلاس درونی)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "%s (کلاس در %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s شگرد کلاس)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s متد استاتیک)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "%s(%sویژگی)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "نمایه ی ماژول های پایتون" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "ماژول ها" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "منسوخ شده" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "class method" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "متد استاتیک" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "ویژگی" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, 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:1451 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 "" @@ -2715,85 +2728,85 @@ 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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "سیاههی بین اسفینکس جا به جایی را انجام داد: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "بارگذاری سیاههی بین اسفینکس از %s..." -#: 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 "(در %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(در %s )" -#: 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 "شناساگر بین اسفینکس %r رشتهمتن نیست. نادیده گرفته شد" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "شکست در خواندن intersphinx_mapping[%s]، نادیده گرفته میشود: %r" @@ -2917,7 +2930,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" @@ -2973,23 +2986,23 @@ msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه 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 +3010,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 +3039,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 +3057,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 +3072,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 +3158,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 +3225,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 +3303,39 @@ 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 msgid "Copyright" msgstr "کپی رایت" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "© <a href=\"%(path)s\">حق نشر</a> %(copyright)s." -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "© حق نشر%(copyright)s." -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "آخرین بروز رسانی در %(last_updated)s ." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3462,25 +3476,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}" @@ -3522,7 +3536,7 @@ msgstr "امکان دریافت تصویر از منبع راه دور نبود: 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" @@ -3542,32 +3556,32 @@ 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 "نام نقش یا دستورالعمل ناشناخته: %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 " @@ -3589,84 +3603,82 @@ msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور 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:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "پیوند ثابت به این جدول" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "پیوند ثابت به این کد" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "پیوند ثابت به این تصویر" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "پیوند ثابت به این فهرست عنوان ها" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "پانویس ها" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo Binary files differindex 0642713a2..979a82b90 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index 82f3f514d..7c4c55652 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-04-30 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 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: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:77 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:603 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:678 +#: sphinx/application.py:682 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:700 sphinx/application.py:722 +#: sphinx/application.py:704 sphinx/application.py:726 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1264 +#: sphinx/application.py:1269 #, 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:1273 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: sphinx/application.py:1271 +#: sphinx/application.py:1276 #, 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:1280 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: sphinx/application.py:1283 sphinx/application.py:1287 +#: sphinx/application.py:1288 sphinx/application.py:1292 #, 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,154 +475,154 @@ 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:573 +#: sphinx/builders/__init__.py:600 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:243 #, 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 "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:770 +#: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:765 #: sphinx/builders/latex/__init__.py:417 sphinx/builders/texinfo.py:177 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ 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/_epub_base.py:415 sphinx/builders/html/__init__.py:773 #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:187 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ 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:1159 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -804,7 +804,7 @@ msgstr "" msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:557 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -889,7 +889,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:1112 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -905,174 +905,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:160 +#: sphinx/builders/html/__init__.py:159 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:194 +#: sphinx/builders/html/__init__.py:193 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:412 +#: sphinx/builders/html/__init__.py:408 #, 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:501 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:520 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Yleinen sisällysluettelo" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:520 msgid "index" msgstr "hakemisto" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:586 msgid "next" msgstr ">" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:595 msgid "previous" msgstr "<" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:689 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:704 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:783 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:791 #, 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:824 sphinx/builders/html/__init__.py:836 #, 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:857 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:873 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:878 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:884 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:891 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:944 +#: sphinx/builders/html/__init__.py:939 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:1000 #, 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:1095 #, python-format msgid "" "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:1100 #, 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:1129 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1134 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1176 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1264 +#: sphinx/builders/html/__init__.py:1259 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1262 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1270 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1274 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1288 +#: sphinx/builders/html/__init__.py:1283 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1292 +#: sphinx/builders/html/__init__.py:1287 #, 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:1296 sphinx/builders/latex/__init__.py:429 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1305 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1318 +#: sphinx/builders/html/__init__.py:1312 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:1327 #, python-format msgid "%s %s documentation" msgstr "" @@ -1098,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 "Sisällysluettelo" @@ -1114,7 +1114,7 @@ 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 "" @@ -1151,6 +1151,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 +1219,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1877,63 +1890,63 @@ msgstr "" 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:3327 sphinx/domains/cpp.py:7424 +#: sphinx/domains/python.py:468 sphinx/ext/napoleon/docstring.py:755 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:3338 sphinx/domains/cpp.py:7430 +#: sphinx/domains/c.py:3330 sphinx/domains/cpp.py:7430 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:3333 sphinx/domains/cpp.py:7433 +#: sphinx/domains/javascript.py:241 sphinx/domains/python.py:480 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:3343 sphinx/domains/javascript.py:251 -#: sphinx/domains/python.py:478 +#: sphinx/domains/c.py:3335 sphinx/domains/javascript.py:243 +#: sphinx/domains/python.py:482 msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3701 sphinx/domains/cpp.py:7837 msgid "member" msgstr "" -#: sphinx/domains/c.py:3710 +#: sphinx/domains/c.py:3702 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:3703 sphinx/domains/cpp.py:7836 +#: sphinx/domains/javascript.py:343 sphinx/domains/python.py:1204 msgid "function" msgstr "" -#: sphinx/domains/c.py:3712 +#: sphinx/domains/c.py:3704 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3713 +#: sphinx/domains/c.py:3705 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3706 sphinx/domains/cpp.py:7835 msgid "union" msgstr "" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3707 sphinx/domains/cpp.py:7840 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3708 sphinx/domains/cpp.py:7841 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7838 msgid "type" msgstr "" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3711 sphinx/domains/cpp.py:7843 msgid "function parameter" msgstr "" @@ -1978,12 +1991,12 @@ msgstr "" msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:238 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:361 -#: sphinx/domains/python.py:1212 +#: sphinx/domains/cpp.py:7834 sphinx/domains/javascript.py:345 +#: sphinx/domains/python.py:1206 msgid "class" msgstr "" @@ -2000,7 +2013,7 @@ msgstr "" msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:871 +#: sphinx/domains/javascript.py:146 sphinx/domains/python.py:875 #, python-format msgid "%s() (%s method)" msgstr "" @@ -2015,38 +2028,38 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:956 +#: sphinx/domains/javascript.py:152 sphinx/domains/python.py:960 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:243 +#: sphinx/domains/javascript.py:235 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:318 +#: sphinx/domains/javascript.py:310 #, python-format msgid "%s (module)" msgstr "%s (moduuli)" -#: sphinx/domains/javascript.py:360 sphinx/domains/python.py:1214 +#: sphinx/domains/javascript.py:344 sphinx/domains/python.py:1208 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:346 sphinx/domains/python.py:1205 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:347 sphinx/domains/python.py:1211 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:364 sphinx/domains/python.py:53 -#: sphinx/domains/python.py:1219 +#: sphinx/domains/javascript.py:348 sphinx/domains/python.py:53 +#: sphinx/domains/python.py:1213 msgid "module" msgstr "moduuli" -#: sphinx/domains/javascript.py:395 +#: sphinx/domains/javascript.py:379 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "" @@ -2056,7 +2069,7 @@ 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:2113 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2073,7 +2086,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:57 sphinx/domains/python.py:1213 +#: sphinx/domains/python.py:57 sphinx/domains/python.py:1207 msgid "exception" msgstr "" @@ -2085,234 +2098,234 @@ msgstr "" msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:469 +#: sphinx/domains/python.py:473 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:477 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:725 sphinx/domains/python.py:862 +#: sphinx/domains/python.py:729 sphinx/domains/python.py:866 #, 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:789 sphinx/domains/python.py:956 +#: sphinx/domains/python.py:1007 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:791 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:816 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:817 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:871 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:873 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1011 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1133 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1134 msgid "modules" msgstr "moduulit" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1183 msgid "Deprecated" msgstr "Poistettu" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1209 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1210 msgid "static method" msgstr "" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1212 msgid "property" msgstr "" -#: sphinx/domains/python.py:1276 +#: sphinx/domains/python.py:1270 #, 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:1390 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1451 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 "" @@ -2712,85 +2725,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 +2927,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 +2983,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 +3007,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 +3036,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 +3054,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 +3069,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 +3155,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 +3222,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 +3300,39 @@ 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 msgid "Copyright" msgstr "" -#: sphinx/themes/basic/layout.html:200 +#: sphinx/themes/basic/layout.html:190 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:202 +#: sphinx/themes/basic/layout.html:192 #, python-format msgid "© Copyright %(copyright)s." msgstr "" -#: sphinx/themes/basic/layout.html:206 +#: sphinx/themes/basic/layout.html:196 #, python-format msgid "Last updated on %(last_updated)s." msgstr "" -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:199 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3459,25 +3473,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,7 +3533,7 @@ 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 "" @@ -3539,32 +3553,32 @@ 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 " @@ -3586,84 +3600,82 @@ 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:299 #, 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:309 #, 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:363 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 msgid "Permalink to this heading" msgstr "" -#: sphinx/writers/_html4.py:409 sphinx/writers/html5.py:395 +#: sphinx/writers/html5.py:395 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:438 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:440 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:442 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/_html4.py:604 sphinx/writers/html5.py:579 +#: sphinx/writers/html5.py:579 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:829 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:896 msgid "" "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1245 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1583 #, python-format msgid "unknown index entry type %s found" 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 6b2370466..a3b672b7f 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index acbc6b023..7ab8c309a 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -17,8 +17,8 @@ # Georg Brandl <g.brandl@gmx.net>, 2014 # Hugo Herbelin <Hugo.Herbelin@inria.fr>, 2021 # Jean-Daniel Browne <jeandaniel.browne@gmail.com>, 2010 -# Jean-François B. <jfbu@free.fr>, 2017-2019,2022 -# Jérémie Tarot <silopolis@gmail.com>, 2022 +# Jean-François B. <jfbu@free.fr>, 2017-2019,2022-2023 +# Jérémie Tarot <silopolis@gmail.com>, 2022-2023 # Julien Palard <github@mandark.fr>, 2017 # Julien Malard <julien.malard@mail.mcgill.ca>, 2019 # Kim S. <kim.sylvestre@gmail.com>, 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Jérémie Tarot <silopolis@gmail.com>, 2022\n" -"Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" +"Last-Translator: Jérémie Tarot <silopolis@gmail.com>, 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:426 #, 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:77 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:1277 #, 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:1281 #, 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:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +360,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r est déjà enregistré" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "le moteur de rendu mathématique %s est déjà enregistré" -#: 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 "l'extension %r a été intégrée à Sphinx depuis la version %s ; cette extension est ignorée." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Exception initiale :\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "L'extension %s ne peut pas être importée" -#: 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 "l'extension %r n'a pas de fonction setup(); est-elle réellement un module d'extension de Sphinx ?" -#: 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 "L'extension %s utilisée par ce projet nécessite au moins Sphinx v%s ; il ne peut donc pas être construit avec la version courante." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "Écriture... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "tous les %d fichiers po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "tous les fichiers source" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:263 #, 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:268 #, 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:274 #, 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:283 #, 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:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "Construction [%s] : " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "Recherche des fichiers périmés... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d trouvé" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "aucun résultat" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "Environnement de sérialisation" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "Vérification de la cohérence" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "Aucune cible n'est périmée." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "Mise à jour de l'environnement : " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "Lecture des sources... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "Document en préparation" +#: sphinx/builders/__init__.py:563 +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/_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 "Copie des images... " @@ -668,8 +672,8 @@ msgstr "Copie des images... " 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/_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 "impossible de copier le fichier image %r: %s" @@ -793,26 +797,26 @@ msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vid msgid "conf value \"version\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" -#: 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 "Fichier CSS invalide : %r, sera ignoré" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, 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:239 #, 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:243 msgid "reading templates... " msgstr "lecture des gabarits... " -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "écriture des catalogues de messages... " @@ -831,7 +835,7 @@ msgstr "lien mort: %s (%s)" msgid "Anchor '%s' not found" msgstr "Ancre '%s' non trouvée" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, 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 +849,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 +893,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" @@ -916,7 +920,7 @@ msgstr "erreur lors l'écriture du fichier Makefile : %s" 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/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -942,164 +946,164 @@ msgstr "Le fichier de configuration de construction est corrompu : %r" 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: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 "Index général" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "suivant" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "précédent" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "Génération des index" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "Écriture des pages additionnelles" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "Copie des fichiers téléchargeables... " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "impossible de copier le fichier téléchargeable %r: %s" -#: 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 "Échec de la copie du fichier dans html_static_file : %s : %r" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:861 msgid "copying static files" msgstr "Copie des fichiers statiques" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:877 #, python-format msgid "cannot copy static file %r" msgstr "impossible de copier le fichier static %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "Copie des fichiers complémentaires" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "Copie des fichiers supplémentaires impossible %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "Échec d'écriture du fichier de configuration de construction : %r" -#: 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 "L'index de recherche n'a pas pu être chargé, mais tous les documents ne seront pas construits: l'index sera incomplet." -#: 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 "La page %s correspond à deux motifs dans html_sidebars: %r et %r" -#: 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 "une erreur Unicode est survenue lors du rendu de la page %s. Veuillez vous assurer que toutes les valeurs de configuration comportant des caractères non-ASCII sont des chaînes Unicode." -#: 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 "Un erreur est survenue lors de la génération de la page: %s.\nLa raison est: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "Export de l'inventaire des objets" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1138 #, python-format msgid "dumping search index in %s" msgstr "Export de l'index de recherche en %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format 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:1284 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:1287 #, 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:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, 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:1337 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:1352 #, python-format msgid "%s %s documentation" msgstr "Documentation %s %s" @@ -1125,14 +1129,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 +1145,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,6 +1182,19 @@ 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 :" @@ -1233,7 +1250,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "Pour plus d'informations, visitez le site <https://www.sphinx-doc.org/>." @@ -1892,75 +1909,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:7443 +#: sphinx/domains/python.py:473 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:7449 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:7452 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:485 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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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:7854 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "énumération" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "énumérateur" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "paramètre de fonction" @@ -1989,91 +2006,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "Paramètres du modèle" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 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:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7863 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:888 #, 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:973 #, 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:1221 msgid "method" msgstr "méthode" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "données" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2099,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:2169 #, 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:478 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Lève" -#: 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() (dans le module %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 (dans le module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable de base)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (classe de base)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (classe dans %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (méthode de la classe %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (méthode statique %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1024 #, python-format msgid "%s (%s property)" msgstr "%s (propriété %s)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Index des modules Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Obsolète" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "exception" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "méthode de classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "méthode statique" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1225 msgid "property" msgstr "propriété" -#: 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 "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:1403 #, 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:1464 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" @@ -2656,20 +2652,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 +2675,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 +2692,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[graphe: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graphe]" @@ -2739,85 +2735,85 @@ 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:192 #, 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:228 #, 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:242 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "quelques problèmes ont été rencontrés avec quelques uns des inventaires, mais ils disposaient d'alternatives fonctionnelles :" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "échec d'accès à un quelconque inventaire, messages de contexte suivants :" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(disponible dans %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(dans %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, 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:534 #, 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:618 #, 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:643 #, 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:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Échec de la lecture de intersphinx_mapping[%s]; ignoré : %r" @@ -2941,7 +2937,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" @@ -2997,23 +2993,23 @@ msgstr "Échec de la mise à jour de la signature pour %r : paramètre non trouv 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 +3017,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 +3046,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 +3064,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 +3079,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 +3165,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 +3232,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 +3310,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3452,7 +3445,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 +3479,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 "" @@ -3546,7 +3539,7 @@ msgstr "impossible d'atteindre l'image distante %s[%s]" 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" @@ -3566,44 +3559,50 @@ msgid "" "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: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 "la table des matières contient des références à des fichiers inexistants %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" @@ -3613,94 +3612,92 @@ msgstr "exception pendant l’évaluation de l'expression de la directive only : 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:365 #, 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:375 #, 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:429 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:452 sphinx/writers/html5.py:457 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:461 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:504 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:506 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:508 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:645 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:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notes de bas de page" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 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:1301 #, 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:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex fdc08807e..0a1304918 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po index 1aed3da76..0f51d450c 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 54cf9140a..ffd5ec715 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.po b/sphinx/locale/he/LC_MESSAGES/sphinx.po index af04c857f..52b2160b7 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 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: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:77 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 "" -#: 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 "תיעוד %s %s" @@ -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 <https://www.sphinx-doc.org/>." 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 "" -#: 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 "" @@ -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 "" -#: 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 "משתנה סביבה; %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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930</a> %(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 Binary files differindex 942cd928d..46d95169e 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.po b/sphinx/locale/hi/LC_MESSAGES/sphinx.po index bd3e98309..a65895e0a 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Sumanjali Damarla <damarlasumanjali@gmail.com>, 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:426 #, 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:77 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:1277 #, 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:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "समानांतर पठन के लिए यह %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +336,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 "निर्माण वर्ग %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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r पहले से पंजीकृत है" -#: 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 "%r आयाम को %sसंस्करण से स्फिंक्स में सम्मिलित किया जा चुका है; आयाम की उपेक्षा की गयी." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "मौलिक अपवाद:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "%s आयाम का आयात नहीं किया जा सका" -#: 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 "आयाम %r में कोई सेटअप #setup()# कारक नहीं है; क्या यह वास्तव में स्फिंक्स का परिवर्धक प्रभाग है?" -#: 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 "इस परियोजना में प्रयुक्त %s परिवर्धक को स्फिंक्स का कम से कम %s संस्करण चाहिए; इसलिए इस संस्करण से बनाना संभव नहीं है." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "निर्माणाधीन [mo]: " -#: 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 "सभी %d पी.ओ. फाइलें" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, python-format msgid "targets for %d po files that are out of date" msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" -#: 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 "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" -#: 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 "%d स्रोत फाइलें आदेश स्थान में दी " -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "निर्माणाधीन [%s]: " -#: 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 "%d मिला" -#: 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 "%s जोड़ा गया, %s बदला गया, %s हटाया गया" -#: 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 "लेखन के लिए शेष लेखपत्र: %s" -#: 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 "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %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/_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 "चित्रों की प्रतिलिपि बनाई जा रही है..." @@ -644,8 +648,8 @@ msgstr "चित्रों की प्रतिलिपि बनाई 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/_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 "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" @@ -769,26 +773,26 @@ msgstr "ई-पब3 के लिए विन्यास मान \"epub_iden msgid "conf value \"version\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: 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 "अमान्य css_file: %r, उपेक्षित" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "%d नमूना फाइलों के लक्ष्य" -#: 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 "सन्देश सूचीपत्रों को लिखा जा रहा है..." @@ -807,7 +811,7 @@ msgstr "खंडित कड़ी: %s (%s)" msgid "Anchor '%s' not found" msgstr "लक्ष्य '%s' नहीं मिला" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -821,8 +825,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 +869,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" @@ -892,7 +896,7 @@ msgstr "मेकफाइल लिखने में त्रुटि: %s" msgid "The text files are in %(outdir)s." msgstr "पाठ फाइल %(outdir)s में हैं." -#: 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" @@ -918,164 +922,164 @@ msgstr "निर्माण सूचनापत्र फाइल खंड 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: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 "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" -#: 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 "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: 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 "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" -#: 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 "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" -#: 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 "पृष्ठ %s की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." -#: 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 "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" -#: 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 "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "अमान्य js_file: %r, उपेक्षित" -#: 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 "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "अज्ञात math_renderer %r दिया गया." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, python-format msgid "favicon file %r does not exist" msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: 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 "%s %s दिग्दर्शिका" @@ -1101,14 +1105,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 +1121,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,6 +1158,19 @@ 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 "निर्माण के दौरान अपवाद घटित हुआ है, दोष-मुक्तक चालू किया जा रहा " @@ -1209,7 +1226,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1868,75 +1885,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: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 "" @@ -1965,91 +1982,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: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 "%s (C++ %s)" -#: 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 "%s (वैश्विक चरपद अथवा अचर) " -#: 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 "" @@ -2059,263 +2075,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:2169 #, 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: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 "%s() (%s वर्ग विधि) " -#: 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 "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" -#: 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 "%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 "" @@ -2632,20 +2628,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 +2651,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 +2668,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:332 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "डॉट निर्देश %r: %s" -#: 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 "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graph]" @@ -2715,85 +2711,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 "लाटेक्स आदेश %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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "इन्टरस्फिंक्स सामान को %s से चढ़ाया जा रहा है ..." -#: 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 "(%s v%s में)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(%s में)" -#: 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 "इन्टरस्फिंक्स निर्धारक %r अक्षरमाला नहीं है. उपेक्षित" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2917,7 +2913,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 "" @@ -2973,23 +2969,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" @@ -2997,12 +2993,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 +3022,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 +3040,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 +3055,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 +3141,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 +3208,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 +3286,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">सर्वाधिकार</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3462,25 +3455,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}" @@ -3522,7 +3515,7 @@ msgstr "दूरस्थ चित्र नहीं लाया जा स 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" @@ -3542,44 +3535,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 "अज्ञात बिंदु प्रकार: %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: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 "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" @@ -3589,94 +3588,92 @@ msgstr "केवल निर्देशक भाव का मूल्य 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:365 #, 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:375 #, 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: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 "चित्र का आकार नहीं मिल सका. :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: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 "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[चित्र: %s]" -#: 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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex cac69b810..c25409d54 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po index cf8a0b165..7cf735173 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Sva prava zadr\u017eana</a> %(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 Binary files differindex bca5ea69b..0857b2d3c 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index 862ba2c95..b2dd298c4 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-05-14 22:39+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: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 "'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:77 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:1277 #, 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: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 "%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: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 "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: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 "proširenje %r se već nalazi u Sphinxu od verzije %s; ovo proširenje se zanemaruje." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Izvorna iznimka:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Proširenje %s ne može biti uvezena" -#: 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 "proširenje %r nema funkciju setup(); radi li se o ispravnom Sphinx modulu proširenja?" -#: 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 "%s proširenje traži Sphinx verzije v%s; stoga projekt ne može biti izgrađen s ovom verzijom." -#: 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 "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: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 " (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 "" @@ -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 "Opceniti abecedni indeks" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "abecedni indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "naprijed" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "nazad" -#: 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 "%s %s dokumentacija" @@ -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 "Abecedni popis" @@ -1114,29 +1118,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,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1865,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "tip" -#: 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 "Parametri predloška" -#: 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 "Baca (iznimke)" -#: 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 "razred" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "koncept" -#: 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() (ugrađene funkcije)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "podaci" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2072,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:2169 #, 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:478 msgid "Variables" msgstr "Varijable" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Podiže" -#: 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() (u modulu %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 (u modulu %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (ugrađene variable)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (ugrađen razred)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (razred u %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klase)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: 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 "Python indeks modula" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Zastarjelo" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "izuzetak" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "metoda klase" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statična metoda" -#: 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 " (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 "" @@ -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 "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 +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 "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 +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 "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: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 "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graph]" @@ -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 "Link na tu definiciju" -#: 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 "(u %s v%s)" -#: 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 "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 +3205,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 +3283,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Sva prava zadržana</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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 "Link na tu definiciju" -#: 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 "Permalink na ovu tablicu" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 msgid "Permalink to this code" msgstr "Permalink na ovaj kod" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:506 msgid "Permalink to this image" msgstr "Permalink na ovu sliku" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:508 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: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 "Fusnote" -#: 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 "[slika: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 83a05dfa2..fa61dfc19 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index 1f7883135..08c6adfd3 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-05-14 22:39+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:426 #, 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:77 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:1277 #, 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: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, " @@ -161,12 +161,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 "" @@ -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,127 +338,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 " @@ -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: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 "" @@ -646,8 +650,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 "" @@ -771,26 +775,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 "" @@ -809,7 +813,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 "" @@ -823,8 +827,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 +871,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 +898,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" @@ -920,164 +924,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 "Általános tárgymutató" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "nyitóoldal" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "következő" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "előző" -#: 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 "%s %s dokumentáció" @@ -1103,14 +1107,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 +1123,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,6 +1160,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 "" @@ -1211,7 +1228,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1870,75 +1887,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "enumeráció" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "típus" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1967,91 +1984,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 "Sablonparaméterek" -#: 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 "Dob" -#: 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 "osztály" -#: 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() (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:888 #, 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:973 #, 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:1221 msgid "method" msgstr "metódus" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "adat" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2077,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 "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:478 msgid "Variables" msgstr "Változók" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Kivétel" -#: 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 modulban)" -#: 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 modulban)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (beépített változó)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (beépített osztály)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (osztály %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s osztály metódus)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statikus metódus)" -#: 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 "Python Modul Mutató" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "modulok" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Elavult" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "kivétel" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "osztály szintű metódus" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statikus metódus" -#: 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 " (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 "" @@ -2634,20 +2630,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 +2653,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 +2670,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 "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graph]" @@ -2717,85 +2713,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 "Állandó hivatkozás erre az egyenletre" -#: 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 "(%s v%s)" -#: 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 "" @@ -2919,7 +2915,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 "" @@ -2975,23 +2971,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" @@ -2999,12 +2995,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 +3024,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 +3042,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 +3057,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 +3143,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 +3210,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 +3288,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3464,25 +3457,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}" @@ -3524,7 +3517,7 @@ 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 "" @@ -3544,44 +3537,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 "" @@ -3591,94 +3590,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 "Hivatkozás erre a definícióra" -#: 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 "Permalink erre a táblázatra" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 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: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 "Lábjegyzetek" -#: 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 "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Hak cipta</a> %(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 Binary files differindex bedd2e9d1..c6ef131e8 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index b82b0909c..1be22d389 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -5,17 +5,17 @@ # Translators: # Arif Budiman <arifpedia@gmail.com>, 2016-2017 # FIRST AUTHOR <EMAIL@ADDRESS>, 2009 -# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019-2020 +# oon arfiandwi (OonID) <oon.arfiandwi@gmail.com>, 2019-2020 # 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2019-2020\n" -"Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\n" +"Last-Translator: oon arfiandwi (OonID) <oon.arfiandwi@gmail.com>, 2019-2020\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 +23,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 "" -#: 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:426 #, 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:77 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:1277 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -147,12 +147,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:1281 #, 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:1284 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -160,12 +160,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:1288 #, 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:1296 sphinx/application.py:1300 #, python-format msgid "doing serial %s" msgstr "mengerjakan serial %s" @@ -323,8 +323,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,127 +337,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r telah terdaftar" -#: 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 "ekstensi %r telah digabungkan dengan Sphinx sejak versi %s; ekstensi diabaikan." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Eksepsi orisinal:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Tidak dapat mengimpor ekstensi %s" -#: 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 "ekstensi %r tidak memiliki fungsi setup(); apa itu benar-benar sebuah modul ekstensi Sphinx?" -#: 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 "Ekstensi %s yang digunakan proyek ini memerlukan sedikitnya Sphinx v%s; maka itu tidak bisa dibangun dengan versi ini." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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 "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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "menulis keluaran... " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "semua dari %d berkas po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "semua berkas sumber" -#: 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 "berkas %r yang diberikan di command line tidak berada dalam direktori sumber, mengabaikan" -#: 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 "%d berkas sumber diberikan di command line" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "membangun [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "mencari berkas yang kini-usang... " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d ditemukan" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "tidak ditemukan apapun" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "lingkungan pengawetan" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "memeriksa konsistensi" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "tidak ada target yang usang." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "memperbarui lingkungan:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "membaca sumber... " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "menyiapkan dokumen" +#: sphinx/builders/__init__.py:563 +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/_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 "menyalin gambar... " @@ -645,8 +649,8 @@ msgstr "menyalin gambar... " 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/_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 "tidak dapat menyalin berkas gambar %r: %s" @@ -770,26 +774,26 @@ msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: 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 "css_file yang salah: %r, mengabaikan" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, 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:239 #, python-format msgid "targets for %d template files" msgstr "target untuk %d berkas templat" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:243 msgid "reading templates... " msgstr "membaca templat... " -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "menulis katalog pesan... " @@ -808,7 +812,7 @@ msgstr "tautan rusak: %s (%s)" msgid "Anchor '%s' not found" msgstr "Anchor '%s' tidak ditemukan" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -822,8 +826,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 +870,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" @@ -893,7 +897,7 @@ msgstr "kesalahan menulis berkas Makefile: %s" 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/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -919,164 +923,164 @@ msgstr "berkas info build rusak: %r" 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: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 "%d %b, %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 "Indeks Umum" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "berikut" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "sebelum" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "menghasilkan indeks" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "menulis halaman tambahan" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "menyalin berkas yang dapat diunduh... " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" -#: 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 "tidak dapat menyalin berkas statik %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "menyalin berkas tambahan" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "tidak dapat menyalin berkas ekstra %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "Gagal menulis berkas info build: %r" -#: 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 "indeks pencarian tidak dapat dimuat, tapi tidak semua dokumen akan dibangun: indeks akan jadi tidak lengkap." -#: 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 "halaman %s sebanding dengan dua pola dalam html_sidebars: %r dan %r" -#: 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 "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." -#: 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 "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "menyisihkan persediaan obyek" -#: 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 "js_file yang salah: %r, mengabaikan" -#: 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 "Banyak math_renderers teregistrasi. Namun tidak satu pun math_renderer yang dipilih." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, 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:1295 #, 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: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 "entri html_static_path %r tidak ada" -#: 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 "berkas logo %r tidak ada" -#: sphinx/builders/html/__init__.py:1310 +#: sphinx/builders/html/__init__.py:1330 #, 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: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 "Dokumentasi %s %s" @@ -1102,14 +1106,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 +1122,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,6 +1159,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 "Eksepsi terjadi saat membangun, memulai debugger:" @@ -1210,7 +1227,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" @@ -1869,75 +1886,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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 "" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7854 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "tipe" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1966,91 +1983,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: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 "Parameter Templat" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 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:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "konsep" -#: 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() (fungsi built-in)" -#: 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() (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:973 #, 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:1221 msgid "method" msgstr "method" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2076,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:2169 #, 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:478 msgid "Variables" msgstr "Variabel" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Raises" -#: 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() (di modul %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 (di modul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabel built-in)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (class built-in)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (class di %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (method class %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (method static %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 "Indeks Modul Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "modul" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Akan ditinggalkan" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "eksepsi" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "method class" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "method static" -#: 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 "lebih dari satu target ditemukan untuk referensi silang %r: %s" -#: sphinx/domains/python.py:1457 +#: sphinx/domains/python.py:1464 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 "" -#: 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 "" @@ -2633,20 +2629,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 +2652,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 +2669,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graph]" @@ -2716,85 +2712,85 @@ 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:192 #, 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:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "memuat penyimpanan intersphinx dari %s..." -#: 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 "mengalami beberapa masalah dengan beberapa inventaris, tetapi mereka memiliki alternatif berfungsi:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 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:301 #, python-format msgid "(in %s v%s)" msgstr "(di %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(dalam %s)" -#: 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 "pengenal intersphinx %r bukan string. Diabaikan" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2918,7 +2914,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 "" @@ -2974,23 +2970,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" @@ -2998,12 +2994,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 +3023,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 +3041,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 +3056,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 +3142,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 +3209,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 +3287,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Hak cipta</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3463,25 +3456,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}" @@ -3523,7 +3516,7 @@ msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" 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" @@ -3543,44 +3536,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 "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: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 "toctree berisi ref ke berkas yang tidak ada %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" @@ -3590,94 +3589,92 @@ msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" 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:365 #, 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:375 #, 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: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 "Link permanen untuk table ini" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 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:508 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:645 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:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Catatan kaki" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 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:1301 #, 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:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[gambar: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 512b7d9df..442375367 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.po b/sphinx/locale/is/LC_MESSAGES/sphinx.po index a29de9aec..f6d43b8c0 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tryggvi Kalman <tkj3@hi.is>, 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: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:77 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 "" -#: 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 "Almennt yfirlit" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "yfirlit" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "næsta" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "fyrri" -#: 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 "Yfirlit" @@ -1114,29 +1118,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,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 <https://www.sphinx-doc.org/>." 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 "" -#: 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 "" @@ -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 "" -#: 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 "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 "" @@ -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 "Varanlegur hlekkur á þessa jöfnu" -#: 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 "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 +3205,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 +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 "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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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 "Varanlegur hlekkur á þessa skilgreiningu" -#: 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 "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: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 "Varanlegur hlekkur á þessa töflu" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 msgid "Permalink to this image" msgstr "Varanlegur hlekkur á þessa mynd" -#: 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 "[mynd: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex e0a51fd56..8ef155aa2 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index 4e9b42441..6fd74df27 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-05-14 22:39+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: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 "caricamento traduzioni [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:1277 #, 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: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, " @@ -161,12 +161,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 "" @@ -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,127 +338,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 " @@ -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: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 "" @@ -646,8 +650,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 "" @@ -771,26 +775,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 "" @@ -809,7 +813,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 "" @@ -823,8 +827,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 +871,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 "" @@ -894,7 +898,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" @@ -920,164 +924,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 "%d %b %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 "Indice generale" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "indice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "successivo" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "precedente" -#: 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 "%s %s documentazione" @@ -1103,14 +1107,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 +1123,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,6 +1160,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 "" @@ -1211,7 +1228,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1870,75 +1887,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumeratore" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1967,91 +1984,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 "Parametri del modello" -#: 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 "Solleva" -#: 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 "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "concetto" -#: 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() (funzione built-in)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metodo" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2077,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:2169 #, 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:478 msgid "Variables" msgstr "Variabili" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Solleva" -#: 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() (nel modulo %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 (nel modulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabile built-in)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (classe built-in)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (classe in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metodo della classe)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo statico)" -#: 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 "Indice del modulo Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "moduli" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Deprecato" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "eccezione" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "metodo della classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "metodo statico" -#: 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 " (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 "" @@ -2634,20 +2630,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 +2653,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 +2670,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 "[grafico: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[grafico]" @@ -2717,85 +2713,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 "Permalink a questa equazione" -#: 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 "(in %s v%s)" -#: 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 "" @@ -2919,7 +2915,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 "" @@ -2975,23 +2971,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" @@ -2999,12 +2995,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 +3024,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 +3042,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 +3057,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 +3143,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 +3210,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 +3288,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3464,25 +3457,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}" @@ -3524,7 +3517,7 @@ 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 "" @@ -3544,44 +3537,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 "" @@ -3591,94 +3590,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 "Link a questa definizione" -#: 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 "Link a questa tabella" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 msgid "Permalink to this code" msgstr "Link a questo codice" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:506 msgid "Permalink to this image" msgstr "Link a questa immagine" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:508 msgid "Permalink to this toctree" msgstr "Link a questo indice" -#: 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 "Note a piè di pagina" -#: 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 "[immagine: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex c49a54232..c8faee7a5 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.po b/sphinx/locale/ja/LC_MESSAGES/sphinx.po index 25579bef4..b5cb7d094 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 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:426 #, 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:77 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:1277 #, 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:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s拡張は並列読み込みに対して安全ではありません" -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +349,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r はすでに登録されています" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "math renderer %s はすでに登録されています" -#: 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 "拡張 %r はSphinxのバージョン%sでSphinxに統合されています。この拡張は無視されます。" -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "元の例外:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "拡張 %s をimportできません" -#: 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 "拡張 %r には setup() 関数がありません。これは本当にSphinx拡張ですか?" -#: 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 "このプロジェクトで使われている拡張 %s はSphinx v%s 以降が必要なため、現在のバージョンではビルドできません。" -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%sビルダー向けの画像形式が見つかりません: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "ビルド中 [mo]: " -#: 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 "全%d件のpoファイル" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "指定された %d 件のpoファイル" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, 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: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 "コマンドラインに指定されたファイル %r がないため, " -#: 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 "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" -#: 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 "コマンドラインで指定された%d件のソースファイル" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "ビルド中 [%s]: " -#: 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 "%d 件見つかりました" -#: 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 "%s 件追加, %s 件更新, %s 件削除" -#: 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 "書き込むdocname: %s" -#: 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 "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/_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 "画像をコピー中... " @@ -657,8 +661,8 @@ msgstr "画像をコピー中... " 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/_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 "画像ファイル %r をコピーできません: %s" @@ -782,26 +786,26 @@ msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: 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 "無効な css_file %r は無視されました" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "メッセージカタログは%(outdir)sにあります。" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "指定された %d 件のテンプレートファイル" -#: 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 "メッセージカタログを出力中... " @@ -820,7 +824,7 @@ msgstr "リンクが切れています: %s (%s)" msgid "Anchor '%s' not found" msgstr "アンカー '%s' が見つかりません" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" @@ -834,8 +838,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 +882,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" @@ -905,7 +909,7 @@ msgstr "Makefile の書き込みエラー: %s" msgid "The text files are in %(outdir)s." msgstr "テキストファイルは%(outdir)sにあります。" -#: 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" @@ -931,164 +935,164 @@ msgstr "build info ファイルが壊れています: %r" 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: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 "%Y年%m月%d日" -#: 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 "ダウンロードファイル %r をコピーできません: %s" -#: 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 "html_static_file 内のファイルのコピーに失敗しました: %s: %r" -#: 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 "静的ファイル %r をコピーできません" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "extraファイルをコピー中" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "extraファイル %r をコピーできませんでした" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "build info ファイル %r の出力に失敗しました" -#: 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 "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" -#: 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 "ページ%sの読み込み中にUnicodeエラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" -#: 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 "%sページのレンダリング中にエラーが発生しました。\n理由: %r " -#: 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 "%s の検索インデックスを出力" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "無効な js_file %r は無視されました" -#: 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 "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "不明な math_renderer %r が指定されました。" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, python-format msgid "favicon file %r does not exist" msgstr "favicon ファイル %r がありません" -#: 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 "%s %s ドキュメント" @@ -1114,14 +1118,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 +1134,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,6 +1171,19 @@ 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 "ビルド中に例外が発生しました。デバッガを起動します:" @@ -1222,7 +1239,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 <https://www.sphinx-doc.org/>." msgstr "詳しくは、<https://www.sphinx-doc.org/>を見てください。" @@ -1881,75 +1898,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: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 "struct" -#: sphinx/domains/c.py:3714 sphinx/domains/cpp.py:7835 +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7854 msgid "union" msgstr "union" -#: 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 "enumerator" -#: 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 "関数パラメータ" @@ -1978,91 +1995,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: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 "%s (C++ %s)" -#: 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 "%s (グローバル変数または定数)" -#: 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 "%s の記述 %s はすでに %s で %s が使われています" @@ -2072,263 +2088,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:2169 #, 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: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 "%s() (%s のクラスメソッド)" -#: 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 "%s (%s のプロパティ)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Pythonモジュール索引" -#: 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 "%s のオブジェクト記述、 %s の他のインスタンスを複製し、そのうちの1つに :noindex: を使用します" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1403 #, 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: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 "%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 "" @@ -2645,20 +2641,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 +2664,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 +2681,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[グラフ: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[グラフ]" @@ -2728,85 +2724,85 @@ 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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx インベントリは移動しました: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "%s から intersphinx インベントリをロード中..." -#: 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 "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: 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 "intersphinx 識別子 %r は文字列ではありません。無視します" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "intersphinx_mapping [%s] の読み取りに失敗しました。無視します: %r" @@ -2930,7 +2926,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "%s の関数シグネチャの取得に失敗しました: %s" @@ -2986,23 +2982,23 @@ msgstr "%r のシグネチャの更新に失敗しました: パラメータが 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 +3006,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 +3035,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 +3053,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 +3068,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 +3154,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 +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 "検索" @@ -3302,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 "%(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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3475,25 +3468,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}" @@ -3535,7 +3528,7 @@ msgstr "リモート画像を取得できませんでした: %s [%s]" 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" @@ -3555,44 +3548,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 "不明なディレクティブまたはロール名: %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: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 "toctree に存在しないファイルへの参照が含まれています %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" @@ -3602,94 +3601,92 @@ msgstr "only ディレクティブの条件式の評価中に例外が発生し 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:365 #, 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:375 #, 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: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 "画像サイズを取得できませんでした。: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: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 "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1301 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "ディメンション単位 %s が無効です。無視されます。" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[画像: %s]" -#: 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/ka/LC_MESSAGES/sphinx.js b/sphinx/locale/ka/LC_MESSAGES/sphinx.js new file mode 100644 index 000000000..4e209e1c8 --- /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": "", + "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": "", + "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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(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": "", + "General Index": "\u10d6\u10dd\u10d2\u10d0\u10d3\u10d8 \u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8", + "Global Module Index": "", + "Go": "\u10d2\u10d0\u10d3\u10d0\u10e1\u10d5\u10da\u10d0", + "Hide Search Matches": "", + "Index": "\u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8", + "Index – %(key)s": "", + "Index pages by letter": "", + "Indices and tables:": "", + "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...": "", + "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": "", + "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": "", + "can be huge": "", + "last updated": "", + "lists all sections and subsections": "", + "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": "", + "search": "\u10eb\u10d4\u10d1\u10dc\u10d0", + "search this documentation": "", + "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 Binary files differnew file mode 100644 index 000000000..bd6652049 --- /dev/null +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.po b/sphinx/locale/ka/LC_MESSAGES/sphinx.po new file mode 100644 index 000000000..cf2a6b2b4 --- /dev/null +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.po @@ -0,0 +1,3683 @@ +# 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-05-14 22:39+0000\n" +"PO-Revision-Date: 2013-04-02 08:44+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 "" + +#: 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:426 +#, 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:77 +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 "" + +#: 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 "%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 "" + +#: 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:1277 +#, 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:1281 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: sphinx/application.py:1284 +#, 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:1288 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: sphinx/application.py:1296 sphinx/application.py:1300 +#, 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 "სექცია %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 "" + +#: 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 "დომენი %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 "" + +#: 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:322 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:398 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:407 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: 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:431 +msgid "Original exception:\n" +msgstr "საწყისი გამონაკლისი:\n" + +#: sphinx/registry.py:432 +#, python-format +msgid "Could not import extension %s" +msgstr "გაფართოების (%s) შემოტანა შეუძლებელია" + +#: sphinx/registry.py:437 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: 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:454 +#, 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:184 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:188 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:208 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:218 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:236 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:244 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:253 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:263 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: 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:274 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:283 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:295 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:307 sphinx/builders/gettext.py:238 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/__init__.py:314 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:319 +#, python-format +msgid "%d found" +msgstr "ნაპოვნია %d" + +#: sphinx/builders/__init__.py:321 +msgid "none found" +msgstr "არაფერია ნაპოვნი" + +#: sphinx/builders/__init__.py:326 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:332 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:336 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:375 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:396 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446 +msgid "reading sources... " +msgstr "წყაროების კითხვა... " + +#: sphinx/builders/__init__.py:551 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: 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:769 +#: 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:777 +#: 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:1163 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:217 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:239 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:243 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:273 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/linkcheck.py:113 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:148 +#, 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:555 +#, 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 "დამუშავება %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 "" + +#: 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:1116 sphinx/builders/text.py:71 +#: sphinx/builders/xml.py:88 +#, 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:100 +#, 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:194 +#, 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: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:521 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "ზოგადი ინდექსი" + +#: sphinx/builders/html/__init__.py:521 +msgid "index" +msgstr "ინდექსი" + +#: sphinx/builders/html/__init__.py:587 +msgid "next" +msgstr "შემდეგი" + +#: sphinx/builders/html/__init__.py:596 +msgid "previous" +msgstr "წინა" + +#: sphinx/builders/html/__init__.py:693 +msgid "generating indices" +msgstr "ინდექსების გენერაცია" + +#: sphinx/builders/html/__init__.py:708 +msgid "writing additional pages" +msgstr "" + +#: sphinx/builders/html/__init__.py:787 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html/__init__.py:795 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: 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:861 +msgid "copying static files" +msgstr "" + +#: sphinx/builders/html/__init__.py:877 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:882 +msgid "copying extra files" +msgstr "დამატებითი ფაილების კოპირება" + +#: sphinx/builders/html/__init__.py:888 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:895 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: 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:1004 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: 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:1104 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html/__init__.py:1133 +msgid "dumping object inventory" +msgstr "" + +#: sphinx/builders/html/__init__.py:1138 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: sphinx/builders/html/__init__.py:1180 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html/__init__.py:1284 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html/__init__.py:1287 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html/__init__.py:1295 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1299 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" + +#: sphinx/builders/html/__init__.py:1308 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1312 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" + +#: 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:1330 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html/__init__.py:1337 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" + +#: sphinx/builders/html/__init__.py:1352 +#, 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:47 +msgid "Interrupted!" +msgstr "შეწყდა!" + +#: sphinx/cmd/build.py:49 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:55 +msgid "Encoding error:" +msgstr "კოდირების შეცდომა:" + +#: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73 +#, 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 +msgid "Recursion error:" +msgstr "რეკურსიის შეცდომა:" + +#: sphinx/cmd/build.py:65 +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 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:76 +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 +msgid "" +"A bug report can be filed in the tracker at <https://github.com/sphinx-" +"doc/sphinx/issues>. Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:95 +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:641 +msgid "For more information, visit <https://www.sphinx-doc.org/>." +msgstr "" + +#: sphinx/cmd/build.py:104 +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:125 +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 "" + +#: sphinx/cmd/build.py:132 +msgid "general options" +msgstr "ზოგადი პარამეტრები" + +#: sphinx/cmd/build.py:135 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:137 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:143 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:147 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:151 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:154 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:157 +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 "" + +#: sphinx/cmd/build.py:165 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:168 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:174 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:177 +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 "" + +#: sphinx/cmd/build.py:185 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:187 +msgid "with -W, keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:189 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:191 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:215 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:236 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:250 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:257 +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 "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 "" + +#: sphinx/cmd/quickstart.py:516 +msgid "create makefile" +msgstr "makefile-ის შექმნა" + +#: 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 "არასწორი წარწერა: %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 "" + +#: 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 "%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:7443 +#: sphinx/domains/python.py:473 sphinx/ext/napoleon/docstring.py:755 +msgid "Parameters" +msgstr "პარამეტრები" + +#: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7449 +msgid "Return values" +msgstr "დაბრუნებული მნიშვნელობები" + +#: 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:3354 sphinx/domains/javascript.py:252 +#: sphinx/domains/python.py:487 +msgid "Return type" +msgstr "დაბრუნების ტიპი" + +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7856 +msgid "member" +msgstr "წვერი" + +#: sphinx/domains/c.py:3721 +msgid "variable" +msgstr "ცვლადი" + +#: 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:3723 +msgid "macro" +msgstr "მაკრო" + +#: sphinx/domains/c.py:3724 +msgid "struct" +msgstr "სტრუქტურა" + +#: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7854 +msgid "union" +msgstr "გაერთიანება" + +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 +msgid "enum" +msgstr "ჩამონათვალი" + +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 +msgid "enumerator" +msgstr "დამთვლელი" + +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 +msgid "type" +msgstr "ტიპი" + +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 +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: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:7196 +msgid "Template Parameters" +msgstr "შაბლონის პარამეტრები" + +#: sphinx/domains/cpp.py:7315 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: sphinx/domains/cpp.py:7446 sphinx/domains/javascript.py:247 +msgid "Throws" +msgstr "ისვრის" + +#: sphinx/domains/cpp.py:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 +msgid "class" +msgstr "კლასი" + +#: sphinx/domains/cpp.py:7858 +msgid "concept" +msgstr "კონცეფცია" + +#: sphinx/domains/cpp.py:7863 +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:888 +#, 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:973 +#, 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:1221 +msgid "method" +msgstr "მეთოდი" + +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 +msgid "data" +msgstr "მონაცემები" + +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 +msgid "attribute" +msgstr "ატრიბუტი" + +#: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1226 +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:2169 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/python.py:478 +msgid "Variables" +msgstr "ცვლადები" + +#: sphinx/domains/python.py:482 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:742 sphinx/domains/python.py:879 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s () (მოდულში %s)" + +#: 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:804 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (ჩაშენებული ცვლადი)" + +#: sphinx/domains/python.py:829 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (ჩაშენებული კლასი)" + +#: sphinx/domains/python.py:830 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (კლასი %s-ში)" + +#: sphinx/domains/python.py:884 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s () (%s კლასის მეთოდი)" + +#: sphinx/domains/python.py:886 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s () (%s სტატიკური მეთოდი)" + +#: sphinx/domains/python.py:1024 +#, python-format +msgid "%s (%s property)" +msgstr "%s (%s თვისება)" + +#: sphinx/domains/python.py:1146 +msgid "Python Module Index" +msgstr "Python-ის მოდულის ინდექსი" + +#: sphinx/domains/python.py:1147 +msgid "modules" +msgstr "მოდულები" + +#: sphinx/domains/python.py:1196 +msgid "Deprecated" +msgstr "მოძველებულია" + +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "გამონაკლისი" + +#: sphinx/domains/python.py:1222 +msgid "class method" +msgstr "კლასის მეთოდი" + +#: sphinx/domains/python.py:1223 +msgid "static method" +msgstr "სტატიკური მეთოდი" + +#: sphinx/domains/python.py:1225 +msgid "property" +msgstr "თვისება" + +#: 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:1403 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:1464 +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 "" + +#: 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 "" + +#: 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:580 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:682 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:724 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:72 +#, python-format +msgid "see %s" +msgstr "იხილეთ %s" + +#: sphinx/environment/adapters/indexentries.py:76 +#, python-format +msgid "see also %s" +msgstr "აგრეთვე იხილეთ %s" + +#: sphinx/environment/adapters/indexentries.py:79 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:168 +#: 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 "გამოსახულების ფაილი წაკითხვადი არაა: %s" + +#: 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 <MODULE_PATH> for Python modules and packages and create\n" +"one reST file with automodule directives per package in the <OUTPUT_PATH>.\n" +"\n" +"The <EXCLUDE_PATTERN>s can be file and/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:214 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:272 +#, 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 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:508 +#, 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:332 +#: sphinx/ext/graphviz.py:369 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 +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:192 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:228 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:242 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:248 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:301 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:303 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:528 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:534 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:618 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:643 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:665 +#, python-format +msgid "Failed to read intersphinx_mapping[%s], ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:64 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 "<<original entry>>" +msgstr "" + +#: sphinx/ext/todo.py:157 +#, python-format +msgid "(The <<original entry>> 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 "<h1>Source code for %s</h1>" +msgstr "" + +#: sphinx/ext/viewcode.py:315 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:316 +msgid "<h1>All modules for which code is available</h1>" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:133 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:141 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:393 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:509 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:776 +#, 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 +#, 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:915 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:934 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:994 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1001 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1014 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1080 +#, 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:2749 +#, python-format +msgid "Failed to get a function signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1570 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1696 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1710 +#, 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 +#, python-format +msgid "alias of %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1830 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:2376 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: sphinx/ext/autodoc/preserve_defaults.py:114 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:122 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: sphinx/ext/autodoc/type_comment.py:125 +#, 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 "ბოლო განახლების დრო %(last_updated)s." + +#: sphinx/themes/basic/layout.html:215 +#, python-format +msgid "" +"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " +"%(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 "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 "" + +#: 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:122 +#, 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:70 +msgid "skipped" +msgstr "გამოტოვებული" + +#: sphinx/util/display.py:75 +msgid "failed" +msgstr "შეცდომით" + +#: sphinx/util/docfields.py:78 +#, 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: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:608 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/rst.py:71 +#, 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:365 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html5.py:375 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html5.py:429 +msgid "Permalink to this term" +msgstr "" + +#: sphinx/writers/html5.py:452 sphinx/writers/html5.py:457 +msgid "Permalink to this heading" +msgstr "" + +#: sphinx/writers/html5.py:461 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html5.py:504 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html5.py:506 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html5.py:508 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html5.py:645 +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:885 sphinx/writers/manpage.py:241 +#: sphinx/writers/texinfo.py:635 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:952 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1301 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1639 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: 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:870 +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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">\uc800\uc791\uad8c</a> %(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 Binary files differindex d9475457d..3a12d4530 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.po b/sphinx/locale/ko/LC_MESSAGES/sphinx.po index 43c5ef3e0..c18ea0b99 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: YT H <dev@theYT.net>, 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:426 #, 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:77 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:1277 #, 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:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 확장 기능은 병렬 읽기에 안전하지 않습니다" -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +334,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r이(가) 이미 등록되었습니다" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "수식 렌더러 %s이(가) 이미 등록되었습니다" -#: 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 "%r 확장 기능은 Sphinx에 버전 %s 이후로 이미 병합되었습니다. 이 확장 기능은 무시됩니다." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "원래 예외:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "확장 기능 %s을(를) 가져올 수 없습니다" -#: 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 "확장 기능 %r에 setup() 함수가 없습니다. Sphinx 확장 모듈이 맞습니까?" -#: 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 "이 프로젝트에서 사용하는 %s 확장 기능에는 최소한 Sphinx v%s이(가) 필요합니다. 따라서 이 버전으로 빌드 할 수 없습니다." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "빌드 중 [mo]: " -#: 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 "모든 %d 개의 po 파일" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "지정된 %d 개의 po 파일 대상" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, 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: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 "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" -#: 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 "명령줄에 지정된 %d 개의 원본 파일" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "빌드 중 [%s]: " -#: 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 "%d 개 찾음" -#: 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 "pickle로 환경을 저장하는 중" -#: 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 "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" -#: 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 "기록할 문서 이름: %s" -#: 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 "중복된 목차 항목 발견: %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/_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 "이미지를 복사하는 중… " @@ -642,8 +646,8 @@ msgstr "이미지를 복사하는 중… " 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/_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 "이미지 파일 %r을(를) 복사할 수 없습니다: %s" @@ -767,26 +771,26 @@ msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: 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 "잘못된 css_file: %r, 무시합니다" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "%d 개의 템플릿 파일 대상" -#: 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 "메시지 카탈로그 작성 중… " @@ -805,7 +809,7 @@ msgstr "끊어진 링크: %s (%s)" msgid "Anchor '%s' not found" msgstr "앵커 '%s'을(를) 찾을 수 없습니다" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" @@ -819,8 +823,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 +867,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" @@ -890,7 +894,7 @@ msgstr "Makefile 쓰기 오류: %s" msgid "The text files are in %(outdir)s." msgstr "텍스트 파일은 %(outdir)s에 있습니다." -#: 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" @@ -916,164 +920,164 @@ msgstr "빌드 정보 파일이 손상되었습니다: %r" 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: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 "%Y년 %m월 %d일" -#: 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 "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" -#: 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 "html_static_file에 있는 파일을 복사할 수 없습니다: %s: %r" -#: 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 "정적 파일을 복사할 수 없습니다: %r" -#: 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 "추가 파일을 복사할 수 없습니다: %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "빌드 정보 파일 쓰기 실패: %r" -#: 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 "%s 페이지가 html_sidebars의 두 패턴(%r 및 %r)과 일치합니다" -#: 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 "%s 페이지를 렌더링 할 때 유니코드 오류가 발생했습니다. ASCII가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." -#: 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 "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" -#: 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 "%s에서 검색 인덱스 덤프 중" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "잘못된 js_file: %r, 무시합니다" -#: 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 "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, python-format msgid "favicon file %r does not exist" msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" -#: 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 "%s %s 문서" @@ -1099,14 +1103,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 +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 "%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,6 +1156,19 @@ 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 "빌드하는 동안 예외 발생, 디버거 시작:" @@ -1207,7 +1224,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 <https://www.sphinx-doc.org/>." msgstr "자세한 내용은 <https://www.sphinx-doc.org/>를 참조하십시오." @@ -1866,75 +1883,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: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 "함수 매개변수" @@ -1963,91 +1980,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "템플릿 매개변수" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: 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 "%s (전역 변수 또는 상수)" -#: 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 "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" @@ -2057,263 +2073,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:2169 #, 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: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 "%s() (%s의 클래스 메서드)" -#: 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 "%s (%s의 특성)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Python 모듈 목록" -#: 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 "%s의 중복 객체 설명, 다른 인스턴스는 %s에 있으며, 이 중 하나에 :noindex:를 사용하십시오" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1403 #, 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: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 "%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" @@ -2630,20 +2626,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 +2649,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 +2666,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[그래프: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[그래프]" @@ -2713,85 +2709,85 @@ 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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx 인벤토리가 이동함: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "%s 에서 intersphinx 인벤토리 로드 중…" -#: 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 "(%s v%s에서)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(%s에서)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "외부 상호 참조에 대한 인벤토리를 찾을 수 없음: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "외부 상호 참조에 대한 역할을 찾을 수 없음: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx 식별자 %r이(가) 문자열이 아닙니다. 무시합니다" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "intersphinx_mapping[%s]을(를) 읽지 못했으며, 무시합니다: %r" @@ -2915,7 +2911,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "%s에 대한 함수 서명을 가져오지 못했습니다: %s" @@ -2971,23 +2967,23 @@ msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수 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 +2991,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 +3020,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 +3038,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 +3053,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 +3139,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 +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 "이동" @@ -3287,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">저작권</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,25 +3453,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}" @@ -3520,7 +3513,7 @@ msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" 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" @@ -3540,44 +3533,50 @@ msgid "" "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: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 "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" @@ -3587,94 +3586,92 @@ msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" 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:365 #, 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:375 #, 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: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 "이미지 크기를 얻어올 수 없습니다. :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: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 "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1301 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[그림: %s]" -#: 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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 3cb3a81a4..557c00f5d 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.po b/sphinx/locale/lt/LC_MESSAGES/sphinx.po index 937d5f91f..d38d182ed 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: DALIUS DOBRAVOLSKAS <DALIUS@SANDBOX.LT>, 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: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:77 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 " (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 "" @@ -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 "%Y-%m-%d" -#: 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 "Bendras indeksas" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "indeksas" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "kitas" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "praeitas" -#: 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 "Indeksas" @@ -1114,29 +1118,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,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1865,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "tipas" -#: 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 "Išmeta" -#: 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 "klasė" -#: 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() (itaisytoji funkcija)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metodas" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "duomenys" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +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 "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:478 msgid "Variables" msgstr "Kintamieji" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Sukelia" -#: 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() (modulyje %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 (modulje %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (įtaisytasis kintamasis)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (įtaisytoji klasė)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klasė iš %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klasės metodas)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statinis metodas)" -#: 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 "moduliai" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Atmestas" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "išimtis" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "klasės metodas" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statinis metodas" -#: 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 " (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 "" @@ -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 "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 +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 "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 +3283,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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 "Nuoroda į šį apibrėžimą" -#: 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 "Išnašos" -#: 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 "[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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex d4d02088d..16312b126 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.po b/sphinx/locale/lv/LC_MESSAGES/sphinx.po index 3c15634ef..6d3741492 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 " (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 "" @@ -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 "%d.%m.%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 "Vispārējs indekss" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "indekss" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "nākošais" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "iepriekšējs" -#: 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 "Indekss" @@ -1113,29 +1117,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,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1864,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "tips" -#: 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 "Izmet" -#: 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 "klase" -#: 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() (iebūvēta funkcija)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metods" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +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 "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:478 msgid "Variables" msgstr "Mainīgie" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Ceļ" -#: 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() (moduļī %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 (moduļī %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (iebūvētais mainīgais)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (iebūvēta klase)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klase iekš %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klases metods)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statiskais metods)" -#: 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 "moduļi" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Nav ieteicams" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "izņēmums" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "klases metods" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statiskais metods" -#: 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 "%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 "" @@ -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 "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 +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 "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 +3282,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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 "Pastāvīga norāde uz šo definīciju" -#: 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 "Vēres" -#: 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 "[attēls: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex b90e27181..480e5f2cb 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.po b/sphinx/locale/mk/LC_MESSAGES/sphinx.po index b4a8624de..553196868 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vasil Vangelovski <vvangelovski@gmail.com>, 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: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:77 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 "%d %b, %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 "%s %s документација" @@ -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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1865,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: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 "" -#: 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 "" @@ -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 "" -#: 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 "" @@ -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 "" -#: 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex f2c413480..3b2fbd24e 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po index 0ae9f8318..fe7125cca 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 "(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 "" @@ -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 "%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 "Hovedindex" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "neste" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "forrige" -#: 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 "Index" @@ -1113,29 +1117,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,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1864,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "type" -#: 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 "Kaster" -#: 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 "klasse" -#: 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() (innebygd funksjon)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +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 "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:478 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Hever" -#: 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() (i modul %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 (i modul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (innebygd variabel)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (innebygd klasse)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemetode)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metode)" -#: 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 "Python Modulindex" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Foreldet" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "untak" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statisk metode" -#: 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 " (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 "" @@ -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 "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 +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 "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 +3282,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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 "Permalink til denne definisjonen" -#: 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 "Fotnoter" -#: 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 "[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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 52d8b9e94..0d34120de 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.po b/sphinx/locale/ne/LC_MESSAGES/sphinx.po index 94edfa8a0..2880ae5e3 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 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: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:77 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, " @@ -144,12 +144,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, " @@ -157,12 +157,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 "" @@ -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,127 +334,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 " @@ -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: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 "" @@ -642,8 +646,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 "" @@ -767,26 +771,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 "" @@ -805,7 +809,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 "" @@ -819,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 "" @@ -863,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 "" @@ -890,7 +894,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" @@ -916,164 +920,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 "" @@ -1099,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 "अनुसुची" @@ -1115,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 "" @@ -1152,6 +1156,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 "" @@ -1207,7 +1224,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1866,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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: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 "" @@ -1963,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: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 "Throws" -#: 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() (built-in function)" -#: 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 "%s (global variable or constant)" -#: 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 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: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 "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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: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 "" @@ -2057,263 +2073,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 "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:478 msgid "Variables" msgstr "चलहरू" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Raises" -#: 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() (in मडुल %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 (in मडुल %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (built-in चल)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (built-in कक्षा)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (कक्षा in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s कक्षा विधी)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s static विधी)" -#: 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 "Python Module Index" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Deprecated" -#: 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 "static विधी" -#: 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 "(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 "" @@ -2630,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" @@ -2653,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" @@ -2670,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: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 "" @@ -2713,85 +2709,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 "" @@ -2915,7 +2911,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 "" @@ -2971,23 +2967,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" @@ -2995,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 "" @@ -3024,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" @@ -3042,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" @@ -3057,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: " @@ -3143,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 "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 +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 "जानुहोस्" @@ -3287,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 "" -#: 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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,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,7 +3513,7 @@ 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 "" @@ -3540,44 +3533,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 "" @@ -3587,94 +3586,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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex b43245fd4..0ab681dda 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.po b/sphinx/locale/nl/LC_MESSAGES/sphinx.po index 4b08be455..71d56653a 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 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: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 "'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:77 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:1277 #, 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: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, " @@ -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: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 "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,127 +339,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 "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: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 "extensie %r is reeds in Sphinx ingevoegd sinds Sphinx-versie %s; deze extensie wordt genegeerd." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Oorspronkelijke exceptie:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Kon extensie %s niet importeren" -#: 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 "extensie %r heeft geen setup() functie; weet u zeker dat het een Sphinx-extensiemodule is?" -#: 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 "Dit project gebruikt extensie %s, maar die extensie heeft Sphinx-versie v%s of hoger nodig; het project kan daarom niet worden gebouwd met deze versie." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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: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 "bestand %r zoals gegeven op de opdrachtregel is niet aanwezig in de bronmap, wordt genegeerd" -#: 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 "" @@ -647,8 +651,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 "" @@ -772,26 +776,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 "" @@ -810,7 +814,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 "" @@ -824,8 +828,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 +872,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 +899,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" @@ -921,164 +925,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 "Algemene index" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "volgende" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "vorige" -#: 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 "%s %s documentatie" @@ -1104,14 +1108,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 +1124,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,6 +1161,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 "" @@ -1212,7 +1229,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1871,75 +1888,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1968,91 +1985,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 "Sjabloonparameters" -#: 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 "Werpt" -#: 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 "klasse" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "concept" -#: 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() (ingebouwde functie)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "methode" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2078,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:2169 #, 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:478 msgid "Variables" msgstr "Variabelen" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Veroorzaakt" -#: 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() (in module %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 (in module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (geïntegreerde variabele)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (geïntegreerde klasse)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse in %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemethode)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische methode van %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 "Python-moduleïndex" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Verouderd" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "exceptie" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "klassemethode" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statische methode" -#: 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 " (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 "" @@ -2635,20 +2631,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 +2654,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 +2671,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: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 "[graaf: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graaf]" @@ -2718,85 +2714,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 "Permalink naar deze formule" -#: 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 "(in %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: 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 "" @@ -2920,7 +2916,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 "" @@ -2976,23 +2972,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" @@ -3000,12 +2996,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 +3025,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 +3043,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 +3058,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 +3144,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 +3211,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 +3289,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3465,25 +3458,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}" @@ -3525,7 +3518,7 @@ 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 "" @@ -3545,44 +3538,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 "" @@ -3592,94 +3591,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 "Permalink naar deze definitie" -#: 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 "Permalink naar deze tabel" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 msgid "Permalink to this code" msgstr "Permalink naar deze broncode" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:506 msgid "Permalink to this image" msgstr "Permallink naar deze afbeelding" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:508 msgid "Permalink to this toctree" msgstr "Permalink naar deze toctree" -#: 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 "Voetnoten" -#: 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 "[afbeelding: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex fb049dbaf..a6817cff2 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 4d6c95f68..a04018701 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 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:426 #, 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:77 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:1277 #, 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: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, " @@ -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: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 "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,127 +337,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 "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: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 "enumerable_node %r już zarejestrowany" -#: 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 "rozszerzenie %r zostało już włączone do Sphinx'a, począwszy od wersji %s; to rozszerzenie jest zignorowane." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Pierwotny wyjątek:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Nie można zaimportować rozszerzenia %s" -#: 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 "rozszerzenie %r nie zawiera funkcji setup(); czy to na pewno moduł rozszerzenia Sphinx?" -#: 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 "Rozszerzenie %s używane przez ten projekt potrzebuje Sphinksa w wersji co najmniej %s; dlatego nie może zostać zbudowane z tą wersją." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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: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 "budowanie [mo]:" -#: 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 "pisanie wyjścia..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "wszystkie z %d plików po" -#: 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 "wsztstkie pliki źródłowe" -#: 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 "plik %r podany w wierszu poleceń nie znajduje się w katalogu źródłowym, ignoruję" -#: 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 "%d plików źródłowych podano w wierszu poleceń" -#: 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 "znaleziono %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "nic nie znaleziono" -#: 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 "kopiowanie obrazków..." @@ -645,8 +649,8 @@ msgstr "kopiowanie obrazków..." 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 "" @@ -770,26 +774,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 "nieprawidłowy css_file: %r, zignorowano" -#: 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 "wczytywanie szablonów... " -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "" @@ -808,7 +812,7 @@ msgstr "zepsuty odnośnik: %s (%s)" msgid "Anchor '%s' not found" msgstr "Nie znaleziono kotwicy '%s'" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -822,8 +826,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 +870,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 "" @@ -893,7 +897,7 @@ msgstr "" 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/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -919,164 +923,164 @@ msgstr "" 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: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 "%d %b %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 "Indeks ogólny" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "dalej" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "wstecz" -#: 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 "kopiowanie plików do pobrania..." -#: 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 "nie można skopiować pliku statycznego %r" -#: 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 "nie można skopiować dodatkowego pliku %r" -#: 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 "Wystąpił błąd podczas renderowania strony %s.\nPowód: %r" -#: 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 "nieprawidłowy js_file: %r, zignorowano" -#: 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 "Podano nieznany math_renderer %r." -#: 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 "plik favicon %r nie istnieje" -#: 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 "%s %s - dokumentacja" @@ -1102,14 +1106,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 +1122,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,6 +1159,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 "" @@ -1210,7 +1227,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1869,75 +1886,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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:7854 msgid "union" msgstr "unia" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1966,91 +1983,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: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 "Parametry szablonu" -#: 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 "Wyrzuca" -#: 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 "klasa" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "koncepcja" -#: 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() (funkcja wbudowana)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "dane" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2076,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:2169 #, 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:478 msgid "Variables" msgstr "Zmienne" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Wyrzuca" -#: 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() (w module %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 (w module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (zmienna wbudowana)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (klasa wbudowana)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klasa w module %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klasy)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metoda statyczna)" -#: 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 "Indeks modułów Pythona" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "moduły" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Niezalecane" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "wyjątek" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "metoda klasy" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statyczna metoda" -#: 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 " (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 "" @@ -2633,20 +2629,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 +2652,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 +2669,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: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 "[wykres: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[wykres]" @@ -2716,85 +2712,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 "Stały odnośnik do tego równania" -#: 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 "(w %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr " (w %s)" -#: 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 "" @@ -2918,7 +2914,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 "" @@ -2974,23 +2970,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" @@ -2998,12 +2994,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 +3023,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 +3041,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 +3056,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 +3142,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 +3209,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 +3287,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3463,25 +3456,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}" @@ -3523,7 +3516,7 @@ msgstr "" 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 "" @@ -3543,44 +3536,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 "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: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 "" @@ -3590,94 +3589,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 "Stały odnośnik do tej definicji" -#: 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 "Stały odnośnik do tej tabeli" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 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:508 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: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 "Przypisy" -#: 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 "%s" -#: 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 "[obraz: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 8fbf37c2d..846ca5638 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.po b/sphinx/locale/pt/LC_MESSAGES/sphinx.po index 84ffed8f8..8e905334a 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/pt_BR/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js index 919abc885..8196f2a01 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.", - "© Copyright %(copyright)s.": "© Copyright %(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 Binary files differindex dfa483cc1..8fde0295f 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po index dbf8bee55..33870c088 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 <roger.demetrescu@gmail.com>, 2008 # gilberto dos santos alves <gsavix@gmail.com>, 2015-2016 # Rafael Fontenelle <rafaelff@gnome.org>, 2019 -# Rafael Fontenelle <rffontenelle@gmail.com>, 2019-2022 +# Rafael Fontenelle <rffontenelle@gmail.com>, 2019-2023 # Komiya Takeshi <i.tkomiya@gmail.com>, 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2019-2022\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 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:426 #, 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:77 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:1277 #, 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:1281 #, 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:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +338,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r já registrado" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "renderizador matemático %s já está registrado" -#: 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 "a extensão %r já foi mesclada com Sphinx desde a versão %s; esta extensão é ignorada." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Extensão original:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Não foi possível importar a extensão %s" -#: 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 "a extensão %r possui nenhuma função setup(); é realmente um módulo de extensão do Sphinx?" -#: 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 "A extensão %s usada por este projeto precisa de pelo menos Sphinx v%s e, portanto, não pode ser compilada com esta versão." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "escrevendo saída… " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "todos os %d arquivos po" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "todos os arquivos-fonte" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:263 #, 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:268 #, 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:274 #, 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:283 #, 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:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "compilando [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "procurando por arquivos agora desatualizados… " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d encontrado" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "nenhum encontrado" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "tornando um ambiente pickle" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "verificando consistência" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "nenhum alvo está desatualizado." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "atualizando ambiente: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "lendo fontes… " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "preparando documentos" +#: sphinx/builders/__init__.py:563 +msgid "copying assets" +msgstr "" + #: 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/_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 "copiando imagens… " @@ -646,8 +650,8 @@ msgstr "copiando imagens… " 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/_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 "não foi possível copiar arquivo de imagem %r: %s" @@ -771,26 +775,26 @@ msgstr "o valor da configuração “epub_identifier” não deve estar vazio pa msgid "conf value \"version\" should not be empty for EPUB3" msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" -#: 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 "css_file inválido: %r, ignorado" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, 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:239 #, 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:243 msgid "reading templates... " msgstr "lendo modelos… " -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "escrevendo catálogos de mensagens… " @@ -809,7 +813,7 @@ msgstr "link quebrado: %s (%s)" msgid "Anchor '%s' not found" msgstr "Âncora “%s” não encontrada" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, 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 +827,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 +871,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" @@ -894,7 +898,7 @@ msgstr "erro ao escrever o arquivo Makefile: %s" 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/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -920,164 +924,164 @@ msgstr "arquivo de informações da compilação está quebrado: %r" 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: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 "%d %b %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 "Índice Geral" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "gerando índices" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "escrevendo páginas adicionais" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "copiando arquivos baixáveis… " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "não foi possível copiar o arquivo baixável %r: %s" -#: 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 "Falha ao copiar um arquivo em html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:861 msgid "copying static files" msgstr "copiando arquivos estáticos" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:877 #, python-format msgid "cannot copy static file %r" msgstr "não foi possível copiar o arquivo estático %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "copiando arquivos extras" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "não foi possível copiar o arquivo extra %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "Falha ao escrever o arquivo de informações de compilação: %r" -#: 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 "não foi possível carregar o índice de pesquisa, mas nem todos os documentos serão compilados: o índice ficará incompleto." -#: 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 "a página %s corresponde a dois padrões em html_sidebars: %r e %r" -#: 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 "ocorreu um erro Unicode ao renderizar a página %s. Verifique se todos os valores de configuração que contêm conteúdo não ASCII são strings Unicode." -#: 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 "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "despejando inventário de objetos" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1138 #, python-format msgid "dumping search index in %s" msgstr "despejando índice de pesquisa em %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: 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 "Muitos math_renders estão registrados, mas nenhum math_renderer está selecionado." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, 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:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, 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:1337 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:1352 #, python-format msgid "%s %s documentation" msgstr "documentação %s %s" @@ -1103,14 +1107,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 +1123,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,6 +1160,19 @@ 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:" @@ -1211,7 +1228,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "Para mais informações, visite <https://www.sphinx-doc.org/>." @@ -1870,75 +1887,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:7443 +#: sphinx/domains/python.py:473 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:7449 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:7452 +#: sphinx/domains/javascript.py:250 sphinx/domains/python.py:485 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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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:7854 msgid "union" msgstr "união" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "parâmetro de função" @@ -1967,91 +1984,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "Parâmetros do Modelo" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 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:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "conceito" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7863 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:888 #, 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:973 #, 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:1221 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "dado" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2077,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:2169 #, 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:478 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Levanta" -#: 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() (no módulo %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 (no módulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1024 #, python-format msgid "%s (%s property)" msgstr "%s (propriedade %s )" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "exceção" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1225 msgid "property" msgstr "propriedade" -#: 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 "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:1403 #, 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:1464 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" @@ -2401,7 +2397,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 +2539,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 @@ -2634,20 +2630,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 +2653,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 +2670,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[gráfico]" @@ -2700,7 +2696,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,85 +2713,85 @@ 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:192 #, 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:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "carregando inventário intersphinx de %s…" -#: 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 "encontrados alguns problemas com alguns dos inventários, mas eles tem alternativas em funcionamento:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "falha ao alcançar todos os inventários com os seguintes problemas:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(em %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, 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:534 #, 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:618 #, 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:643 #, 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:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Falha ao ler intersphinx_mapping[%s], ignorado: %r" @@ -2919,7 +2915,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Falha ao obter uma assinatura de função para %s: %s" @@ -2975,23 +2971,23 @@ msgstr "Falha ao atualizar a assinatura para %r: parâmetro não encontrado: %s" 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 +2995,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 +3024,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 +3042,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 +3057,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 +3143,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 +3210,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 +3288,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 "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Copyright %(copyright)s." +msgid "© %(copyright_prefix)s %(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 atualização em %(last_updated)s." -#: sphinx/themes/basic/layout.html:209 +#: sphinx/themes/basic/layout.html:215 #, python-format msgid "" "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3464,25 +3457,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}" @@ -3524,7 +3517,7 @@ msgstr "Não foi possível obter imagem remota: %s [%s]" 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" @@ -3544,44 +3537,50 @@ msgid "" "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: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 "toctree contém referência ao arquivo inexistente %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" @@ -3591,94 +3590,92 @@ msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" 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:365 #, 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:375 #, 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:429 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:452 sphinx/writers/html5.py:457 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:461 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:504 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:506 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:508 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:645 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:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 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:1301 #, 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:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 95cd719eb..871d483c0 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index 4490ef45b..058642d42 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>, 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: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:77 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, " @@ -144,12 +144,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, " @@ -157,12 +157,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 "" @@ -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,127 +334,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 " @@ -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: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 "" @@ -642,8 +646,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 "" @@ -767,26 +771,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 "" @@ -805,7 +809,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 "" @@ -819,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 "" @@ -863,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 " (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 "" @@ -890,7 +894,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" @@ -916,164 +920,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 "%d %b, %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 "Índice Geral" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "anterior" -#: 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 "Documentação %s %s" @@ -1099,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 "Índice" @@ -1115,29 +1119,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,6 +1156,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 "" @@ -1207,7 +1224,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1866,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "tipo" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1963,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: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 "Gera" -#: 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 "classe" -#: 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() (função interna)" -#: 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() (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:973 #, 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:1221 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "dados" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2073,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 "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:478 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Levanta" -#: 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() (no módulo %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 (no módulo %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %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 "Índice de Módulos do Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "excepção" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "método estático" -#: 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 " (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 "" @@ -2630,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" @@ -2653,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" @@ -2670,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: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 "[gráfico: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[gráfico]" @@ -2713,85 +2709,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 "(em %s v%s)" -#: 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 "" @@ -2915,7 +2911,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 "" @@ -2971,23 +2967,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" @@ -2995,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 "" @@ -3024,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" @@ -3042,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" @@ -3057,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: " @@ -3143,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 "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 +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 "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 +3284,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,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,7 +3513,7 @@ 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 "" @@ -3540,44 +3533,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 "" @@ -3587,94 +3586,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 "Link permanente para esta definição" -#: 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 "Notas de rodapé" -#: 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 "[imagem: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 7a80d70fe..9fa9754cc 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.po b/sphinx/locale/ro/LC_MESSAGES/sphinx.po index d52d3f7f1..b9a544a87 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Razvan Stefanescu <razvan.stefanescu@gmail.com>, 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: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:77 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:1277 #, 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: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, " @@ -157,12 +157,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 "" @@ -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,127 +334,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 " @@ -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: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 "" @@ -642,8 +646,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 "" @@ -767,26 +771,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 "" @@ -805,7 +809,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 "" @@ -819,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 "" @@ -863,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 "(î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 "" @@ -890,7 +894,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" @@ -916,164 +920,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 "Index General" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "următor" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "precedent" -#: 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 "%s %s documentație" @@ -1099,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" @@ -1115,29 +1119,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,6 +1156,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 "" @@ -1207,7 +1224,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1866,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:7443 +#: sphinx/domains/python.py:473 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: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 "Î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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "enumerator" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1963,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: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 "Generează" -#: 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 "clasă" -#: 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() (funcție integrată)" -#: 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() (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:973 #, 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:1221 msgid "method" msgstr "metodă" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2073,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 "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:478 msgid "Variables" msgstr "Variabile" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Generează" -#: 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() (în modulul %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 (în modulul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabilă integrată)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (clasă integrată)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (clasa în %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metoda clasei %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metoda statică %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 "Indexul de Module Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "module" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Învechit" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "excepție" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "metoda clasei" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "metodă statică" -#: 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 "(î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 "" @@ -2630,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" @@ -2653,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" @@ -2670,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: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 "[grafic: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[grafic]" @@ -2713,85 +2709,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 "(în %s v%s)" -#: 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 "" @@ -2915,7 +2911,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 "" @@ -2971,23 +2967,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" @@ -2995,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 "" @@ -3024,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" @@ -3042,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" @@ -3057,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: " @@ -3143,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 "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 +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 "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 +3284,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,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,7 +3513,7 @@ 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 "" @@ -3540,44 +3533,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 "" @@ -3587,94 +3586,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 "Link permanent la această definiție" -#: 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 "Link permanent la acest tabel" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 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:508 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: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 "Note de subsol" -#: 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 "[figura: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 04de0ef63..0c4c1b161 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.po b/sphinx/locale/ru/LC_MESSAGES/sphinx.po index cae870e52..0d04fded0 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Il'ya <ilya@marshal.dev>, 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: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:77 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:1277 #, 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: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, " @@ -162,12 +162,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 "" @@ -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,127 +339,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 "Отсутствует аттрибут \"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: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 "Изначальное исключение:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Не могу загрузить модуль расширения %s" -#: 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 "расширение %r не определяет функцию setup(); это действительно модуль расширения Sphinx?" -#: 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 " @@ -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: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 "" @@ -647,8 +651,8 @@ msgstr "" 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/_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 "Не получается скопировать файл изображения %r: %s" @@ -772,26 +776,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 "" @@ -810,7 +814,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 "" @@ -824,8 +828,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 +872,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 +899,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" @@ -921,164 +925,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 "документация %s %s" @@ -1104,14 +1108,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 +1124,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,6 +1161,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 "" @@ -1212,7 +1229,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1871,75 +1888,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: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 "" @@ -1968,91 +1985,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 "%s (глобальная переменная или константа)" -#: 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 "" @@ -2062,263 +2078,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: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 "%s() (метод класса %s)" -#: 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 "Содержание модулей Python" -#: 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 "%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 "" @@ -2635,20 +2631,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 +2654,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 +2671,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 "[иллюстрация: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[иллюстрация]" @@ -2718,85 +2714,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 "(в %s v%s)" -#: 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 "" @@ -2920,7 +2916,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 "" @@ -2976,23 +2972,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" @@ -3000,12 +2996,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 +3025,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 +3043,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 +3058,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 +3144,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 +3211,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 +3289,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3465,25 +3458,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}" @@ -3525,7 +3518,7 @@ 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 "" @@ -3545,44 +3538,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 "" @@ -3592,94 +3591,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 "[рисунок: %s]" -#: 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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex eefe0095b..08c6a3140 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index 86f414a9d..a0811ebfa 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: callkalpa <callkalpa@gmail.com>, 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: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:77 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 "%s %s ලේඛණය" @@ -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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1865,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: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 "" -#: 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 "" @@ -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 "" -#: 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 "" @@ -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 "[graph: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graph]" @@ -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 "(%s හි%s)" -#: 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 "" -#: 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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 "[image: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 9dcbb53c5..7c1881644 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.po b/sphinx/locale/sk/LC_MESSAGES/sphinx.po index cc21e153b..91f7ecc2b 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Slavko <linux@slavino.sk>, 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:426 #, 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:77 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:1277 #, 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:1281 #, 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:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +335,127 @@ 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: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 "enumerable_node %r už je registrovaný" -#: 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 "rozšírenie %r bolo zlúčené so Sphinx od verzie %s; toto rozšírenie je ignorované." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Pôvodná výnimka:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "Nemožno importovať rozšírenie %s" -#: 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 "rozšírenie %r nemá funkciu setup(); je to naozaj modul rozšírenia Sphinx?" -#: 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 "Rozšírenie %s použité týmto projektom vyžaduje aspoň Sphinx v%s; takže ho nemožno zostaviť s touto verziou." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "zápis výstupu…" -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, 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:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "všetky zdrojové súbory" -#: 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 "súbor %r zadaný v príkazovom riadku nie je v zdrojovom adresári, ignorujem" -#: 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 "%d zdrojové súbory zadané v príkazovom riadku" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "zostavovanie [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "hľadanie zastaraných súborov…" -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d nájdené" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "nenájdené" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "ukladanie prostredia" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "kontrolovanie konzistencie" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "žiadne ciele nie sú zastarané." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "aktualizácia prostredia:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "čítanie zdrojov…" -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "príprava dokumentov" +#: sphinx/builders/__init__.py:563 +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/_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 "kopírovanie obrázkov…" @@ -643,8 +647,8 @@ msgstr "kopírovanie obrázkov…" 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/_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 "nemožno kopírovať súbor obrázka %r: %s" @@ -768,26 +772,26 @@ msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EP msgid "conf value \"version\" should not be empty for EPUB3" msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" -#: 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 "neplatný css_file: %r, ignorovaný" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, 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:239 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:243 msgid "reading templates... " msgstr "čítanie šablón… " -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "zapisovanie katalógov správ…" @@ -806,7 +810,7 @@ msgstr "poškodený odkaz: %s (%s)" msgid "Anchor '%s' not found" msgstr "Kotva „%s” nenájdená" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -820,8 +824,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 +868,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" @@ -891,7 +895,7 @@ msgstr "chyba zápisu súboru Makefile: %s" 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/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -917,164 +921,164 @@ msgstr "súbor info zostavenia je poškodený: %r" 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: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 "%d. %b %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 "Všeobecný index" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "ďalší" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "predošlý" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "generovanie indexov" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "zapisovanie dodatočných stránok" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "kopírovanie súborov na stiahnutie…" -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" -#: 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 "Kopírovanie súboru v html_static_file zlyhalo: %s: %r" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:861 msgid "copying static files" msgstr "kopírovanie statických súborov" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:877 #, python-format msgid "cannot copy static file %r" msgstr "nemožno kopírovať statický súbor %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "kopírovanie extra súborov" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "nemožno kopírovať extra súbor %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: 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 "index hľadania nemožno načítať, ale nebudú zostavované všetky dokumenty, takže index nebude kompletný." -#: 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 "stránka %s vyhovuje dvom vzorom v html_sidebars: %r a %r" -#: 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 "pri spracovaní stránky %s nastala chyba Unicode. Prosím, zaistite, že všetky konfiguračné hodnoty, ktoré obsahujú nieASCII hodnotu sú reťazce Unicode." -#: 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 "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "generovanie inventára objektov…" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1138 #, python-format msgid "dumping search index in %s" msgstr "generovanie indexu hľadania v %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "neplatné js_file: %r, ignorované" -#: 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 "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, 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:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, 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: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 "Dokumentácia %s %s" @@ -1100,14 +1104,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 +1120,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,6 +1157,19 @@ 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:" @@ -1208,7 +1225,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" @@ -1867,75 +1884,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3717 sphinx/domains/cpp.py:7838 +#: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "parameter funkcie" @@ -1964,91 +1981,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "Parametre šablóny" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 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:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "trieda" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7863 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:888 #, 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:973 #, 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:1221 msgid "method" msgstr "metóda" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "dáta" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2074,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:2169 #, 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:478 msgid "Variables" msgstr "Premenné" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Vyzdvihuje" -#: 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() (v module %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 (v module %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (zabudovaná premenná)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (zabudovaná trieda)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (trieda v %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metóda triedy %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metóda %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1024 #, python-format msgid "%s (%s property)" msgstr "%s (vlastnosť %s)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Index modulov Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Zastarané" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "výnimka" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "metóda triedy" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statická metóda" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1225 msgid "property" msgstr "vlastnosť" -#: 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 "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:1403 #, 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:1464 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 "" @@ -2631,20 +2627,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 +2650,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 +2667,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[graf]" @@ -2714,85 +2710,85 @@ 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:192 #, 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:228 #, 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:242 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:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "nemožno získať žiadne inventáre kvôli týmto problémom:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(v %s)" -#: 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 "identifikátor intersphinx %rnie je raťzec, ignorované" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Zlyhalo čítanie intersphinx_mapping[%s], ignorované: %r" @@ -2916,7 +2912,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" @@ -2972,23 +2968,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 "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 +2992,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 +3021,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 +3039,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 +3054,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 +3140,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 +3207,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 +3285,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3461,25 +3454,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}" @@ -3521,7 +3514,7 @@ msgstr "Nemožno získať vzdialený obrázok: %s [%s]" 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" @@ -3541,44 +3534,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 "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: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 "strom obsahu obsahuje neexistujúci súbor %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" @@ -3588,94 +3587,92 @@ msgstr "" 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:365 #, 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:375 #, 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:429 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: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 "Trvalý odkaz na túto tabuľku" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 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:508 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:645 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:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Poznámky pod čiarou" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 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: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 "[obrázok: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 6f50a792f..688bd6c8b 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.po b/sphinx/locale/sl/LC_MESSAGES/sphinx.po index 374ca38d8..23d3a1f4e 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 " (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 "" @@ -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 "%d %b, %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 "Splošni abecedni seznam" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "abecedni seznam" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "naprej" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "nazaj" -#: 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 "Abecedni seznam" @@ -1113,29 +1117,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,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 <https://www.sphinx-doc.org/>." 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 "Parametri" -#: 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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "tip" -#: 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 "razred" -#: 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() (vgrajene funkcije)" -#: 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 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:973 #, 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: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 "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:1226 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 +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 "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:478 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Sproži izjemo" -#: 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() (v modulu %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 (v modulu %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (vgrajene spremenljivke)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (vgrajen razred)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (razred v %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 statična metoda)" -#: 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 "Moduli" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Zastarelo" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "izjema" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statična metoda" -#: 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 " (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 "" @@ -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 "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 +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 "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 +3282,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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 "Povezava na to definicijo" -#: 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 "Opombe" -#: 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 "[slika]" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index e0f4709a6..099c362d1 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-05-14 22:39+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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: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:77 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, " @@ -141,12 +141,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, " @@ -154,12 +154,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,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: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 "" @@ -639,8 +643,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 "" @@ -770,26 +774,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 "" @@ -808,7 +812,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 "" @@ -822,8 +826,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 +870,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 "" @@ -893,7 +897,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" @@ -919,164 +923,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 "" @@ -1102,14 +1106,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 +1122,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,6 +1159,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 "" @@ -1210,7 +1227,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1881,75 +1898,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 "" @@ -1978,91 +1995,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 "" @@ -2072,263 +2088,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 "" @@ -2645,20 +2641,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 +2664,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 +2681,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 "" @@ -2730,85 +2726,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 "" @@ -2932,7 +2928,7 @@ 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" @@ -2988,23 +2984,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" @@ -3012,12 +3008,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 +3038,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 +3056,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 +3073,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 +3159,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 +3226,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 +3304,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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3478,25 +3471,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}" @@ -3538,7 +3531,7 @@ 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 "" @@ -3558,44 +3551,51 @@ msgid "" "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: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 "" @@ -3605,92 +3605,90 @@ 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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">T\u00eb drejta kopjimi</a> %(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 Binary files differindex 970a760c9..37c772f66 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.po b/sphinx/locale/sq/LC_MESSAGES/sphinx.po index a2214afca..352da6a0e 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 <besnik@programeshqip.org>, 2021-2022 +# Besnik Bleta <besnik@programeshqip.org>, 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Besnik Bleta <besnik@programeshqip.org>, 2021-2022\n" -"Language-Team: Albanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sq/)\n" +"Last-Translator: Besnik Bleta <besnik@programeshqip.org>, 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:426 #, 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:77 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:1277 #, 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:1281 #, 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:1284 #, 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:1288 #, 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: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 "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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r tashmë i regjistruar" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "vizatuesi i formulave matematikore %s është i regjistruar tashmë" -#: 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 "zgjerimi %r qe shkrirë me Sphinx-in që me versionin %s; ky zgjerim është shpërfillur." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Përjashtimi origjinal:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "S’u importua dot zgjerimi %s" -#: 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 "zgjerimi %r s’ka funksion setup(); a është vërtet një modul zgjerimi Sphinx-i?" -#: 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 "Zgjerimi %s i përdorur nga ky projekt lyp të paktën Sphinx v%s; prandaj s’mund të montohet me këtë version." -#: 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 "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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "po shkruhet përfundim… " -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, python-format msgid "all of %d po files" msgstr "krejt kartelat po %d" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "krejt kartelat burim" -#: sphinx/builders/__init__.py:280 +#: sphinx/builders/__init__.py:263 #, 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:268 #, 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:274 #, 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:283 #, 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:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "po montohet [%s]: " -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "po shihet për kartela të sapovjetruara… " -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "U gjet %d" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "s’u gjet gjë" -#: 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 "po kontrollohet njëtrajtshmëria" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "s’ka objektiva të vjetruar." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "po përditësohet mjedisi: " -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "po lexohen burime… " -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "po përgatiten dokumente" +#: sphinx/builders/__init__.py:563 +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/_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 "po kopjohen figura… " @@ -641,8 +645,8 @@ msgstr "po kopjohen figura… " 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/_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 "s’kopjohet dot kartelë figure %r: %s" @@ -766,26 +770,26 @@ msgstr "vlera e formësimit \"epub_identifier\" s’duhet të jetë e zbrazët p msgid "conf value \"version\" should not be empty for EPUB3" msgstr "vlera e formësimit \"version\" s’duhet të jetë e zbrazët për EPUB3" -#: 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 "css_file e pavlefshme: %r, u shpërfill" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, 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:239 #, python-format msgid "targets for %d template files" msgstr "objektiva për kartela gjedhe %d" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:243 msgid "reading templates... " msgstr "po lexohen gjedhe… " -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "po shkruhen katalogë mesazhesh… " @@ -804,7 +808,7 @@ msgstr "lidhje e dëmtuar: %s (%s)" msgid "Anchor '%s' not found" msgstr "S’u gjet spirancë '%s'" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, 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 +822,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 +866,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" @@ -889,7 +893,7 @@ msgstr "gabim në shkrim kartele Makefile: %s" 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/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 "kartela e të dhënave të montimit është e dëmtuar: %r" 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: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 "%d %b, %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 "Tregues i Përgjithshëm" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "tregues" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "pasuesi" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "i mëparshmi" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "po prodhohen tregues" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "po shkruhen faqe shtesë" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "po kopjohen kartela të shkarkueshme… " -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" -#: 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 "S’u arrit të kopjohet një kartelë te html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:862 +#: sphinx/builders/html/__init__.py:861 msgid "copying static files" msgstr "po kopjohen kartela statike" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:877 #, python-format msgid "cannot copy static file %r" msgstr "s’kopjohet dot kartelë statike %r" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "po kopjohen kartela ekstra" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "s’kopjohet dot kartelë ekstra %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" -#: 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 "treguesi i kërkimi s’u ngarkua dot, por jo krejt dokumentet do të montohen: treguesi do të jetë i paplotë." -#: 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 "faqja %s ka përputhje me dy rregullsi te html_sidebars: %r dhe %r" -#: 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 "ndodhi një gabim Unikod, kur vizatohej faqja %s. Ju lutemi, siguroni që krejt vlerat e formësimit që përmbajnë lëndë jo-ASCII të jenë vargje Unikod." -#: 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 "Ndodhi një gabim gjatë vizatimit të faqes %s.\nArsye: %r" -#: 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 "po shkruhet lënda e treguesit të kërkimeve në %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format 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:1284 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:1287 #, 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:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, 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:1337 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:1352 #, python-format msgid "%s %s documentation" msgstr "Dokumentim i %s %s" @@ -1098,14 +1102,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 +1118,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,6 +1155,19 @@ 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:" @@ -1206,7 +1223,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "Për më tepër hollësi, vizitoni <https://www.sphinx-doc.org/>." @@ -1865,75 +1882,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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:7854 msgid "union" msgstr "bashkim" -#: 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 "lloj" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "parametër funksioni" @@ -1962,91 +1979,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "Parametra Gjedhesh" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: 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 "klasë" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7844 +#: sphinx/domains/cpp.py:7863 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:888 #, 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:973 #, 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:1221 msgid "method" msgstr "metodë" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 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:1224 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:1226 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 +2072,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:2169 #, 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:478 msgid "Variables" msgstr "Ndryshore" -#: 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() (te moduli %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 (te moduli %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (ndryshore e brendshme)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (klasë e brendshme)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klasë te %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metodë klase %s)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metodë statike %s)" -#: sphinx/domains/python.py:1007 +#: sphinx/domains/python.py:1024 #, python-format msgid "%s (%s property)" msgstr "%s (veti %s)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Tregues Modulesh Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "module" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Nxjerrë nga përdorimi" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "përjashtim" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "metodë klase" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "metodë statike" -#: sphinx/domains/python.py:1218 +#: sphinx/domains/python.py:1225 msgid "property" msgstr "veti" -#: 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 "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:1403 #, 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:1464 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" @@ -2538,7 +2534,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 @@ -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 "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 +2648,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 +2665,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[grafik: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[grafik]" @@ -2712,85 +2708,85 @@ 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:192 #, 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:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "po ngarkohet inventari intersphinx prej %s…" -#: 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 "u hasën disa probleme me disa nga inventare, por kishin alternativa funksionale:" -#: sphinx/ext/intersphinx.py:227 +#: sphinx/ext/intersphinx.py:248 msgid "failed to reach any of the inventories with the following issues:" msgstr "s’u arrit të kapej ndonjë inventar me problemet vijuese:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(te %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(te %s)" -#: 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 "s’u gjet objektiv reference të jashtme %s:%s: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, 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:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "S’u arrit të lexohej intersphinx_mapping[%s], u shpërfill: %r" @@ -2914,7 +2910,7 @@ msgid "" 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:2749 #, 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" @@ -2970,36 +2966,36 @@ msgstr "S’u arrit të përditësohet nënshkrim për %r: s’u gjet parametër 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 +3019,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 +3052,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 +3138,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 +3205,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 +3283,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 "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Të drejta kopjimi</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 -#, python-format -msgid "© Copyright %(copyright)s." -msgstr "© Të drejta kopjimi %(copyright)s." +msgid "© %(copyright_prefix)s %(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ë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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3459,25 +3452,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}" @@ -3519,7 +3512,7 @@ msgstr "S’u soll dot figurë e largët: %s [%s]" 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" @@ -3539,44 +3532,50 @@ msgid "" "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: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 "“toctree” përmban referencë për te një kartelë joekzistuese %r" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" @@ -3586,94 +3585,92 @@ msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" 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:365 #, 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:375 #, 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:429 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:452 sphinx/writers/html5.py:457 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:461 msgid "Permalink to this table" msgstr "Permalidhje te kjo tabelë" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 msgid "Permalink to this code" msgstr "Permalidhje te ky kod" -#: sphinx/writers/_html4.py:454 sphinx/writers/html5.py:440 +#: sphinx/writers/html5.py:506 msgid "Permalink to this image" msgstr "Permalidhje te kjo figurë" -#: sphinx/writers/_html4.py:456 sphinx/writers/html5.py:442 +#: sphinx/writers/html5.py:508 msgid "Permalink to this toctree" msgstr "Permalidhje te kjo toctree" -#: 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 "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:885 sphinx/writers/manpage.py:241 #: sphinx/writers/texinfo.py:635 msgid "Footnotes" msgstr "Poshtëshënime" -#: sphinx/writers/latex.py:898 +#: sphinx/writers/latex.py:952 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:1301 #, 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:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[figurë: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex b121fd13f..741023b10 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.po b/sphinx/locale/sr/LC_MESSAGES/sphinx.po index edd810b4c..b0809c974 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vladimir Milovanović <vmilovanovic@gmail.com>, 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: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 "учитавање превода [%s]... " -#: sphinx/application.py:288 sphinx/util/display.py:77 +#: sphinx/application.py:294 sphinx/util/display.py:77 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:1277 #, 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: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, " @@ -157,12 +157,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 "" @@ -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,127 +334,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 "Преводилац за %r већ постоји" -#: 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 " @@ -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: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 "пребацивање слика... " @@ -642,8 +646,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 "" @@ -767,26 +771,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 "" @@ -805,7 +809,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 "" @@ -819,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 "" @@ -863,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 "" @@ -890,7 +894,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" @@ -916,164 +920,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 "документација %s %s" @@ -1099,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 "Индекс" @@ -1115,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 "" @@ -1152,6 +1156,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 "" @@ -1207,7 +1224,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1866,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: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 "" @@ -1963,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: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 "%s (C++ %s)" -#: 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 "%s (глобална променљива или константа)" -#: 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 "" @@ -2057,263 +2073,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 "%s() (метода класе %s)" -#: 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 "" @@ -2630,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" @@ -2653,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" @@ -2670,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: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 "" @@ -2713,85 +2709,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 "(у %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(у %s)" -#: 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 "" @@ -2915,7 +2911,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 "" @@ -2971,23 +2967,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" @@ -2995,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 "" @@ -3024,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" @@ -3042,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" @@ -3057,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: " @@ -3143,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 "наставак на следећој страни" @@ -3210,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 "Тражи" @@ -3287,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 "" -#: 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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3460,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,7 +3513,7 @@ 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 "" @@ -3540,44 +3533,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 "" @@ -3587,94 +3586,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 "[слика: %s]" -#: 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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 08a6d2a2d..8f173a1b2 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 8a0baeb3d..bebb6ae68 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 86ebb4e45..2bb62fcd9 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po index 95881a286..222d8336d 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex b730ae136..f87315706 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.po b/sphinx/locale/sv/LC_MESSAGES/sphinx.po index 9a3994b84..8a62732aa 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 "(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 "" @@ -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 "%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 "Huvudindex" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "nästa" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "föregående" -#: 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 "Index" @@ -1113,29 +1117,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,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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1864,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 msgid "Return type" msgstr "Returtyp" -#: sphinx/domains/c.py:3709 sphinx/domains/cpp.py:7837 +#: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "typ" -#: 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 "Kastar" -#: 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 "klass" -#: 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() (inbyggd funktion)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "metod" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +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 "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:478 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Väcker" -#: 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() (i modul %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 (i modul %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (inbyggd variabel)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (inbyggd klass)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (klass i %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassmetod)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metod)" -#: 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 "Python Modulindex" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Ersatt" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "undantag" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "klassmetod" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "statisk metod" -#: 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 "%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 "" @@ -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 "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 +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 "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 +3282,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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 "Permalink till denna definition" -#: 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 "Fotnoter" -#: 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 "[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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 412640013..3e0d97c57 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index 610e4cbcc..a34e40fb8 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard <julien.malard@mail.mcgill.ca>, 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: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:77 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 "%d கண்டு ப்பிடித்த விட்டது" -#: 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 "" -#: 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 <https://www.sphinx-doc.org/>." 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 "" -#: 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 "" @@ -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 "" -#: 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 "" @@ -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 "" -#: 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 7deb036e0..aa4111cc1 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.po b/sphinx/locale/te/LC_MESSAGES/sphinx.po index d7a8a7b3f..80605e1c5 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">Telif hakk\u0131</a> %(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 Binary files differindex d4dd4e407..45c862694 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.po b/sphinx/locale/tr/LC_MESSAGES/sphinx.po index 89b6823c6..909412567 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-05-14 22:39+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:426 #, 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:77 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:1277 #, 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:1281 #, 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:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +336,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r zaten kayıtlı" -#: 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 "%r uzantısı zaten %s sürümünden bu yana Sphinx ile birleştirildi; bu uzantı yoksayıldı." -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "Özgün özel durumu:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr " %s uzantısı içe aktarılamadı" -#: 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 "%r uzantısı setup() işlevine sahip değil; bu gerçekten bir Sphinx uzantısı modülü mü?" -#: 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 "Bu proje tarafından kullanılan %s uzantısının en az Sphinx s%s sürümüne ihtiyacı var; bu nedenle bu sürümle oluşturulamaz." -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, 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:208 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:209 sphinx/builders/__init__.py:576 +#: sphinx/builders/__init__.py:603 msgid "writing output... " msgstr "çıktı yazılıyor..." -#: sphinx/builders/__init__.py:235 +#: sphinx/builders/__init__.py:218 #, 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:236 #, 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:244 #, 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:253 msgid "all source files" msgstr "tüm kaynak dosyaları" -#: 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 "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: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 "komut satırında verilen %d kaynak dosyası" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "[%s] oluşturuluyor:" -#: sphinx/builders/__init__.py:330 +#: sphinx/builders/__init__.py:314 msgid "looking for now-outdated files... " msgstr "şimdi güncel olmayan dosyalar aranıyor..." -#: sphinx/builders/__init__.py:335 +#: sphinx/builders/__init__.py:319 #, python-format msgid "%d found" msgstr "%d tane bulundu" -#: sphinx/builders/__init__.py:337 +#: sphinx/builders/__init__.py:321 msgid "none found" msgstr "hiç bulunamadı" -#: sphinx/builders/__init__.py:342 +#: sphinx/builders/__init__.py:326 msgid "pickling environment" msgstr "ortam derin temizleniyor" -#: sphinx/builders/__init__.py:348 +#: sphinx/builders/__init__.py:332 msgid "checking consistency" msgstr "tutarlılık denetleniyor" -#: sphinx/builders/__init__.py:352 +#: sphinx/builders/__init__.py:336 msgid "no targets are out of date." msgstr "hiçbir hedef güncel değil." -#: sphinx/builders/__init__.py:391 +#: sphinx/builders/__init__.py:375 msgid "updating environment: " msgstr "güncellenen ortam:" -#: sphinx/builders/__init__.py:412 +#: sphinx/builders/__init__.py:396 #, 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:434 sphinx/builders/__init__.py:446 msgid "reading sources... " msgstr "kaynaklar okunuyor..." -#: sphinx/builders/__init__.py:561 +#: sphinx/builders/__init__.py:551 #, 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:560 sphinx/builders/singlehtml.py:148 msgid "preparing documents" msgstr "belgeler hazırlanıyor" +#: sphinx/builders/__init__.py:563 +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/_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 "resimler kopyalanıyor..." @@ -644,8 +648,8 @@ msgstr "resimler kopyalanıyor..." 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/_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 "resim dosyası %r kopyalanamıyor: %s" @@ -769,26 +773,26 @@ msgstr "yapılandırma değeri \"epub_identifier\", EPUB3 için boş olmamalıd msgid "conf value \"version\" should not be empty for EPUB3" msgstr "yapılandırma değeri \"version\", EPUB3 için boş olmamalıdır" -#: 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 "geçersiz css_file: %r, yoksayıldı" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, 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:239 #, python-format msgid "targets for %d template files" msgstr "%d şablon dosyası için hedefler" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:243 msgid "reading templates... " msgstr "şablonlar okunuyor..." -#: sphinx/builders/gettext.py:278 +#: sphinx/builders/gettext.py:273 msgid "writing message catalogs... " msgstr "ileti katalogları yazılıyor..." @@ -807,7 +811,7 @@ msgstr "bozuk bağlantı: %s (%s)" msgid "Anchor '%s' not found" msgstr "Bağlayıcı '%s' bulunamadı" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -821,8 +825,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 +869,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" @@ -892,7 +896,7 @@ msgstr "Makefile dosyası yazılırken hata oldu: %s" 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/html/__init__.py:1116 sphinx/builders/text.py:71 #: sphinx/builders/xml.py:88 #, python-format msgid "error writing file %s: %s" @@ -918,164 +922,164 @@ msgstr "oluşturma bilgisi dosyası bozuldu: %r" 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: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 "%d %b %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 "Genel Dizin" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "dizin" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "sonraki" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "önceki" -#: sphinx/builders/html/__init__.py:694 +#: sphinx/builders/html/__init__.py:693 msgid "generating indices" msgstr "dizinler oluşturuluyor" -#: sphinx/builders/html/__init__.py:709 +#: sphinx/builders/html/__init__.py:708 msgid "writing additional pages" msgstr "ilave sayfalar yazılıyor" -#: sphinx/builders/html/__init__.py:788 +#: sphinx/builders/html/__init__.py:787 msgid "copying downloadable files... " msgstr "indirilebilir dosyalar kopyalanıyor..." -#: sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:795 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "indirilebilir dosya %r kopyalanamıyor: %s" -#: 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 "sabit dosya %r kopyalanamıyor" -#: sphinx/builders/html/__init__.py:883 +#: sphinx/builders/html/__init__.py:882 msgid "copying extra files" msgstr "fazladan dosyalar kopyalanıyor" -#: sphinx/builders/html/__init__.py:889 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "cannot copy extra file %r" msgstr "fazladan dosya %r kopyalanamıyor..." -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" -#: 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 "arama dizini yüklenemedi, ancak tüm belgeler oluşturulmayacaktır: dizin tamamlanmamış olacaktır." -#: 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 "sayfa %s html_sidebars içinde iki şekille eşleşiyor: %r ve %r" -#: 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 "%s sayfasını işlerken bir Evrensel kod hatası meydana geldi. Lütfen ASCII olmayan içerik içeren tüm yapılandırma değerlerinin Evrensel kod dizgiler olduğundan emin olun." -#: 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 "%s sayfasını işlerken bir hata oldu.\nSebep: %r" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1133 msgid "dumping object inventory" msgstr "nesne envanteri dökümleniyor" -#: sphinx/builders/html/__init__.py:1139 +#: sphinx/builders/html/__init__.py:1138 #, python-format msgid "dumping search index in %s" msgstr "%s içinde arama dizini dökümleniyor" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format 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:1284 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:1287 #, 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:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, 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: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 "%s %s belgelendirmesi" @@ -1101,14 +1105,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 +1121,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,6 +1158,19 @@ 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:" @@ -1209,7 +1226,7 @@ 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/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" @@ -1868,75 +1885,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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:7854 msgid "union" msgstr "birliği" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 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:7857 msgid "type" msgstr "türü" -#: sphinx/domains/c.py:3719 sphinx/domains/cpp.py:7843 +#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862 msgid "function parameter" msgstr "" @@ -1965,91 +1982,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: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 "Şablon Parametreleri" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:7427 sphinx/domains/javascript.py:246 +#: sphinx/domains/cpp.py:7446 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:7853 sphinx/domains/javascript.py:354 +#: sphinx/domains/python.py:1219 msgid "class" msgstr "sınıfı" -#: sphinx/domains/cpp.py:7839 +#: sphinx/domains/cpp.py:7858 msgid "concept" msgstr "kavramı" -#: 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() (yerleşik işlev)" -#: 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 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:973 #, 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:1221 msgid "method" msgstr "yöntemi" -#: sphinx/domains/javascript.py:362 sphinx/domains/python.py:1211 +#: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218 msgid "data" msgstr "verisi" -#: sphinx/domains/javascript.py:363 sphinx/domains/python.py:1217 +#: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224 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:1226 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 +2075,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:2169 #, 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:478 msgid "Variables" msgstr "Değişkenler" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Harekete geçirir" -#: 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 modülü içinde)" -#: 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 modülü içinde)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (yerleşik değişken)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (yerleşik sınıf)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (%s içindeki sınıf)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s sınıf yöntemi)" -#: sphinx/domains/python.py:869 +#: sphinx/domains/python.py:886 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s sabit yöntemi)" -#: 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 "Python Modül Dizini" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "modülleri" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Kullanım dışı" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "özel durum" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "sınıf yöntemi" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "sabit yöntemi" -#: 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 "%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:1403 #, 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:1464 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 "" @@ -2632,20 +2628,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 +2651,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 +2668,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 "nokta kodu %r: %s" -#: 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 "[grafik: %s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[grafik]" @@ -2715,85 +2711,85 @@ 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:192 #, 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:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "%s konumundan intersphinx envanteri yükleniyor..." -#: 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 "aşağıdaki sorunlardan dolayı envanterlerden herhangi birine ulaşılamadı:" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:301 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s içinde)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(%s içinde)" -#: 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 "" @@ -2917,7 +2913,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 "" @@ -2973,23 +2969,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" @@ -2997,12 +2993,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 +3022,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 +3040,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 +3055,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 +3141,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 +3208,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 +3286,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">Telif hakkı</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3462,25 +3455,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}" @@ -3522,7 +3515,7 @@ msgstr "" 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 "" @@ -3542,44 +3535,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 "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: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 "" @@ -3589,94 +3588,92 @@ msgstr "" 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: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 "Bu tablonun kalıcı bağlantısı" -#: sphinx/writers/_html4.py:452 sphinx/writers/html5.py:438 +#: sphinx/writers/html5.py:504 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:506 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:508 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: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 "Dipnotlar" -#: 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 "[resim: %s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex aa7fc7e5d..f68e2e819 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index 35d4d8f8b..756ea5415 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Petro Sasnyk <petro@sasnyk.name>, 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:77 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 <https://www.sphinx-doc.org/>." 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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 4104571db..740d2446e 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.po b/sphinx/locale/ur/LC_MESSAGES/sphinx.po index 634550bf2..3319c057d 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 9b51f679e..cb4ec4976 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.po b/sphinx/locale/vi/LC_MESSAGES/sphinx.po index cbd16f706..2ea1a86dc 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hoat Le Van <hoatlevan@gmail.com>, 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: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:77 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 "(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 "" @@ -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 "%d/%m/%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 "Chỉ mục chung" -#: sphinx/builders/html/__init__.py:524 +#: sphinx/builders/html/__init__.py:521 msgid "index" msgstr "chỉ mục" -#: sphinx/builders/html/__init__.py:591 +#: sphinx/builders/html/__init__.py:587 msgid "next" msgstr "xem tiếp" -#: sphinx/builders/html/__init__.py:600 +#: sphinx/builders/html/__init__.py:596 msgid "previous" msgstr "xem lại" -#: 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 "Tài liệu %s %s" @@ -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 <https://www.sphinx-doc.org/>." msgstr "" @@ -1865,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:7443 +#: sphinx/domains/python.py:473 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: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 "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:487 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:7856 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:7855 +#: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217 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: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 "kiểu" -#: 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 "Ném" -#: 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 "lớp" -#: 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() (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:888 #, 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:973 #, 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:1221 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:1218 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:1224 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:1226 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 +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 "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:478 msgid "Variables" msgstr "Các biến" -#: sphinx/domains/python.py:473 +#: sphinx/domains/python.py:482 msgid "Raises" msgstr "Đưa ra" -#: 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() (trong mô-đun %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 (trong mô-đun %s)" -#: sphinx/domains/python.py:787 +#: sphinx/domains/python.py:804 #, python-format msgid "%s (built-in variable)" msgstr "%s (biến dựng sẵn)" -#: sphinx/domains/python.py:812 +#: sphinx/domains/python.py:829 #, python-format msgid "%s (built-in class)" msgstr "%s (lớp dựng sẵn)" -#: sphinx/domains/python.py:813 +#: sphinx/domains/python.py:830 #, python-format msgid "%s (class in %s)" msgstr "%s (lớp trong %s)" -#: sphinx/domains/python.py:867 +#: sphinx/domains/python.py:884 #, 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:886 #, 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:1024 #, python-format msgid "%s (%s property)" msgstr "" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Chỉ Mục Mô-đun Python" -#: sphinx/domains/python.py:1140 +#: sphinx/domains/python.py:1147 msgid "modules" msgstr "các mô-đun" -#: sphinx/domains/python.py:1189 +#: sphinx/domains/python.py:1196 msgid "Deprecated" msgstr "Sắp loại bỏ" -#: sphinx/domains/python.py:1215 +#: sphinx/domains/python.py:1220 +msgid "exception" +msgstr "ngoại lệ" + +#: sphinx/domains/python.py:1222 msgid "class method" msgstr "phương thức lớp" -#: sphinx/domains/python.py:1216 +#: sphinx/domains/python.py:1223 msgid "static method" msgstr "phương thức tĩnh" -#: 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 "(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 "" @@ -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 "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 +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 "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 +3283,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3512,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 38e1dfc0c..6a143aa70 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.po b/sphinx/locale/yue/LC_MESSAGES/sphinx.po index 04440ad71..02f1b1771 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/zh_CN/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js index 45ed72feb..786d76f3a 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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\"> \u7248\u6743\u6240\u6709</a> %(copyright)s.", - "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(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 Binary files differindex e65db6a81..31ae6f9b2 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index f63414b74..9897acfc4 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Lu <lu2github@gmail.com>, 2022-2023\n" -"Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\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 +35,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:426 #, 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:77 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:1277 #, 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:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "扩展 %s 不是并行读取安全的" -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, python-format msgid "doing serial %s" msgstr "执行串行 %s" @@ -335,8 +335,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 "" #: sphinx/project.py:51 #, python-format @@ -349,127 +349,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "可枚举节点 %r 已经注册过了" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "公式渲染器 %s 已经注册过了" -#: 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 "扩展 %r 自 Sphinx %s 版本起合并至 Sphinx;因此,该扩展被忽略。" -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "原始异常:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "无法导入扩展 %s" -#: 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 "扩展 %r 缺少 setup() 函数;它确实是一个 Sphinx 扩展模块吗?" -#: 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 "该项目所用扩展 %s 需要 Sphinx %s 或以上版本;当前版本无法构建文档。" -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "没有找到适合 %s 构建器的图像:%s" -#: sphinx/builders/__init__.py:225 +#: sphinx/builders/__init__.py:208 msgid "building [mo]: " msgstr "正在构建 [mo]: " -#: 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 "所有的 %d po 文件" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "指定了 %d 个 po 文件的目标文件" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, 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: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 "命令行给定的文件 %r 不存在" -#: 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 "命令行给定的 %r 文件不再源文件目录中,将被忽略" -#: 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 "命令行给定的文件 %r 不是有效文件,将被忽略" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "命令行给定了 %d 个源文件" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "正在构建 [%s]: " -#: 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 "找到 %d 个已过期文件" -#: 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 "正在 Pickle 序列化环境" -#: 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 "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" -#: 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 "待写入文档:%s" -#: 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 "发现重复的目录条目:%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/_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 "正在复制图像文件……" @@ -657,8 +661,8 @@ msgstr "正在复制图像文件……" 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/_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 "无法复制图像文件 %r:%s" @@ -782,26 +786,26 @@ msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" -#: 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 "无效的 css_file:%r,已忽略" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "消息目录保存在 %(outdir)s 目录。" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "%d 个模板文件的目标文件" -#: 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 "正在写入消息目录... " @@ -820,7 +824,7 @@ msgstr "损坏的链接:%s(%s)" msgid "Anchor '%s' not found" msgstr "未找到锚点“%s”" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" @@ -834,8 +838,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 +882,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" @@ -905,7 +909,7 @@ msgstr "写入 Makefile 文件时出错:%s" msgid "The text files are in %(outdir)s." msgstr "文本文件保存在 %(outdir)s 目录。" -#: 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" @@ -931,164 +935,164 @@ msgstr "构建信息文件损坏:%r" 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: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 "%Y 年 %m 月 %d 日" -#: 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 "无法复制可下载文件 %r:%s" -#: 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 "无法复制 html_static_file 中的文件:%s: %r" -#: 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 "无法复制静态文件 %r" -#: 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 "无法复制额外文件 %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "写入构建信息文件失败:%r" -#: 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 "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" -#: 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 "在渲染页面 %s 时发生了 Unicode 错误。请确保所有包含非 ASCII 字符的配置项均为 Unicode 字符串。" -#: 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 "渲染页面 %s 时发生了错误。\n原因:%r" -#: 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 "正在导出 %s 的搜索索引" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "无效的 js_file:%r,已忽略" -#: 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 "注册了多个 math_renderer,但没有选择 math_renderer。" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "给定的 math_renderer %r 不存在。" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 文件 %r 不存在" -#: 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)" -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:1352 #, python-format msgid "%s %s documentation" msgstr "%s %s 文档" @@ -1114,14 +1118,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 +1134,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,6 +1171,19 @@ 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 "构建时抛出异常,正在启动调试器:" @@ -1222,7 +1239,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 <https://www.sphinx-doc.org/>." msgstr "想要了解更多信息,请访问 <https://www.sphinx-doc.org/>。" @@ -1881,75 +1898,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: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 "函数参数" @@ -1978,91 +1995,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "模板参数" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s(C++ %s)" -#: 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 "%s(全局变量或常量)" -#: 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 "重复的 %s描述 %s,其他的 %s 描述出现在 %s" @@ -2072,263 +2088,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:2169 #, 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: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 "%s()(%s 类方法)" -#: 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 "%s(%s 属性)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Python 模块索引" -#: 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 "重复的 %s 对象描述,另一对象描述出现在 %s,请向二者之一添加 :noindex: 标记。" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1403 #, 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: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 "%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" @@ -2645,20 +2641,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 +2664,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 +2681,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:332 +#: sphinx/ext/graphviz.py:369 #, 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:382 sphinx/ext/graphviz.py:390 #, python-format msgid "[graph: %s]" msgstr "[图表:%s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[图表]" @@ -2728,85 +2724,85 @@ 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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx 清单被移动过:%s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "正在从 %s 加载 intersphinx 清单……" -#: 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 "(在 %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(在 %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "未找到用于外部交叉引用的清单:%s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "未找到用于外部交叉引用的角色:%s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "未找到外部 %s:%s 引用目标:%s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx 标识符 %r 不是字符串,已忽略" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "无法读取 intersphinx_mapping[%s],已忽略:%r" @@ -2930,7 +2926,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "无法获取函数 %s 的签名:%s" @@ -2986,23 +2982,23 @@ msgstr "无法更新 %r 的签名:未找到参数:%s" 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 +3006,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 +3035,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 +3053,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 +3068,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 +3154,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 +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 "提交" @@ -3302,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 "在 %(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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\"> 版权所有</a> %(copyright)s." - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3475,25 +3468,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}" @@ -3535,7 +3528,7 @@ msgstr "无法拉取远程图像:%s [%s]" 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" @@ -3555,44 +3548,50 @@ msgid "" "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: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 "目录树引用的文件 %r 不存在" -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "only 指令的表达式求值时抛出异常:%s" @@ -3602,94 +3601,92 @@ msgstr "only 指令的表达式求值时抛出异常:%s" 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:365 #, 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:375 #, 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: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 "无法获取图像尺寸,已忽略 :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: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 "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1301 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "无效的量纲单位 %s,已忽略。" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[图片: %s]" -#: 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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex 832b8058a..117df6939 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po index fd2623d65..0c2f29448 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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": "", - "© <a href=\"%(path)s\">Copyright</a> %(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 Binary files differindex aeb0fe54f..1d70968bf 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po index db405a215..513917db8 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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: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:77 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 <https://www.sphinx-doc.org/>." 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 "© <a href=\"%(path)s\">Copyright</a> %(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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -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,7 +3511,7 @@ 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 "" @@ -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/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", - "© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "© <a href=\"%(path)s\">\u7248\u6b0a\u6240\u6709</a> %(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 Binary files differindex c9eeb9977..fb855b6c5 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index 362b2b2c5..bfe3339a3 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-05-14 22:39+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Steven Hsu <hsuhaochun@gmail.com>, 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:426 #, 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:77 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:1277 #, 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:1281 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 擴充套件對於平行讀取是不安全的" -#: sphinx/application.py:1271 +#: sphinx/application.py:1284 #, 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:1288 #, 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:1296 sphinx/application.py:1300 #, 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,127 +340,127 @@ 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:322 #, 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:398 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r 已註冊" -#: sphinx/registry.py:419 +#: sphinx/registry.py:407 #, python-format msgid "math renderer %s is already registered" msgstr "數學描繪器 %s 已註冊" -#: 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 "擴充套件 %r 已被併入 %s 版以上的 Sphinx:此擴充套件已略過。" -#: sphinx/registry.py:443 +#: sphinx/registry.py:431 msgid "Original exception:\n" msgstr "原始的例外:\n" -#: sphinx/registry.py:444 +#: sphinx/registry.py:432 #, python-format msgid "Could not import extension %s" msgstr "無法引入擴充套件 %s" -#: 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 "擴充套件 %r 沒有 setup() 函式;它真的是 Sphinx 擴充套件模組嗎?" -#: 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 "此專案使用的 %s 擴充套件需要 Sphinx v%s 以上的版本;所以它無法以此版本被建立。" -#: sphinx/registry.py:466 +#: sphinx/registry.py:454 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " @@ -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:184 #, 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:188 #, 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:208 msgid "building [mo]: " msgstr "建立 [mo]:" -#: 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 "所有的 %d po 檔" -#: sphinx/builders/__init__.py:253 +#: sphinx/builders/__init__.py:236 #, python-format msgid "targets for %d po files that are specified" msgstr "對於指定的 po 檔 %d 的目標" -#: sphinx/builders/__init__.py:261 +#: sphinx/builders/__init__.py:244 #, 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: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 "在命令列給的檔案 %r 不存在," -#: 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 "在命令列給的檔案 %r 不在來源資料夾下,忽略中" -#: 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 "在命令列給的檔案 %r 不是有效的文件,忽略中" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:283 #, python-format msgid "%d source files given on command line" msgstr "在命令列給了 %d 個原始檔案" -#: sphinx/builders/__init__.py:312 +#: sphinx/builders/__init__.py:295 #, 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:307 sphinx/builders/gettext.py:238 #, python-format msgid "building [%s]: " msgstr "正在建立 [%s]:" -#: 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 "已找到 %d" -#: 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 "正在 pickle 環境" -#: 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 "%s 已新增, %s 已變更, %s 已移除" -#: 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 "待寫入的 docname: %s" -#: 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 "找到了重複的 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/_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 "正在複製圖片..." @@ -648,8 +652,8 @@ msgstr "正在複製圖片..." 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/_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 "無法複製圖片檔 %r: %s" @@ -773,26 +777,26 @@ msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" -#: 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 "無效的 css_file: %r, 已略過" -#: sphinx/builders/gettext.py:222 +#: sphinx/builders/gettext.py:217 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "訊息目錄是在 %(outdir)s" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:239 #, python-format msgid "targets for %d template files" msgstr "模板檔 %d 的目標" -#: 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 "正在寫入訊息目錄..." @@ -811,7 +815,7 @@ msgstr "錯誤連結: %s (%s)" msgid "Anchor '%s' not found" msgstr "未找到錨 '%s'" -#: sphinx/builders/linkcheck.py:561 +#: sphinx/builders/linkcheck.py:555 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" @@ -825,8 +829,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 +873,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" @@ -896,7 +900,7 @@ msgstr "錯誤寫入檔案 Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "文字檔案在 %(outdir)s 。" -#: 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" @@ -922,164 +926,164 @@ msgstr "build info 檔案已失效: %r" 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: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 "%Y 年 %m 月 %d 日" -#: 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 "無法複製可下載的檔案 %r: %s" -#: 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 "在 html_static_file 中複製一個檔案失敗: %s: %r " -#: 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 "無法複製靜態檔案 %r" -#: 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 "無法複製額外檔案 %r" -#: sphinx/builders/html/__init__.py:896 +#: sphinx/builders/html/__init__.py:895 #, python-format msgid "Failed to write build info file: %r" msgstr "寫入 build info 檔失敗: %r" -#: 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 "頁面 %s 在 html_sidebars 中符合兩個型樣: %r 和 %r" -#: 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 "在呈現頁面 %s 時發生了一個 Unicode 錯誤。請確認所有包含 non-ASCII 內容的組態值都是 Unicode 字串。" -#: 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 "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" -#: 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 "正在傾印搜尋索引於 %s" -#: sphinx/builders/html/__init__.py:1181 +#: sphinx/builders/html/__init__.py:1180 #, python-format msgid "invalid js_file: %r, ignored" msgstr "無效的 js_file: %r, 已略過" -#: 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 "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1287 #, python-format msgid "Unknown math_renderer %r is given." msgstr "未知的 math_renderer %r 被給予。" -#: sphinx/builders/html/__init__.py:1275 +#: sphinx/builders/html/__init__.py:1295 #, 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:1299 #, 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:1308 #, 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:1312 #, 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:1321 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:1330 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 檔案 %r 不存在" -#: 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)" -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:1352 #, python-format msgid "%s %s documentation" msgstr "%s %s 說明文件" @@ -1105,14 +1109,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 +1125,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,6 +1162,19 @@ 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 "在建立時發生例外,正在啟動除錯器:" @@ -1213,7 +1230,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 <https://www.sphinx-doc.org/>." msgstr "需要更多資訊,請拜訪 <https://www.sphinx-doc.org/>." @@ -1872,75 +1889,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: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 "union" -#: sphinx/domains/c.py:3715 sphinx/domains/cpp.py:7840 +#: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3716 sphinx/domains/cpp.py:7841 +#: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860 msgid "enumerator" msgstr "enumerator" -#: 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 "函式參數" @@ -1969,91 +1986,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:4908 sphinx/domains/cpp.py:7398 #, 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:7196 msgid "Template Parameters" msgstr "模板參數" -#: sphinx/domains/cpp.py:7304 +#: sphinx/domains/cpp.py:7315 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: 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 "%s (全域變數或常數)" -#: 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 "%s 的重複 %s 敘述,其他的 %s 在 %s" @@ -2063,263 +2079,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:2169 #, 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: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 "%s() (%s 的類別方法)" -#: 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 "%s (%s 的特性)" -#: sphinx/domains/python.py:1139 +#: sphinx/domains/python.py:1146 msgid "Python Module Index" msgstr "Python 模組索引" -#: 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 "%s 的重複物件敘述,其他的實例在 %s ,使用 :noindex: 給它們其中之一" -#: sphinx/domains/python.py:1396 +#: sphinx/domains/python.py:1403 #, 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: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 "%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" @@ -2636,20 +2632,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 +2655,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 +2672,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:332 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "點碼 %r: %s" -#: 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 "[圖:%s]" -#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392 msgid "[graph]" msgstr "[圖]" @@ -2719,85 +2715,85 @@ 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:192 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "intersphinx 庫存已移動: %s -> %s" -#: sphinx/ext/intersphinx.py:207 +#: sphinx/ext/intersphinx.py:228 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "正在從 %s 載入 intersphinx 庫存... " -#: 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 "(於 %s v%s)" -#: sphinx/ext/intersphinx.py:274 +#: sphinx/ext/intersphinx.py:303 #, python-format msgid "(in %s)" msgstr "(於 %s)" -#: sphinx/ext/intersphinx.py:499 +#: sphinx/ext/intersphinx.py:528 #, python-format msgid "inventory for external cross-reference not found: %s" msgstr "未找到外部交叉參照的清單: %s" -#: sphinx/ext/intersphinx.py:505 +#: sphinx/ext/intersphinx.py:534 #, python-format msgid "role for external cross-reference not found: %s" msgstr "未找到外部交叉參照的角色: %s" -#: sphinx/ext/intersphinx.py:589 +#: sphinx/ext/intersphinx.py:618 #, python-format msgid "external %s:%s reference target not found: %s" msgstr "未找到外部的 %s:%s 參照目標: %s" -#: sphinx/ext/intersphinx.py:614 +#: sphinx/ext/intersphinx.py:643 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx identifier %r 不是字串。已略過" -#: sphinx/ext/intersphinx.py:627 +#: sphinx/ext/intersphinx.py:665 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "無法讀取 intersphinx_mapping[%s], 已略過: %r" @@ -2921,7 +2917,7 @@ msgid "" 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:2749 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "無法取得一個函式簽名給 %s: %s" @@ -2977,23 +2973,23 @@ msgstr "無法為 %r 更新簽名:未找到參數: %s" 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 +2997,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 +3026,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 +3044,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 +3059,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 +3145,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 +3212,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 +3290,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 -#, python-format -msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">版權所有</a> %(copyright)s。" - -#: sphinx/themes/basic/layout.html:202 +#: 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: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 <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " @@ -3466,25 +3459,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}" @@ -3526,7 +3519,7 @@ msgstr "無法提取遠端圖片: %s [%s]" 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" @@ -3546,44 +3539,50 @@ msgid "" "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: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 "toctree 包含了不存在的檔案 %r 的參照 " -#: sphinx/util/nodes.py:604 +#: sphinx/util/nodes.py:608 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "在評估只有指令的運算式時發生例外: %s" @@ -3593,94 +3592,92 @@ msgstr "在評估只有指令的運算式時發生例外: %s" 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:365 #, 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:375 #, 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: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 "無法取得圖片大小。 :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: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 "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" -#: sphinx/writers/latex.py:1247 +#: sphinx/writers/latex.py:1301 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "維度單位 %s 是無效的。已略過。" -#: sphinx/writers/latex.py:1566 +#: sphinx/writers/latex.py:1639 #, 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:289 sphinx/writers/text.py:869 #, python-format msgid "[image: %s]" msgstr "[圖片:%s]" -#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:795 +#: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870 msgid "[image]" msgstr "[圖片]" |