diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-23 20:21:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 20:21:49 +0900 |
commit | e54b63d3eead95ef3fac1906deae54b6972573e4 (patch) | |
tree | 8902ea0bc55bade312465ed33fc53850e51a88e8 | |
parent | 0cc338f9c5e9ba29bb82de40129e357d54439418 (diff) | |
parent | 88f69f91877f76620f73ad8edf5890b4293b6b6f (diff) | |
download | sphinx-git-4.x.tar.gz |
Merge pull request #10129 from sphinx-doc/bot/pull-translations4.x
Update message catalogs
73 files changed, 4312 insertions, 4116 deletions
diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo Binary files differindex 8f0ddedfa..bcaecf89b 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 f23e40cf5..8cdd627f0 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" @@ -67,7 +67,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "تحميل الترجمات [ %s ]" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "تم" @@ -194,27 +194,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -222,57 +222,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "قسم %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "جدول %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -495,17 +495,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -788,22 +788,22 @@ msgstr "قراءة القوالب" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -889,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "ملفات الXML موجودة في %(outdir)s" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -920,7 +920,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1097,7 +1097,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1150,66 +1150,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,135 +1228,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "متغير" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "نوع" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2210,24 +2210,24 @@ msgstr "متغير بيئة العمل" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2243,79 +2243,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "صفحة البحث" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2986,12 +2986,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3096,30 +3096,30 @@ msgstr "" msgid "References" msgstr "مراجع" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3438,18 +3438,18 @@ msgstr "" msgid "Contents" msgstr "المحتوى" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3513,16 +3513,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "فشل" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo Binary files differindex 2339b4738..cc99a36a6 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 c7e8219b8..f96effc20 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Bulgarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/bg/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,7 +887,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2984,12 +2984,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3094,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3436,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo Binary files differindex e03e02a96..f8531a4cc 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 d2612dd2b..407e5e800 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "রিটার্নস" msgid "Return type" msgstr "রিটার্ন টাইপ" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "শব্দকোষ" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "ব্যকরণ টোকেন" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "প্রোগ্রাম অপশন" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "মডিউল ইনডেক্স" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "অনুসন্ধান পাতা" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2985,12 +2985,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3095,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3437,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo Binary files differindex ed993edcd..2a723ff67 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 de5b4d729..0aaeea9ff 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "Retorna" msgid "Return type" msgstr "Tipus de retorn" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "membre" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tipus" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "variable d'entorn; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "variable d'entorn" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Índex de Mòduls" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pàgina de Cerca" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2985,12 +2985,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3095,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3437,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo Binary files differindex 5eb8e2378..92a4ab84f 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 ce12949c0..352fdbe73 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "xk'isïk" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Ruwachib'äl %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Kik'ajtz'ïk %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -629,7 +629,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -639,7 +639,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -764,7 +764,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,8 +887,8 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -933,144 +933,144 @@ msgstr "Konojel cholwuj" msgid "index" msgstr "cholwuj" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "jun chïk" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "chi rij kan" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "Rusachoj nuk'unem:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "Rusachoj kamulunem:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "retal jalöj" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "wuj" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2730,42 +2730,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "(chupam %s)" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2985,12 +3000,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3110,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3452,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3527,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" @@ -3532,12 +3547,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown 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 d6a9c2edb..cc75492a7 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 c88ba405f..49f99c808 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" @@ -67,7 +67,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -194,27 +194,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -222,57 +222,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Ffig. %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tabl %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Listing %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -495,17 +495,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, 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:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -788,22 +788,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,8 +888,8 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -920,7 +920,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -934,144 +934,144 @@ msgstr "Indecs cyffredinol" msgid "index" msgstr "indecs" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "nesaf" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "blaenorol" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "Dogfennaeth %s %s " @@ -1097,7 +1097,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1150,66 +1150,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,135 +1228,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "aelod" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "ffwythiant" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2210,24 +2210,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2243,79 +2243,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Indecs Modiwlau" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tudalen Chwilio" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2731,42 +2731,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "(yn %s v%s)" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2986,12 +3001,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3096,30 +3111,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3438,18 +3453,18 @@ msgstr "Cyfangu'r bar ochr" msgid "Contents" msgstr "Cynnwys" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3513,16 +3528,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" @@ -3533,12 +3548,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown 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 1dc761c55..e38df419f 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 ee86a5fed..bc9f7d382 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" @@ -69,7 +69,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "indlæser oversættelser [%s] ..." -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "færdig" @@ -196,27 +196,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Ingen sådan konfigurationsværdi: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Konfigurationsværdien %r er allerede til stede" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -224,57 +224,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "figur %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "tabel %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Kildekode %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r blev ikke fundet, ignorerer." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -497,17 +497,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -790,22 +790,22 @@ msgstr "læser skabeloner ..." msgid "writing message catalogs... " msgstr "skriver beskedkataloger ..." -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -891,7 +891,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -901,7 +901,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -922,7 +922,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1099,7 +1099,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1152,66 +1152,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "Kodningsfejl:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,135 +1230,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "kan ikke finde filer %r" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1902,44 +1902,44 @@ msgstr "Returnerer" msgid "Return type" msgstr "Returtype" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "optæl" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "optælling" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2062,7 +2062,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2212,24 +2212,24 @@ msgstr "rolle" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "miljøvariabel; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2245,79 +2245,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "begreb i ordliste" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "grammatisk element" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "referenceetiket" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programtilvalg" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Modulindeks" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søgeside" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2988,12 +2988,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3098,30 +3098,30 @@ msgstr "" msgid "References" msgstr "Referencer" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3440,18 +3440,18 @@ msgstr "Sammenfold sidebjælke" msgid "Contents" msgstr "Indhold" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3515,16 +3515,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo Binary files differindex 4550c5b4d..4f2523c55 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 9501ea3a3..88528aafb 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: English (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,7 +887,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2984,12 +2984,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3094,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3436,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo Binary files differindex cc26d7679..92fda33e2 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 f139bee25..6eb8028e2 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" @@ -67,7 +67,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -194,27 +194,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -222,57 +222,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -495,17 +495,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -788,22 +788,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -889,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -920,7 +920,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1097,7 +1097,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1150,66 +1150,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,135 +1228,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funkcio" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "nomaĵo" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2210,24 +2210,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2243,79 +2243,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2986,12 +2986,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3096,30 +3096,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "Avertoj" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3438,18 +3438,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3513,16 +3513,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo Binary files differindex 3feb35ba4..f8d58b81c 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 ceb48ea6d..ade44dddc 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-16 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" @@ -635,7 +635,7 @@ msgstr "preparando documentos" msgid "duplicated ToC entry found: %s" msgstr "entrada de tabla de contenido duplicada encontrada: %s" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "copiando imágenes..." @@ -645,7 +645,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:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -770,7 +770,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:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" @@ -893,7 +893,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:1074 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" @@ -939,144 +939,144 @@ msgstr "Índice General" msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "siguiente" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "generando índices" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "escribiendo páginas adicionales" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "copiando archivos descargables..." -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "no se puede copiar archivo descargable %r: %s" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "no se puede copiar archivo estático %r" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "copiando archivos extras" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "no se puede copiar archivo extra %r" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, 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:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "La página %s coincide con dos patrones en html_sidebars: %r y %r" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ha ocurrido un error al renderizar la pagina %s. Motivo: %r" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "volcar inventario de objetos" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "volcar el índice de búsqueda en %s" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 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:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Desconocido math_renderer %r es dado." -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "entrada html_extra_path %r no existe" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, 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:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "entrada html_static_path %r no existe" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, 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:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "archivo de logo %r no existe" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "el archivo %r usado para el favicon no existe" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "documentación de %s - %s" @@ -2736,42 +2736,57 @@ msgstr "en línea latex %r: %s" msgid "Permalink to this equation" msgstr "Enlace permanente a esta ecuación" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "el inventario intersphinx se ha movido: %s -> %s" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "cargando inventario intersphinx desde %s..." -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 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:225 +#: sphinx/ext/intersphinx.py:230 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:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "(en %s versión %s)" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "(en %s)" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, 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:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Error al leer intersphinx_mapping[%s], ignorado: %r" @@ -3538,12 +3553,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "tipo de nodo desconocido: %r" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo Binary files differindex f2a18c259..49fdae3fd 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 c7262cbab..82d3390c0 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" @@ -69,7 +69,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "tõlgete laadimine [%s]... " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "valmis" @@ -196,27 +196,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Puudub määratud seadistusväärtus: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Seadistuste väärtus %r on juba olemas" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "Sinu seadistusfailis on süntaksi viga: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Seadistusfail (või mõni selle poolt imporditud moodulitest) kutsus välja sys.exit()" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -224,57 +224,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Sektsioon %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Joonis %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Nimekiri %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r ei leitud, eiratakse." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -497,17 +497,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, 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:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "teemat nimega %r ei leitud (kas theme.conf on puudu?)" @@ -790,22 +790,22 @@ msgstr "mallide lugemine... " msgid "writing message catalogs... " msgstr "sõnumikataloogide kirjutamine... " -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "Otsi vigu ülalolevast väljundist või failist %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -891,7 +891,7 @@ msgid "The text files are in %(outdir)s." msgstr "Tekstifailid asuvad kataloogis %(outdir)s." #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "viga faili %s kirjutamisel: %s" @@ -901,7 +901,7 @@ msgstr "viga faili %s kirjutamisel: %s" msgid "The XML files are in %(outdir)s." msgstr "XML-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." @@ -922,7 +922,7 @@ msgid "Failed to read build info file: %r" msgstr "Viga ehitamise infofaili lugemisel: %r" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1099,7 +1099,7 @@ 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:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1152,66 +1152,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "Katkestatud!" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "Rekursiooni viga:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." -#: sphinx/cmd/build.py:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "Vearaportit on võimalik esitada träkkeris aadressil <https://github.com/sphinx-doc/sphinx/issues>. Aitäh!" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,135 +1230,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "dokumentatsiooni lähtefailide rada" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "väljundkataloogi rada" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "määratud failide uuestiehitamine. Võtme -a korral eiratakse" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "üldsuvandid" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "kasutatav ehitaja (vaikimisi: html)" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "kõikide failide kirjutamine (vaikimisi kirjutatakse ainult uued ja muutunud failid)" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "salvestatud keskkonda ei kasutata, alati loetakse kõik failid" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "puhverdatud keskkonna ja dokumendipuu rada (vaikimisi: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "rööbiti ehitamine N protsessiga, kui võimalik (eriväärtus \"auto\" määrab N väärtuseks protsessorite arvu)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "seadistusfaili (conf.py) asukoha rada (vaikimisi sama mis SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "seadistusfaili ei kasutata üldse, ainult -D suvandid" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "seadistusfailis määratud väärtuse asendamine" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "väärtuse edastamine HTML-mallidesse" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "konsooliväljundi suvandid" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "hoiatuste muutmine vigadeks" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "erindi korral täieliku tagasijälituse näitamine" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "erindi korral Pdb käivitamine" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "faile %r pole võimalik leida" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "hoiatuste faili %r pole võimalik avada: %s" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "-D suvandi argument peab olema vormingus nimi=väärtus" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" @@ -1902,44 +1902,44 @@ msgstr "Tagastab" msgid "Return type" msgstr "Tagastustüüp" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "liige" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "muutuja" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "loend" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tüüp" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "funktsiooni parameeter" @@ -2062,7 +2062,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:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Vigane math_eqref_format: %r" @@ -2212,24 +2212,24 @@ msgstr "roll" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "keskkonnamuutuja; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "%s käsureasuvand" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "käsureasuvand" @@ -2245,79 +2245,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "sõnastiku termin" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "grammatika märk" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "viite silt" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "keskkonnamuutuja" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programmi suvand" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Mooduli indeks" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Otsinguleht" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "vigane numfig_format: %s (%r)" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "vigane numfig_format: %s" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2988,12 +2988,12 @@ msgstr "" msgid "failed to import object %s" msgstr "tõrge objekti %s importimisel" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3098,30 +3098,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3440,18 +3440,18 @@ msgstr "Varja külgriba" msgid "Contents" msgstr "Sisukord" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3515,16 +3515,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "Tundmatu pildivorming: %s..." -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo Binary files differindex d105bb501..779a41dd5 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 ddae749d5..0d397ed23 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" @@ -67,7 +67,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -194,27 +194,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -222,57 +222,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -495,17 +495,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -788,22 +788,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -889,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -920,7 +920,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1097,7 +1097,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1150,66 +1150,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,135 +1228,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "Itzultzen du" msgid "Return type" msgstr "Itzulketa mota" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "partaidea" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "aldagaia" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "mota" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2210,24 +2210,24 @@ msgstr "rola" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "inguruneko aldagaia; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2243,79 +2243,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "glosarioko terminoa" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "gramatikako token-a" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "erreferentzia etiketa" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "inguruneko aldagaia" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programako aukera" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Moduluen indizea" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Bilaketa orria" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2986,12 +2986,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3096,30 +3096,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3438,18 +3438,18 @@ msgstr "Alboko barra tolestu" msgid "Contents" msgstr "Edukiak" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3513,16 +3513,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo Binary files differindex 0a0b385a8..f73e34483 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 6a37b077e..442b295c0 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n" @@ -69,7 +69,7 @@ msgstr "'setup' آن طور که در conf.py تعریف شده شیئ قابل msgid "loading translations [%s]... " msgstr "بارگذاری ترجمه ها [%s]... " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "انجام شد" @@ -196,27 +196,27 @@ msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشت msgid "unknown config value %r in override, ignoring" msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "چنین مقداری برای پیکربندی نبود: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "مقدار پیکربندی %r از قبل موجود است" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "خطای نحوی در پروندهی پیکربندی شما وجود دارد: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "پروندهی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -224,57 +224,57 @@ msgid "" "%s" msgstr "یک خطای قابل برنامه ریزی در پروندهی پیکربندی شما وجود دارد:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, 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:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "بخش%s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "شکل %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "جدول %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "فهرست %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار میرفت {permitted} میبود." -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیشفرض {permitted} است." -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "دامنهی اصلی %r یافت نشد، نادیده گرفته میشوند." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -497,17 +497,17 @@ msgstr "تنظیمات %s. %s در هیچ یک از پیکربندیهای ج msgid "unsupported theme option %r given" msgstr "گزینهی پشتیبانی نشدهی زمینه %r داده شده" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "پروندهی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینهای درونش ندارد" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "زمینهی خواندن مستندات اسفینکس (< 0.3.0) پیدا شد. از نسخهی ۶/۰ اسفینکس این زمینه دیگر در دسترس نخواهد بود" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "هیچ زمینهای با نام %r پیدا نشد(آیا پرونده theme.conf گم شده؟)" @@ -632,7 +632,7 @@ msgstr "آماده سازی اسناد" msgid "duplicated ToC entry found: %s" msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "در حال رونوشت از تصاویر... " @@ -642,7 +642,7 @@ msgstr "در حال رونوشت از تصاویر... " msgid "cannot read image file %r: copying it instead" msgstr "امکان خواندن پروندهی تصویری %r نبود: در عوض کپی میشود" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید msgid "conf value \"version\" should not be empty for EPUB3" msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخهی سوم پروندههای انتشار الکترونیک(EPUB3) خالی باشد" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "پروندهی css نامعتبر%r: نادیده گرفته میشود" @@ -790,22 +790,22 @@ msgstr "خواندن قالبها... " msgid "writing message catalogs... " msgstr "نوشتن سیاهههای پیام... " -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, 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:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "پیوند خراب: %s (%s)" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "مهار '%s' پیدا نشد" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" @@ -890,8 +890,8 @@ msgstr "خطای نوشتن پروندهی ساخت (Makefile) : %s" msgid "The text files are in %(outdir)s." msgstr "پروندهی متنی در پوشهی %(outdir)s است." -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "خطای نوشتن پرونده: %s, %s" @@ -901,7 +901,7 @@ msgstr "خطای نوشتن پرونده: %s, %s" msgid "The XML files are in %(outdir)s." msgstr "پروندهی XML در پوشهی %(outdir)s است." -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "پروندههای شبه XML در پوشهی %(outdir)s." @@ -922,7 +922,7 @@ msgid "Failed to read build info file: %r" msgstr "شکست در خواندن پروندهی اطّلاعات ساخت: %r" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -936,144 +936,144 @@ msgstr "فهرست کلی" msgid "index" msgstr "فهرست" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "بعدی" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "قبلی" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "تولید نمایهها" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "نوشتن صفحات اضافی" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "رونوشت از پروندههای قابل دریافت... " -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "نمی تواند از پروندهی قابل دریافت %r: %s رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, 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:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "رونوشت از پروندههای ثابت" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "نمی تواند از پروندهی ثابت %r رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "رونوشت برداری از پروندههای اضافی" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "نمی تواند از پروندهی اضافهی %r رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "شکست در نوشتن پروندهی اطّلاعات ساخت: %r" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, 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:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "خطایی در نمایش صفحهی %s رخ داد.\nعلّت: %r" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "خالی کردن فهرست اشیاء" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "خالی کردن نمایهی جستجو در %s" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "پروندهی js نامعتبر%r: نادیده گرفته میشود" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "ارائه کنندههای ریاضی زیادی ثبت شدهاند، ولی هیچ کدام انتخاب نشده." -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "نمایشدهندهی ریاضی نامشخّص %r داده شده." -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخهی خارجی قرار دارد" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخهی خارجی قرار دارد" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "پروندهی آرم %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "پروندهی آیکون مورد علاقه %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "از نسخهی ۳.۵.۰ به بعد افزودن پیوند همیشگی (html_add_permalinks) منسوخ شده. لطفاً از به جایش html_permalinks و html_permalinks_icon را به کار ببرید." -#: sphinx/builders/html/__init__.py:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "مستندات %s%s" @@ -1099,7 +1099,7 @@ msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_document msgid "\"latex_documents\" config value references unknown document %s" msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناختهی %s ارجاع میدهد" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1152,66 +1152,66 @@ msgstr "%r فاقد تنظیمات زمینه است" msgid "%r doesn't have \"%s\" setting" msgstr "%r فاقد تنظیمات \"%s\" است" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "در حین ساخت ایرادی رخ داد، شروع اشکال زدا:" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "قطع شد!" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "خطای نشانهگذاری متن بازساختمند (reST)" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "خطای کدگذاری نویسه:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "خطای بازگشتی:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "این اتّفاق ممکن است برای پروندههای بسیار تو در توی منبع بیافتد. شما میتوانید محدودیّت ۱۰۰۰ تایی مقدار پیشفرض اجرای بازگشت پایتون را در conf.py زیاد کنید، مثلاً با:" -#: sphinx/cmd/build.py:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "ایراد رخ داد:" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 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:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "شمارهی کار باید یک عدد مثبت باشد" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "برای اطّلاعات بیشتر به <https://www.sphinx-doc.org/> بروید." -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,135 +1230,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\nایجاد مستندات از پروندههای مبدأ.\n\nسازندهی اسفنکس مستندات را از روی پرونده های مبنع در پوشهی منبع تولید کرده در پوشهی برونداد قرار میدهد.\nاین سازنده در پوشهی مبدأ به دنبال پرونده 'conf.py' تنظیمات پیکربندی میگردد.\nاین امکان وجود دارد که از ابزار شروع سریع اسفینکس ('sphinx-quickstart') برای تولید پروندههای قالب، که شامل پرونده 'conf.py' هم میشود استفاده شود.\n\nسازندهی اسفینکس می توند مستندات را در قالبهای گوناگونی از پروندههای خروجی ایجاد کند. قالب پرونده خروجی با مشخّص کردن نام سازنده در خط فرمان مشخّص میشود که به صورت پیش فرض HTML است. همچنین، سازندهها میتوانند کارهای دیگر مربوط به فرآیند پردازش مستندسازی را انجام دهند.\n\nبه صورت پیش فرض، هر چیزی که منسوخ شده باشد تولید میشود. برونداد برای پروندههای منتخب میتواند فقط با مشخّص کردن نام تک تک پروندهها ساخته شود.\n" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "مسیر پروندههای مستندات" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "مسیری برای شاخهی برون داد" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "لیست پروندههایی که قرار است دوباره ساخته شوند. اگر با -a مشخّص شده باشند نادیده گرفته میشوند" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "گزینههای کلی" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "قالب سازنده مورد استفاده (پیشفرض:html)" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "نوشتن همهی پروندهها (پیشگزیده: فقط پروندههای جدید نو تغییر یافته را بنویس)" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "مسیر برای محیط ذخیره شده و پروندههای doctree (پیش فرض: OUTPUTDIR /.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "درصورت امکان ساخت به صورت موازی با N فرآیند پردازشی (مقدار ویژهی «خودکار» شمار N را به تعداد پردازنده تنظیم میکند)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "مسیر جایی که پروندهی پیکربندی (conf.py) قرار دارد ( پیشگزیده: مثل پوشهی منبع)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "هیچ پروندهی پیکربندیای استفاده نکن، فقط گزینهی -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "نادیده گرفتن تنظیماتی در پروندهی پیکرهبندی" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "مقداری را به قالبهای HTML بدهید" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "تعریف برچسب: «فقط» تکّههای با برچسب گنجانده شود" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "حالت ریزبینانه، هشدار دربارهی همهی ارجاعهای ناپیدا" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "گزنیههای برونداد میز فرمان" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "افزایش ارائهی جزئیّات (می تواند تکرار شود)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "بدون برونداد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "بدون هیچ برونداد، حتّی بدون هشدار" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "خروجی رنگ شده منتشر شود (پیشفرض: تشخیص خودکار)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "خروجی رنگ شده منتشر نشود (پیشفرض: تشخیص خودکار)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "نوشتن هشدارها (و خطاها) در پروندهی داده شده" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "تغییر هشدارها به خطاها" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "با سوییچ -W، در هنگام گرفتن هشدار ادامه بده" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "نمایش گزارش کامل ردیابی ایراد" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "ایراد در اجرای Pdb" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "پروندههای %r پیدا نشدند" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "نمی توان گزینهی -a را با نام پروندهها ترکیب کرد" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "امکان باز کردن پرونده هشدار نبود %r: %s" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "نشانوند گزینهی D- میبایست در قالب نام=مقدار (name=value) باشد" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "نشانوند گزینهی A- میبایست در قالب نام=مقدار (name=value) باشد" @@ -1902,44 +1902,44 @@ msgstr "بازگشت ها" msgid "Return type" msgstr "نوع برگشتی" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "عضو" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "متغیّر" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "تابع" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "ماکرو" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "ساختار" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "اجتماع" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "شمارش" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "شمارنده" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "گونه" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "مؤلّفهی تابع" @@ -2062,7 +2062,7 @@ msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرا msgid "duplicate label of equation %s, other instance in %s" msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "قالب مرجع معادلهی ریاضی (math_eqref_format) نامعتبر: %r" @@ -2212,24 +2212,24 @@ msgstr "نقش" msgid "duplicate description of %s %s, other instance in %s" msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "متغیرهای عمومی؛ %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "%s گزینهی خط فرمان" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "گزینه خط فرمان" @@ -2245,79 +2245,79 @@ msgstr "اصطلاحات واژهنامه نباید با خطوط خالی msgid "glossary seems to be misformatted, check indentation" msgstr "به نظر می رسد واژهنامه اشتباه شکل داده شده است، فاصلهگذاری از ابتدای سطر را بررسی کنید" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "اصطلاح واژهنامه" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "نشانه ی گرامری" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "برچسب ارجاع" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "متغیّر عمومی" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "اختیارات برنامه" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "سند" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "فهرست ماژول ها" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "صفحه جستجو" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "شمارهی شکل غیر فعّال است. گزینهی :numref: نادیده گرفته میشود." -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "پیوند هیچ برچسبی ندارد: %s" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "قالب شمارهی شکل نامعتبر: %s (%r)" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "قالب شمارهی شکل نامعتبر: %s" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "برچشب تعریف نشده: %s" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "شکست در ایجاد ارجاع متقابل. عنوان یا زیرنویس پیدا نشد: %s" @@ -2733,42 +2733,57 @@ msgstr "لتکس بین سطری: %r: %s" msgid "Permalink to this equation" msgstr "پیوند ثابت به این معادله" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "سیاههی بین اسفینکس جا به جایی را انجام داد: %s -> %s" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "بارگذاری سیاههی بین اسفینکس از %s..." -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "مشکلاتی در برخی از سیاههها به وجود آمد،ولی این مشکلات راههای جایگزین های داشتهاند:" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "شکست در رسیدن به یکی از سیاههها به خاطر مشکلات زیر:" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "(در %s v%s)" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "(در %s )" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "شناساگر بین اسفینکس %r رشتهمتن نیست. نادیده گرفته شد" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "شکست در خواندن intersphinx_mapping[%s]، نادیده گرفته میشود: %r" @@ -2988,12 +3003,12 @@ msgstr "شکست در تجزیه تحلیل نام %s" msgid "failed to import object %s" msgstr "شکست در وارد کردن شیئ %s" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3098,30 +3113,30 @@ msgstr "دریافتها" msgid "References" msgstr "منابع" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "هشدارها" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "فرآورده" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "رشتهمتن ادبی ناقص (بدون علامت نقلقول انتهایی): %s" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "رشتهمتن ادبی ناقص (بدون علامت نقلقول ابتدایی): %s" @@ -3440,18 +3455,18 @@ msgstr "تا کردن نوار کناره" msgid "Contents" msgstr "محتوا ها" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "نمایهای بر پایهی ۴ ستون پیدا شد. شاید یک اشکال برنامهنویسی از افزونههایی که استفاده میکنید باشد: %r" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "پانویس [%s] ارجاع داده نشده است." -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "پانویس [#] ارجاع داده نشده است." @@ -3515,16 +3530,16 @@ msgstr "امکان دریافت تصویر از منبع راه دور نبود: msgid "Unknown image format: %s..." msgstr "قالب تصویر ناشناخته: %s..." -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "نویسهی منبع غیرقابل رمزگشایی، جایگزین با «؟» : %r" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "رد شدن و نادیده انگاشتن" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "شکست خورد" @@ -3535,12 +3550,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "نام نقش یا دستورالعمل ناشناخته: %s:%s" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "بست از نوع ناشناخته: %r" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo Binary files differindex 045d7a841..440ffc6f8 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 b07a38d0b..51e87ae3d 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "משתנה" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "פונקציה" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "מאקרו" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "משתנה סביבה; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "משתנה סביבה" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "מודול אינדקס" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "דף חיפוש" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2985,12 +2985,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3095,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3437,18 @@ msgstr "כווץ סרגל צד" msgid "Contents" msgstr "תוכן" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo Binary files differindex 81c4bb227..57f3ce905 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 85e0b5407..6d42efc90 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n" @@ -66,7 +66,7 @@ msgstr "'setup' koji je postavljen u conf.py nije moguće pozvati. Molimo izmije msgid "loading translations [%s]... " msgstr "učitavanje prijevoda [%s]... " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "napravljeno" @@ -193,27 +193,27 @@ msgstr "ne može se nadjačati konf. vrijednost %r zbog nepodržanog tipa, zanem msgid "unknown config value %r in override, ignoring" msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Ne postoji konfiguracijska vrijednost: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Konfiguracijska vrijednost %r već postoji" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "Postoji sintaksna greška u konfiguracijskoj datoteci: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Poglavlje %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Slika %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tablica %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Ispis %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r nije pronađen, zanemareno je." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "postavka %s.%s ne pojavljuje se u pretraženim konfiguracijama tema" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, 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:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nema teme %r (nedostaje theme.conf?)" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "Vraća" msgid "Return type" msgstr "Vraća tip" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "član" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "varijabla" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "uloga" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "varijabla okruženja; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "termin rječnika" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "token gramatike" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "referentna oznaka" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "varijabla okruženja" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programske mogućnosti" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Popis modula" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tražilica" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2985,12 +2985,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3095,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3437,18 @@ msgstr "Sakrij pomoćnu traku" msgid "Contents" msgstr "Sadržaj" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo Binary files differindex 106896b1b..d5765f70d 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 d6dc79189..982d93ef2 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-05 10:17+0000\n" "Last-Translator: YT H <dev@theYT.net>\n" "Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" @@ -67,7 +67,7 @@ msgstr "현재 conf.py 파일에 정의된 'setup'은 호출 가능한 Python msgid "loading translations [%s]... " msgstr "번역을 불러오는 중 [%s]… " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "완료" @@ -194,27 +194,27 @@ msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 msgid "unknown config value %r in override, ignoring" msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "해당 설정값이 없습니다: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "설정값 %r이(가) 이미 존재합니다" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "구성 파일에 구문 오류가 있습니다: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -222,57 +222,57 @@ msgid "" "%s" msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "설정값 'source_suffix'는 문자열, 문자열의 목록 또는 dictionary를 예상합니다. 그러나 `%r'이(가) 지정되었습니다." -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "제 %s 절" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "그림 %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "표 %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "예시 %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r(이)가 없으므로, 무시합니다." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -495,17 +495,17 @@ msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" msgid "unsupported theme option %r given" msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "sphinx_rtd_theme (< 0.3.0) 가 발견되었습니다. 이 테마는 Sphinx 6.0부터 사용할 수 없습니다." -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "이름이 %r인 테마를 찾을 수 없습니다 (theme.conf 파일 누락?)" @@ -788,22 +788,22 @@ msgstr "템플릿을 읽는 중… " msgid "writing message catalogs... " msgstr "메시지 카탈로그 작성 중… " -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, 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:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "끊어진 링크: %s (%s)" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "앵커 '%s'을(를) 찾을 수 없습니다" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" @@ -889,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "텍스트 파일은 %(outdir)s에 있습니다." #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "%s 파일 쓰기 오류: %s" @@ -899,7 +899,7 @@ msgstr "%s 파일 쓰기 오류: %s" msgid "The XML files are in %(outdir)s." msgstr "XML 파일은 %(outdir)s에 있습니다." -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "의사 XML 파일은 %(outdir)s에 있습니다." @@ -920,7 +920,7 @@ msgid "Failed to read build info file: %r" msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1097,7 +1097,7 @@ msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1150,66 +1150,66 @@ msgstr "%r에 \"theme\" 설정이 없습니다" msgid "%r doesn't have \"%s\" setting" msgstr "%r에 \"%s\" 설정이 없습니다" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "빌드하는 동안 예외 발생, 디버거 시작:" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "중단되었습니다!" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "reST 마크업 오류:" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "인코딩 오류:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "재귀 오류:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "이 상황은 매우 크거나 많이 중첩된 원본 파일에서 발생할 수 있습니다. 다음과 같이 conf.py에서 Python 재귀 제한 기본값 1000을 늘릴 수 있습니다 (주의):" -#: sphinx/cmd/build.py:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "예외 발생:" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 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:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "작업 숫자는 양수여야 합니다" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "자세한 내용은 <https://www.sphinx-doc.org/>를 참조하십시오." -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,135 +1228,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\n소스 파일로부터 문서를 생성합니다.\n\nsphinx-build는 SOURCEDIR에 있는 파일로부터 문서를 생성하여 OUTPUTDIR에 저장합니다.\n구성 설정을 위해 SOURCEDIR에서 'conf.py' 파일을 찾습니다.\n'sphinx-quickstart' 도구는 'conf.py'를 포함하여 템플릿 파일을 생성하는 데 사용할 수 있습니다.\n\nsphinx-build는 다양한 형식으로 문서를 생성할 수 있습니다.\n형식은 명령줄에서 빌더 이름을 지정하여 선택하며, 기본값은 HTML입니다.\n빌더는 문서 처리와 관련한 다른 태스크를 수행할 수도 있습니다.\n\n기본적으로 오래된 모든 항목을 빌드합니다.\n개별 파일명을 지정하여 선택한 파일에 대한 출력만 빌드할 수 있습니다.\n" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "문서 원본 파일의 경로" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "출력 디렉토리 경로" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "다시 빌드 할 특정 파일의 목록. -a가 지정되면 무시합니다" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "일반 옵션" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "사용할 빌더 (기본값: html)" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "캐시된 환경 및 doctree 파일 경로 (기본값: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "가능한 경우 N 개의 프로세스를 사용하여 병렬로 빌드 (특수 값 \"auto\"는 CPU 개수로 N 값을 설정합니다)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "구성 파일(conf.py)이 있는 경로 (기본값: SOURCEDIR과 동일)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "설정 파일을 전혀 사용하지 않고, -D 옵션들만 사용" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "구성 파일의 설정 무시" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "HTML 템플릿에 값 전달" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "까다로움 모드, 모든 누락된 참조에 대해 경고 발생" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "콘솔 출력 옵션" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "상세도 높임 (반복 가능)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "경고를 포함하여 아무 출력도 하지 않음" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "컬러 출력 허용 (기본값: 자동 감지)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "주어진 파일에 경고(및 오류)를 기록" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "경고를 오류로 바꿈" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "-W와 함께 지정하여, 경고가 발생했을 때 계속 진행" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "예외 발생 시 전체 추적 표시" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "예외 발생 시 Pdb 실행" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "파일을 찾을 수 없습니다: %r" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "경고 기록 파일 %r을(를) 열 수 없습니다: %s" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" @@ -1900,44 +1900,44 @@ msgstr "반환" msgid "Return type" msgstr "반환 형식" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "멤버 변수" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "변수" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "함수" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "매크로" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "구조체" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "공용체" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "열거형" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "열거자" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "자료형" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "함수 매개변수" @@ -2060,7 +2060,7 @@ msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" msgid "duplicate label of equation %s, other instance in %s" msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "잘못된 math_eqref_format: %r" @@ -2210,24 +2210,24 @@ msgstr "역할" msgid "duplicate description of %s %s, other instance in %s" msgstr "중복된 %s %s 설명, 다른 인스턴스는 %s에 있음" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "환경 변수; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "%s 명령줄 옵션" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "명령줄 옵션" @@ -2243,79 +2243,79 @@ msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." msgid "glossary seems to be misformatted, check indentation" msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "용어 항목" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "문법 토큰" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "참조 레이블" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "환경 변수" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "프로그램 옵션" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "문서" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "모듈 목록" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "검색 페이지" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "링크에 캡션이 없습니다: %s" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "잘못된 numfig_format: %s (%r)" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "잘못된 numfig_format: %s" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "정의되지 않은 레이블: %s" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %s" @@ -2986,12 +2986,12 @@ msgstr "이름 %s을(를) 해석하지 못함" msgid "failed to import object %s" msgstr "객체 %s을(를) import 하지 못함" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: 파일을 찾을 수 없음: %s" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3096,30 +3096,30 @@ msgstr "수신" msgid "References" msgstr "참조" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "경고" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "생성" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "잘못된 값 세트 (닫는 중괄호 누락): %s" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "잘못된 값 세트 (여는 중괄호 누락): %s" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" @@ -3438,18 +3438,18 @@ msgstr "사이드바 닫기" msgid "Contents" msgstr "내용" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, 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:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "각주 [%s]이(가) 참조되지 않았습니다." -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "각주 [#]이 참조되지 않았습니다." @@ -3513,16 +3513,16 @@ msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" msgid "Unknown image format: %s..." msgstr "알 수 없는 이미지 형식: %s…" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "디코드 할 수 없는 원본 문자이며, \"?\"로 대체합니다: %r" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "건너뜀" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "실패" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo Binary files differindex 0d65de8bb..5cc55c15f 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 7ec3c82d6..51c387b6d 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "Grąžinamos reikšmės" msgid "Return type" msgstr "Grąžinamos reikšmės tipas" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "narys" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "kintamasis" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makrokomanda" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tipas" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "rolė" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "aplinkos kintamasis; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "aiškinamasis terminas" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "gramatinė leksema" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "nuorodos požymis" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "aplinkos kintamasis" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programos parinktis" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Modulio indeksas" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Paieškos puslapis" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2985,12 +2985,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3095,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3437,18 @@ msgstr "Paslėpti šoninę juostą" msgid "Contents" msgstr "Turinys" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo Binary files differindex 43c40ebac..b345f2801 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 ec7e08905..de493e8bb 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-16 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" @@ -628,7 +628,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -638,7 +638,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -763,7 +763,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -886,7 +886,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" @@ -932,144 +932,144 @@ msgstr "Hovedindex" msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "neste" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "forrige" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -2729,42 +2729,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -3531,12 +3546,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo Binary files differindex dc4c9e693..28ba5b7fb 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 477257c37..818c6d778 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-16 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, 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:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -888,7 +888,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" @@ -934,144 +934,144 @@ msgstr "सामान्य अनुसुची" msgid "index" msgstr "अनुसुची" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "पछिल्लो" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "अघिल्लो" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -2731,42 +2731,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -3533,12 +3548,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo Binary files differindex c0c98790a..1461aadb7 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 63cb7938c..1cb2cc2b0 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" @@ -72,7 +72,7 @@ msgstr "'setup' gedefinieerd in conf.py is niet aanroepbaar (geen Python-callabl msgid "loading translations [%s]... " msgstr "laden van vertalingen [%s]... " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "klaar" @@ -199,27 +199,27 @@ msgstr "kan instelling %r niet overschrijven met zo'n waarde van een niet-onders msgid "unknown config value %r in override, ignoring" msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Ongeldige configuratiewaarde: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Configuratiewaarde %r was reeds aangevoerd" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -227,57 +227,57 @@ msgid "" "%s" msgstr "Een fout heeft zich voorgedaan in uw configuratiebestand:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Sectie %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Codefragment %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r onbekend, wordt genegeerd." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -500,17 +500,17 @@ msgstr "instelling %s.%s komt niet voor in de doorzochte thema configuraties" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, 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:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "thema met naam %r niet gevonden (ontbrekende theme.conf?)" @@ -793,22 +793,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -894,7 +894,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -904,7 +904,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -925,7 +925,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1102,7 +1102,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1155,66 +1155,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1233,135 +1233,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "pad naar doelmap" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1905,44 +1905,44 @@ msgstr "Returns" msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "member" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "variabele" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "functie" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2065,7 +2065,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "duplicaatlabel van formule %s, andere in %s" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2215,24 +2215,24 @@ msgstr "rol" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "omgevingsvariabele; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2248,79 +2248,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "woordenlijstterm" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "grammaticatoken" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "verwijzingslabel" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "omgevingsvariabele" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programmaoptie" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "document" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Module-index" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Zoekpagina" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "onderschrift ontbreekt voor link: %s" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2991,12 +2991,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3101,30 +3101,30 @@ msgstr "" msgid "References" msgstr "Verwijzingen" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3443,18 +3443,18 @@ msgstr "Zijpaneel inklappen" msgid "Contents" msgstr "Inhoudsopgave" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3518,16 +3518,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo Binary files differindex c1e7ed95e..7fd3952cc 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 9f4498b90..fe8999128 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,7 +887,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2984,12 +2984,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3094,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3436,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo Binary files differindex 67149ecaa..1378fa552 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 5ffe8f2a6..e98e9c2aa 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 02:45+0000\n" "Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" @@ -71,7 +71,7 @@ msgstr "“setup”, conforme definido atualmente em conf.py, não é um invocá msgid "loading translations [%s]... " msgstr "carregando traduções [%s]… " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "feito" @@ -198,27 +198,27 @@ msgstr "não é possível sobrescrever a configuração %r com tipo sem suporte, msgid "unknown config value %r in override, ignoring" msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Valor de configuração inexistente: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Valor da configuração %r já presente" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "Há um erro de sintaxe em seu arquivo de configuração: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "O arquivo de configuração (ou um dos módulos que ele importa) chamou sys.exit()" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -226,57 +226,57 @@ msgid "" "%s" msgstr "Há um erro de programável em seu arquivo de configuração:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "O valor da configuração “source_suffix” espera uma string, lista de strings ou dicionário. Mas “%r” é fornecido." -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Seção %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tabela %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Listagem %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "O valor da configuração “{name}” deve ser um entre {candidates}, mas “{current}” é fornecido." -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; esperava {permitted}." -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; o padrão é “{default.__name__}”." -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r não encontrado, ignorado." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -499,17 +499,17 @@ msgstr "a configuração %s.%s ocorre em nenhuma das configurações de tema pes msgid "unsupported theme option %r given" msgstr "sem suporte à opção de tema %r fornecida" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, 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:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "sphinx_rtd_theme (< 0.3.0) encontrado. Ele não estará disponível a partir do Sphinx-6.0" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nenhum tema chamado %r encontrado (faltando theme.conf?)" @@ -792,22 +792,22 @@ msgstr "lendo modelos… " msgid "writing message catalogs... " msgstr "escrevendo catálogos de mensagens… " -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "Procure por quaisquer erros na saída acima ou em %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "link quebrado: %s (%s)" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "Âncora “%s” não encontrada" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "Falha ao compilar regex em linkcheck_allowed_redirects: %r %s" @@ -893,7 +893,7 @@ msgid "The text files are in %(outdir)s." msgstr "Os arquivos texto estão em %(outdir)s." #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "erro ao escrever o arquivo %s: %s" @@ -903,7 +903,7 @@ msgstr "erro ao escrever o arquivo %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Os arquivos XML estão em %(outdir)s." -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Os arquivos pseudo-XML estão em %(outdir)s." @@ -924,7 +924,7 @@ 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:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1101,7 +1101,7 @@ 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:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1154,66 +1154,66 @@ 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/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "Ocorreu uma exceção enquanto compilava, iniciando depurador:" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "Interrompido!" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "Erro de marcação reST:" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "Erro de codificação:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "O rastro completo foi salvo em %s, caso você queira relatar o problema aos desenvolvedores." -#: sphinx/cmd/build.py:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "Erro de recursão:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "Isso pode acontecer com arquivos fonte muito grande e profundamente aninhados. Você pode aumentar com cuidado o limite padrão de recursão do Python de 1000 no conf.py com, por exemplo:" -#: sphinx/cmd/build.py:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "Ocorreu uma exceção:" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "Por favor, relate isso também se houver um erro do usuário, para que uma mensagem de erro melhor possa ser fornecida na próxima vez." -#: sphinx/cmd/build.py:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "Um relatório de erro pode ser preenchido no rastreador em <https://github.com/sphinx-doc/sphinx/issues>. Obrigado!" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "número de tarefas deve ser um número positivo" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "Para mais informações, visite <https://www.sphinx-doc.org/>." -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1232,135 +1232,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\nGera documentação de arquivos fonte.\n\nsphinx-build gera documentação a partir dos arquivos em SOURCEDIR e os coloca\nem OUTPUTDIR. Ele procura por \"conf.py\" em SOURCEDIR para a configuração\ndefinições. A ferramenta \"sphinx-quickstart\" pode ser usada para gerar\narquivos de modelo, incluindo \"conf.py\"\n\nsphinx-build pode criar documentação em diferentes formatos. Um formato é\nselecionado especificando o nome do construtor na linha de comandos; o padrão\né HTML. Os construtores também podem realizar outras tarefas relacionadas à\ndocumentação em processamento.\n\nPor padrão, tudo o que está desatualizado é construído. Saída apenas para\nselecionado os arquivos podem ser construídas especificando nomes de arquivos\nindividuais.\n" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "caminho para os arquivos-fonte da documentação" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "caminho para o diretório de saída" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "uma lista de arquivos específicos para recompilar. Ignorado se -a for especificado" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "opções gerais" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "compilador para usar (padrão: html)" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "escrever todos os arquivos (padrão: escrever apenas arquivos novos e alterados)" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "não usa um ambiente salvo, sempre lê todos os arquivos" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "caminho para o ambiente em cache e arquivos doctree (padrão: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "compila em paralelo com N processos onde possível (o valor especial “auto” será definido com N para número de CPUs)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "caminho no qual o arquivo de configuração (conf.py) está localizado (padrão: mesmo que SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "usa nenhum arquivo de configuração, apenas as opções -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "sobrescreve a configuração no arquivo de configuração" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "passa um valor para modelos em HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "define tag: inclui blocos “only” com TAG" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "modo exigente, avisa sobre todas as referências em falta" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "opções de saída do console" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "aumenta o nível de detalhamento (pode ser repetido)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "nenhuma saída para stdout, apenas avisos na stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "nenhuma saída, nem mesmo avisos" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "emite saída colorida (padrão: detectar automaticamente)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "não emite saída colorida (padrão: detectar automaticamente)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "escreve avisos (e erros) para o arquivo fornecido" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "transforma avisos em erros" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "com -W, segue em frente ao receber avisos" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "mostra rastro completo em exceção" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "executa Pdb na exceção" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "não foi possível localizar os arquivos %r" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "não é possível combinar a opção -a e nomes de arquivos" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "não foi possível abrir o arquivo de aviso %r: %s" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "o argumento da opção -D deve estar no formato nome=valor" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "o argumento da opção -A deve estar no formato nome=valor" @@ -1904,44 +1904,44 @@ msgstr "Retorna" msgid "Return type" msgstr "Tipo de retorno" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "variável" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "função" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "struct" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "união" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "parâmetro de função" @@ -2064,7 +2064,7 @@ 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:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "math_eqref_format inválido: %r" @@ -2214,24 +2214,24 @@ msgstr "papel" 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:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "váriavel de ambiente; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "%s opção de linha de comando" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "opção de linha de comando" @@ -2247,79 +2247,79 @@ msgstr "termos de glossário não devem ser separados por linhas vazias" msgid "glossary seems to be misformatted, check indentation" msgstr "o glossário parece estar mal formatado, confira o recuo" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "Glossário de Termos" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "termo gramatical" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "marca referencial" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "váriavel de ambiente" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "opção do programa" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "documento" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Índice do Módulo" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Busca" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "rótulo duplicada %s, outra instância em %s" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, 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:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig está desabilitado. :numref: é ignorado." -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, 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:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "o link não possui legenda: %s" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "numfig_format inválido: %s (%r)" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "numfig_format inválido: %s" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "rótulo não definido: %s" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "Falha ao criar uma referência cruzada. Título ou legenda não encontrado: %s" @@ -2990,12 +2990,12 @@ msgstr "falha ao analisar o nome %s" msgid "failed to import object %s" msgstr "falha ao importar o objecto %s" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: arquivo não encontrado: %s" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3100,30 +3100,30 @@ msgstr "Recebe" msgid "References" msgstr "Referências" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "Avisos" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "Yields" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "valor inválido definido (faltando chave de fechamento): %s" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "valor inválido definido (faltando chave de abertura): %s" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "string literal malformada (faltando aspas de fechamento): %s" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "string literal malformada (faltando aspas de abertura): %s" @@ -3442,18 +3442,18 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdos" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "Um índice de 4 colunas encontrado. Pode ser um erro de extensões que você usa: %r" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "Nota de rodapé [%s] não é referenciada." -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "Nota de rodapé [#] não é referenciada." @@ -3517,16 +3517,16 @@ 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:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "caracteres de origem não codificáveis, substituindo por “?”: %r" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "ignorado" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "falhou" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo Binary files differindex 76ae1730f..9150201a1 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 e1eae7d4e..e6cc865c0 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" @@ -71,7 +71,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "готово" @@ -198,27 +198,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Отсутствует ключ конфигурации %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Ключ конфигурации %r уже существует" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -226,57 +226,57 @@ msgid "" "%s" msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Раздел %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Рис. %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Таблица %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Список %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -499,17 +499,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -792,22 +792,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -893,7 +893,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -903,7 +903,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -924,7 +924,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1101,7 +1101,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1154,66 +1154,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1232,135 +1232,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "Не получается найти файлы %r" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "Невозможно совмещать ключ -a и названия файлов" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "Не получается открыть файл с предупреждениями %r:%s " -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1904,44 +1904,44 @@ msgstr "Результат" msgid "Return type" msgstr "Тип результата" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "поле" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "переменная" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "функция" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "перечисляемый тип" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "перечислитель" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2064,7 +2064,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "повторяющаяся метка уравнения %s, также используется в %s" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2214,24 +2214,24 @@ msgstr "роль" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "переменная окружения; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2247,79 +2247,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "элемент словаря" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "токен грамматики" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "текст ссылки" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "переменная окружения" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "опция программы" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "документ" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Состав модуля" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Поиск" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2990,12 +2990,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3100,30 +3100,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "Предупрждения" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3442,18 +3442,18 @@ msgstr "Свернуть боковую панель" msgid "Contents" msgstr "Содержание" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3517,16 +3517,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo Binary files differindex 72ed2e6d9..e67bb2ec4 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 d58ac1d20..cf68153d0 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Slovak (http://www.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" @@ -68,7 +68,7 @@ msgstr "'setup' definovaný v conf.py nie je funkciou. Prosím, upravte jeho def msgid "loading translations [%s]... " msgstr "načítanie prekladov [%s]…" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "hotovo" @@ -195,27 +195,27 @@ msgstr "nemožno prepísať konfiguračné nastavenie %r s nepodporovaným typom msgid "unknown config value %r in override, ignoring" msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Neznáma konfiguračná hodnota: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Konfiguračná hodnota %r už existuje" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "Vo svojom konfiguračnom súbore máte chybu: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Konfiguračný súbor (alebo jeden z modulov, ktoré importuje) volal sys.exit()" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -223,57 +223,57 @@ msgid "" "%s" msgstr "V konfiguračnom súbore je programová chyba:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "Konfiguračná hodnota „source_suffix” očakáva reťazec, zoznam reťazcov alebo slovník, ale zadali ste „%r”." -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Sekcia %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Obr. %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tabuľka %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Výpis %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "Konfiguračná hodnota `{name}` má byť jedno z {candidates}, ale je zadané `{current}`." -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}'; očakávané {permitted}." -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}', predvolene `{default.__name__}'." -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r nenájdená, ignorované." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -496,17 +496,17 @@ msgstr "nastavenie %s.%s nenájdené v žiadnom z nastavení témy" msgid "unsupported theme option %r given" msgstr "zadaná nepodporovaná voľba témy %r" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, 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:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "nájdená sphinx_rtd_theme (< 0.3.0). Táto nebude dostupná od Sphinx-6.0" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nebola nájdená téma smenom %r (chýbajúci theme.conf?)" @@ -631,7 +631,7 @@ msgstr "príprava dokumentov" msgid "duplicated ToC entry found: %s" msgstr "nájdená duplicitná položka Obsahu: %s" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "kopírovanie obrázkov…" @@ -641,7 +641,7 @@ 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:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ 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:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "neplatný css_file: %r, ignorovaný" @@ -789,22 +789,22 @@ msgstr "čítanie šablón… " msgid "writing message catalogs... " msgstr "zapisovanie katalógov správ…" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "Hľadajte akékoľvek chyby v predošlom výstupe alebo v %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "poškodený odkaz: %s (%s)" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "Kotva „%s” nenájdená" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -889,8 +889,8 @@ 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:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "chyba zápisu súboru %s: %s" @@ -900,7 +900,7 @@ msgstr "chyba zápisu súboru %s: %s" msgid "The XML files are in %(outdir)s." msgstr "Súbory XML sú v %(outdir)s." -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Súbory pseudo-XML sú v %(outdir)s." @@ -921,7 +921,7 @@ msgid "Failed to read build info file: %r" msgstr "Čítanie súboru zostavenia info zlyhalo: %r" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -935,144 +935,144 @@ msgstr "Všeobecný index" msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "ďalší" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "predošlý" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "generovanie indexov" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "zapisovanie dodatočných stránok" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "kopírovanie súborov na stiahnutie…" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, 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:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, 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:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "kopírovanie statických súborov" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "nemožno kopírovať statický súbor %r" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "kopírovanie extra súborov" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "nemožno kopírovať extra súbor %r" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, 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:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, 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:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "generovanie inventára objektov…" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "generovanie indexu hľadania v %s" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "neplatné js_file: %r, ignorované" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 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:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Zdaný neznámy math_renderer %r." -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, 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:1240 +#: sphinx/builders/html/__init__.py:1241 #, 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:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "položka „html_static_path” %r neexistuje" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, 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:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "súbor loga %r neexistuje" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "súbor favicon %r neexistuje" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks bolo označené za zastarané od v3.5.0. Prosím, použite namiesto toho html_permalinks a html_permalinks_icon." -#: sphinx/builders/html/__init__.py:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "Dokumentácia %s %s" @@ -1098,7 +1098,7 @@ 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:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1151,66 +1151,66 @@ msgstr "%r nemá nastavenia „theme”" msgid "%r doesn't have \"%s\" setting" msgstr "téma %r nemá nastavenie „1%s”" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "Počas zostavenia sa vyskytla výnimka, spúšťam ladenie:" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "Prerušené!" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "Chyba značky reST:" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "Chyba kódovania:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "Úplný záznam chýb bol zapísaný v %s, ak chcete nahlásiť problém vývojárom." -#: sphinx/cmd/build.py:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "Chyba rekurzie:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "Toto môže nastať s veľmi veľkými alebo príliš hlboko vnáranými zdrojovými súbormi. môžete opatrne zvýšiť predvolenú hodnotu limitu rekurzie Python z 1000 v conf.py, napr.:" -#: sphinx/cmd/build.py:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "Nastala výnimka:" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "Prosím, nahláste to, i keď to bola chyba používateľa, aby mohla byť nabudúce poskytnutá lepšia chybová správa." -#: sphinx/cmd/build.py:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "Hlásenie o chybe možno vyplniť na <https://github.com/sphinx-doc/sphinx/issues>. Ďakujeme!" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "počet úloh musí byť kladné číslo" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1229,135 +1229,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\nGeneruje dokumentáciu zo zdrojových súborov.\n\nsphinx-build generuje dokumentáciu zo súborov v SOURCEDIR a umiestni ju\nv OUTPUTDIR. Konfiguračné voľby hľadá v 'conf.py' v SOURCEDIR.\nNa generovanie súborov šablón, vrátane 'conf.py' možno použiť nástroj\n'sphinx-quickstart'\n\nsphinx-build dokáže vytvoriť dokumentáciu v rôznych formátoch. Formát je\nzvolený zadaním mena zostavovača v príkazovom riadku; predvolene\nHTML. Zostavovače môžu vykonávať aj iné úlohy, ktoré súvisia so spracovaním\ndokuemntácie.\n\nPredvolene je zostavené všetko, čo bolo zmenené. Výstup len zvolených súborov\nmôže byť zostavený zadaním jednotlivých mien súborov.\n" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "cesta k zdrojovým súborom dokumentácie" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "cesta k výstupnej zložke" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "zoznam špecifických súborov na zostavenie, ignorovaný ak je použité -a" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "všeobecné voľby" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "použitý zostavovač (predvolený: html)" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "zapísať všetky súbory (predvolene: zapísať len nové a zmenené súbory)" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "nepoužívať uložené prostredie, vždy čítať všetky súbory" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "cesta uloženého prostredia a súbory doctree (predvolene: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "zostaviť paralelne s N procesmi možné (špeciálna hodnota „auto” nastaví N na počet CPU)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "cesta k adresáru s konfiguračným súborom (conf.py) (predvolene: rovnaké ako SOURCEDIR)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "vôbec nepoužiť konfiguračný súbor, len voľby -D" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "prepíše nastavenie konfiguračného súboru" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "pošle hodnotu do šablón HTML" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "hnidopichný režim, upozorniť na všetky chýbajúce prepojenia" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "voľby výstupu konzoly" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "zvýšiť rozvláčnosť (možno opakovať)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "žiadny výstup, len upozornenia na stderr" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "vôbec žiadny výstup, ani upozornenia" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "zapísať varovania (a chyby) do zadaného súboru" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "prepnúť upozornenia na chyby" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "s -W, pokračovať po upozornení" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "pri výnimke zobraziť úplné chybové hlásenie" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "pri výnimke spustiť Pdb" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "nemožno nájsť súbory %r" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "nemožno kombinovať voľbu -a a mená súborov" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "nemožno otvoriť súbor varovaní %r: %s" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "argument voľby -D musí byť v tvare meno=hodnota" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "argument voľby -A musí byť v tvare meno=hodnota" @@ -1901,44 +1901,44 @@ msgstr "Vracia" msgid "Return type" msgstr "Návratový typ" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "člen" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "premenná" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funkcia" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "parameter funkcie" @@ -2061,7 +2061,7 @@ 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:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "neplatný math_eqref_format: %r" @@ -2211,24 +2211,24 @@ msgstr "rola" msgid "duplicate description of %s %s, other instance in %s" msgstr "duplicitný popis %s %s, ďalší výskyt v %s" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "premenná prostredia; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "%s voľba príkazového riadka" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "voľba príkazového riadka" @@ -2244,79 +2244,79 @@ msgstr "položky glosára nesmú byť oddelené prázdnymi riadkami" msgid "glossary seems to be misformatted, check indentation" msgstr "glosár vyzerá byť zle naformátovaný, skontrolujte odsadenie" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "termín glosára" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "jazykový token" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "menovka odkazu" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "premenná prostredia" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "voľba programu" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Index modulov" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Stránka hľadania" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "duplicitná menovka %s, ďalší výskyt v %s" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, 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:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig je vypnutý, :numref: je ignorované." -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, 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:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "odkaz nemá popisok: %s" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "neplatný numfig_format: %s (%r)" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "neplatný numfig_format: %s" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "nedefinovaná menovka: %s" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "Zlyhalo vytvorenie krížového odkazu. nenájdení názov alebo titulok: %s" @@ -2732,42 +2732,57 @@ msgstr "vnorený latex %r: %s" msgid "Permalink to this equation" msgstr "Trvalý odkaz na tento vzorec" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "inventár intersphinx bol presunutý: %s -> %s" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "načítanie inventára intersphinx z %s..." -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 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:225 +#: sphinx/ext/intersphinx.py:230 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:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "(v %s)" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "identifikátor intersphinx %rnie je raťzec, ignorované" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "Zlyhalo čítanie intersphinx_mapping[%s], ignorované: %r" @@ -2987,12 +3002,12 @@ msgstr "zlyhalo spracovanie mena %s" msgid "failed to import object %s" msgstr "zlyhal import objektu %s" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: súbor nenájdený: %s" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3097,30 +3112,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "Varovania" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "neplatná hodnota množiny (chýba koncová zátvorka): %s" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "neplatná hodnota množiny (chýba začiatočná zátvorka): %s" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "neplatná textová konštanta (chýba koncová úvodzovka): %s" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %s" @@ -3439,18 +3454,18 @@ msgstr "Zbaliť bočný panel" msgid "Contents" msgstr "Obsah" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "Poznámka pod čiarou [#] nie je odkazovaná." @@ -3514,16 +3529,16 @@ 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:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "nedekódovateľné zdrojové znaky, nahradené „?”: %r" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "preskočené" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "zlyhalo" @@ -3534,12 +3549,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "neznáma direktíva alebo meno role: %s:%s" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "neznámy typ uzla: %r" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo Binary files differindex 2ba41d8e0..e52de0ca6 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 9dc5eac0f..e21d5ac9d 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Slovenian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,7 +887,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "Vrne" msgid "Return type" msgstr "Vrne tip" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "član" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "okoljska spremenljivka; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "okoljska spremenljivka" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Seznam modulov" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Iskalnik" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2984,12 +2984,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3094,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3436,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index fc6370222..93eafd0d5 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 4.4.0\n" +"Project-Id-Version: Sphinx 4.5.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-16 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+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" @@ -628,7 +628,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -638,7 +638,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, 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:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -892,7 +892,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" @@ -938,144 +938,144 @@ msgstr "" msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -2746,42 +2746,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had " "working alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -3550,12 +3565,12 @@ msgid "" "is not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo Binary files differindex 656ba0d19..2bc7cf92d 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 b0c099773..63181e8c1 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Serbian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" @@ -67,7 +67,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "учитавање превода [%s]... " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "готово" @@ -194,27 +194,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -222,57 +222,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Одељак %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Сл. %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Табела %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Списак %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -495,17 +495,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -788,22 +788,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -889,7 +889,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -899,7 +899,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -920,7 +920,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1097,7 +1097,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1150,66 +1150,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1228,135 +1228,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "Резултат" msgid "Return type" msgstr "Тип резултата" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "променљива" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2210,24 +2210,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "променљива окружења; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2243,79 +2243,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "документ" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2986,12 +2986,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3096,30 +3096,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "Упозорења" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3438,18 +3438,18 @@ msgstr "" msgid "Contents" msgstr "Садржај" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3513,16 +3513,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo Binary files differindex 62f460ac6..dd0f37d71 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 abe22be74..6ac410062 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Serbian (Serbia) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,7 +887,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2984,12 +2984,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3094,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3436,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo Binary files differindex 20d4aef14..a3f13bf22 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 cf32b11b5..b830c1a79 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Swedish (http://www.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -628,7 +628,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -638,7 +638,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -763,7 +763,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -886,8 +886,8 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -932,144 +932,144 @@ msgstr "Huvudindex" msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "nästa" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "föregående" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "Returnerar" msgid "Return type" msgstr "Returtyp" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "roll" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "miljövariabel; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "ordlista" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "grammatisk token" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "referensetikett" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "miljövariabel" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "programväxel" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Söksida" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2729,42 +2729,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2984,12 +2999,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3109,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3451,18 @@ msgstr "Dölj sidolist" msgid "Contents" msgstr "Innehåll" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3526,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" @@ -3531,12 +3546,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo Binary files differindex 6990462ae..148105cb2 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 6fe88e0d1..e2a7f68fa 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Tamil (http://www.transifex.com/sphinx-doc/sphinx-1/language/ta/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -888,7 +888,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2985,12 +2985,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3095,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3437,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3512,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo Binary files differindex 58166ca8b..f3421986c 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 e1ac1e170..5d723622d 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Telugu (http://www.transifex.com/sphinx-doc/sphinx-1/language/te/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,7 +887,7 @@ msgid "The text files are in %(outdir)s." msgstr "" #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2984,12 +2984,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3094,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3436,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3511,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo Binary files differindex a690ab4df..8c6889b02 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 38b74cffc..26a0864d8 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-16 00:12+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" @@ -69,7 +69,7 @@ msgstr "Şu anda conf.py dosyasında tanımlanan 'kurulum' çağrılabilir bir P msgid "loading translations [%s]... " msgstr "çeviriler yükleniyor [%s]... " -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "bitti" @@ -196,27 +196,27 @@ msgstr "desteklenmeyen tür ile yapılandırma ayarı %r geçersiz kılınamaz, msgid "unknown config value %r in override, ignoring" msgstr "geçersiz kılmada bilinmeyen yapılandırma değeri %r, yoksayılıyor" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "Böyle bir yapılandırma değeri yok: %s" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "Yapılandırma değeri %r zaten mevcut" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "Yapılandırma dosyanızda bir sözdizimi hatası var: %s\n" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Yapılandırma dosyası (veya içe aktarılan modüllerden biri) sys.exit() olarak adlandırılır" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -224,57 +224,57 @@ msgid "" "%s" msgstr "Yapılandırma dosyanızda programlanabilir bir hata var:\n\n%s" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "'source_suffix' yapılandırma değeri bir dizgi, dizgiler listesi ya da sözlük bekler. Ama '%r' verilir." -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "Bölüm %s" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "Şekil %s" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "Tablo %s" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "Listeleme %s" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "`{name}` yapılandırma değeri, {candidates} geğerlrinden biri olmak zorundadır, ancak `{current}` değeridir." -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "`{name}' yapılandırma değeri `{current.__name__}' türüne sahip; beklenen {permitted}." -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "`{name}' yapılandırma değeri `{current.__name__}' türüne sahip, vassayılanları `{default.__name__}'." -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "primary_domain %r bulunamadı, yoksayıldı." -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -497,17 +497,17 @@ msgstr "%s.%s ayarı, aranan tema yapılandırmalarının hiçbirinde meydana ge msgid "unsupported theme option %r given" msgstr "desteklenmeyen tema seçeneği %r verildi" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, 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:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "%r adında bulunan tema yok (eksik theme.conf?)" @@ -790,22 +790,22 @@ msgstr "şablonlar okunuyor..." msgid "writing message catalogs... " msgstr "ileti katalogları yazılıyor..." -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "Yukarıdaki çıktıda veya %(outdir)s/output.txt içinde herhangi bir hata arayın" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "bozuk bağlantı: %s (%s)" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "Bağlayıcı '%s' bulunamadı" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -891,7 +891,7 @@ msgid "The text files are in %(outdir)s." msgstr "Metin dosyaları %(outdir)s içinde." #: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "%s dosyası yazılırken hata oldu: %s" @@ -901,7 +901,7 @@ msgstr "%s dosyası yazılırken hata oldu: %s" msgid "The XML files are in %(outdir)s." msgstr "XML dosyaları %(outdir)s içinde." -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "Pseudo-XML dosyaları %(outdir)s içinde." @@ -922,7 +922,7 @@ 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:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -1099,7 +1099,7 @@ 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:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1152,66 +1152,66 @@ msgstr "%r, \"theme\" ayarına sahip değil" msgid "%r doesn't have \"%s\" setting" msgstr "%r, \"%s\" ayarına sahip değil" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "Oluşturulurken meydana gelen özel durum, hata ayıklayıcı başlatılıyor:" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "Yarıda kesildi!" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "reST biçimlendirme hatası:" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "Kodlama hatası:" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "Sorunu geliştiricilere bildirmek istiyorsanız, tam geri izleme %s içine kaydedildi." -#: sphinx/cmd/build.py:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "Tekrarlama hatası:" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "Özel durum meydana geldi:" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "Bir dahaki sefere daha iyi bir hata iletisi sağlanabilmesi için lütfen bunu bir kullanıcı hatasıysa da bildirin." -#: sphinx/cmd/build.py:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "Bir hata raporu <https://github.com/sphinx-doc/sphinx/issues> adresindeki izleyicide dosyalanabilir. Teşekkürler!" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "iş numarası pozitif bir sayı olmalıdır" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1230,135 +1230,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "belgelendirme kaynak dosyaları için yol" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "çıktı dizini için yol" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "yeniden oluşturmak için belirli dosyaların listesi. Belirtildiyse yoksayıldı" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "genel seçenekler" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "kullanmak için oluşturucu (varsayılan: html)" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "tüm dosyaları yaz (varsayılan: sadece yeni ve değiştirilmiş dosyaları yaz)" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "kaydedilmiş bir ortam kullanma, her zaman tüm dosyaları oku" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "önbelleklenen ortam ve doctree dosyaları için yol (varsayılan: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "mümkünse N işlem ile paralel olarak oluştur (özel değer \"auto\" N miktarını cpu-count değerine ayarlayacak)" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "yapılandırma dosyasının (conf.py) bulunduğu yol (varsayılan: SOURCEDIR ile aynı)" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "hiç yapılandırma dosyası kullanmadan, sadece -D seçenekleri" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "yapılandırma dosyasındaki bir ayarı geçersiz kıl" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "HTML şablonlarına bir değer geçir" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "etiketi tanımla: \"sadece\" TAG'li blokları dahil et" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "nit-picky kipi, tüm eksik kaynaklar hakkında uyar" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "konsol çıktısı seçenekleri" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "ayrıntı seviyesini artır (tekrarlanabilir)" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "stdout üzerinde çıktı yok, stderr üzerinde sadece uyarılar" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "hiç çıktı yok, hatta uyarılarda bile" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "verilen dosyaya uyarıları (ve hataları) yaz" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "uyarıları hatalara dönüştür" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "-W ile, uyarıları alırken devam et" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "özel durumda tam geri izleme göster" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "özel durumda Pdb çalıştır" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "%r dosyaları bulunamıyor" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "-a seçeneği ve dosya adları birleştirilemiyor" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "uyarı dosyası %r açılamıyor: %s" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "-D seçeneği bağımsız değişkeni ad=değer biçiminde olmak zorundadır" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "-A seçeneği bağımsız değişkeni ad=değer biçiminde olmak zorundadır" @@ -1902,44 +1902,44 @@ msgstr "Dönüşler" msgid "Return type" msgstr "Dönüş türü" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "üyesi" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "değişkeni" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "işlevi" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "makrosu" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "birliği" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "numaralandırıcı" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "türü" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2062,7 +2062,7 @@ 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:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Geçersiz math_eqref_format: %r" @@ -2212,24 +2212,24 @@ msgstr "rolü" 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:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "ortam değişkeni; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "%s komut satırı seçeneği" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "komut satırı seçeneği" @@ -2245,79 +2245,79 @@ msgstr "sözlük terimleri boş satırlarla ayrılmamak zorundadır" 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:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "sözlük terimi" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "dilbilgisi belirteci" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "başvuru etiketi" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "ortam değişkeni" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "program seçeneği" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "belge" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "Modül Dizini" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Arama Sayfası" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "%s kopya etiketi, %s içindeki diğer örnek" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, 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:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "bağlantının resim yazısı yok: %s" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "geçersiz numfig_format: %s (%r)" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "geçersiz numfig_format: %s" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2988,12 +2988,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3098,30 +3098,30 @@ msgstr "" msgid "References" msgstr "Kaynaklar" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "Uyarılar" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "Getiriler" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3440,18 +3440,18 @@ msgstr "Yan çubuğu daralt" msgid "Contents" msgstr "İçindekiler" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3515,16 +3515,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "Bilinmeyen resim biçimi: %s..." -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "atlandı" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "başarısız oldu" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo Binary files differindex 848afa2ed..c25069a66 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 85574c970..42a75e0f2 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-16 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" @@ -629,7 +629,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -639,7 +639,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -764,7 +764,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -887,7 +887,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" @@ -933,144 +933,144 @@ msgstr "Загальний індекс" msgid "index" msgstr "індекс" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "наступний" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "попередній" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -2730,42 +2730,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -3532,12 +3547,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo Binary files differindex 3854364d6..e17f50920 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 22bc490f1..abd3ece9d 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-16 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Urdu (http://www.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n" @@ -628,7 +628,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -638,7 +638,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -763,7 +763,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -886,7 +886,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" @@ -932,144 +932,144 @@ msgstr "" msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -2729,42 +2729,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -3531,12 +3546,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo Binary files differindex 1fb39989a..61b806f06 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 5a918e428..eb77dfc44 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Vietnamese (http://www.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" @@ -66,7 +66,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -193,27 +193,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -221,57 +221,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -494,17 +494,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -629,7 +629,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -639,7 +639,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -764,7 +764,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -787,22 +787,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -887,8 +887,8 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -898,7 +898,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -919,7 +919,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -933,144 +933,144 @@ msgstr "Chỉ mục chung" msgid "index" msgstr "chỉ mục" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "xem tiếp" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "xem lại" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "Tài liệu %s %s" @@ -1096,7 +1096,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1149,66 +1149,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1227,135 +1227,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1899,44 +1899,44 @@ msgstr "Trả về" msgid "Return type" msgstr "Kiểu trả về" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "thuộc tính" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "biến" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "hàm" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "kiểu" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2059,7 +2059,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2209,24 +2209,24 @@ msgstr "vai trò" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "các biến môi trường; %s" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2242,79 +2242,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "chú giải thuật ngữ" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2730,42 +2730,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2985,12 +3000,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3095,30 +3110,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3437,18 +3452,18 @@ msgstr "" msgid "Contents" msgstr "Nội dung" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3512,16 +3527,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" @@ -3532,12 +3547,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo Binary files differindex 14d0995ed..9d45a0aea 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 ab07aa1b3..4a0d67518 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-01-09 00:12+0000\n" +"POT-Creation-Date: 2022-01-23 00:11+0000\n" "PO-Revision-Date: 2022-01-02 00:12+0000\n" "Last-Translator: Komiya Takeshi <i.tkomiya@gmail.com>\n" "Language-Team: Cantonese (http://www.transifex.com/sphinx-doc/sphinx-1/language/yue/)\n" @@ -65,7 +65,7 @@ msgstr "" msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:290 sphinx/util/__init__.py:539 +#: sphinx/application.py:290 sphinx/util/__init__.py:540 msgid "done" msgstr "" @@ -192,27 +192,27 @@ msgstr "" msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:258 +#: sphinx/config.py:269 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:282 +#: sphinx/config.py:293 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:331 +#: sphinx/config.py:342 #, python-format msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:334 +#: sphinx/config.py:345 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:341 +#: sphinx/config.py:352 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -220,57 +220,57 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:367 +#: sphinx/config.py:378 #, python-format msgid "" "The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:386 +#: sphinx/config.py:397 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:387 +#: sphinx/config.py:398 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:388 +#: sphinx/config.py:399 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:389 +#: sphinx/config.py:400 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:426 +#: sphinx/config.py:437 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:444 +#: sphinx/config.py:455 msgid "" "The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:457 +#: sphinx/config.py:468 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:467 +#: sphinx/config.py:478 #, python-format msgid "primary_domain %r not found, ignored." msgstr "" -#: sphinx/config.py:479 +#: sphinx/config.py:490 msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." @@ -493,17 +493,17 @@ msgstr "" msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:228 +#: sphinx/theming.py:229 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:243 +#: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" msgstr "" -#: sphinx/theming.py:248 +#: sphinx/theming.py:249 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" @@ -628,7 +628,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:730 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:731 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -638,7 +638,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:738 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:739 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -763,7 +763,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1122 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -786,22 +786,22 @@ msgstr "" msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/linkcheck.py:119 +#: sphinx/builders/linkcheck.py:132 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:270 #, python-format msgid "broken link: %s (%s)" msgstr "" -#: sphinx/builders/linkcheck.py:456 +#: sphinx/builders/linkcheck.py:469 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:701 +#: sphinx/builders/linkcheck.py:714 #, python-format msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" @@ -886,8 +886,8 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1074 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:91 +#: sphinx/builders/html/__init__.py:1075 sphinx/builders/text.py:77 +#: sphinx/builders/xml.py:94 #, python-format msgid "error writing file %s: %s" msgstr "" @@ -897,7 +897,7 @@ msgstr "" msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:103 +#: sphinx/builders/xml.py:106 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" @@ -918,7 +918,7 @@ msgid "Failed to read build info file: %r" msgstr "" #: sphinx/builders/html/__init__.py:469 sphinx/builders/latex/__init__.py:187 -#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 +#: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:234 #, python-format msgid "%b %d, %Y" @@ -932,144 +932,144 @@ msgstr "" msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:551 +#: sphinx/builders/html/__init__.py:552 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:560 +#: sphinx/builders/html/__init__.py:561 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:654 +#: sphinx/builders/html/__init__.py:655 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:669 +#: sphinx/builders/html/__init__.py:670 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:748 +#: sphinx/builders/html/__init__.py:749 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:756 +#: sphinx/builders/html/__init__.py:757 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:788 sphinx/builders/html/__init__.py:800 +#: sphinx/builders/html/__init__.py:789 sphinx/builders/html/__init__.py:801 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:821 +#: sphinx/builders/html/__init__.py:822 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:837 +#: sphinx/builders/html/__init__.py:838 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:842 +#: sphinx/builders/html/__init__.py:843 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:848 +#: sphinx/builders/html/__init__.py:849 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:855 +#: sphinx/builders/html/__init__.py:856 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:903 +#: sphinx/builders/html/__init__.py:904 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:964 +#: sphinx/builders/html/__init__.py:965 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1057 +#: sphinx/builders/html/__init__.py:1058 #, python-format msgid "" "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:1062 +#: sphinx/builders/html/__init__.py:1063 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1091 +#: sphinx/builders/html/__init__.py:1092 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1096 +#: sphinx/builders/html/__init__.py:1097 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1138 +#: sphinx/builders/html/__init__.py:1139 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1225 +#: sphinx/builders/html/__init__.py:1226 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1228 +#: sphinx/builders/html/__init__.py:1229 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1237 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1240 +#: sphinx/builders/html/__init__.py:1241 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1250 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1253 +#: sphinx/builders/html/__init__.py:1254 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1262 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1263 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1271 +#: sphinx/builders/html/__init__.py:1272 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1291 +#: sphinx/builders/html/__init__.py:1292 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:1317 +#: sphinx/builders/html/__init__.py:1318 #, python-format msgid "%s %s documentation" msgstr "" @@ -1095,7 +1095,7 @@ msgstr "" msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:596 #: sphinx/templates/latex/latex.tex_t:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1148,66 +1148,66 @@ msgstr "" msgid "%r doesn't have \"%s\" setting" msgstr "" -#: sphinx/cmd/build.py:38 +#: sphinx/cmd/build.py:40 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:48 +#: sphinx/cmd/build.py:50 msgid "Interrupted!" msgstr "" -#: sphinx/cmd/build.py:50 +#: sphinx/cmd/build.py:52 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:56 +#: sphinx/cmd/build.py:58 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#: sphinx/cmd/build.py:61 sphinx/cmd/build.py:76 #, 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:63 +#: sphinx/cmd/build.py:65 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:66 +#: sphinx/cmd/build.py:68 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:71 +#: sphinx/cmd/build.py:73 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:77 +#: sphinx/cmd/build.py:79 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:80 +#: sphinx/cmd/build.py:82 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" msgstr "" -#: sphinx/cmd/build.py:96 +#: sphinx/cmd/build.py:98 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:104 sphinx/cmd/quickstart.py:470 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:470 #: sphinx/ext/apidoc.py:307 sphinx/ext/autosummary/generate.py:623 msgid "For more information, visit <https://www.sphinx-doc.org/>." msgstr "" -#: sphinx/cmd/build.py:105 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1226,135 +1226,135 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:126 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:128 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:130 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:133 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:138 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:141 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:151 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:154 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:165 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:168 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:170 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:330 +#: sphinx/cmd/build.py:174 sphinx/ext/apidoc.py:330 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:177 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:185 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:187 +#: sphinx/cmd/build.py:189 msgid "with -W, keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:223 +#: sphinx/cmd/build.py:225 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:226 +#: sphinx/cmd/build.py:228 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:245 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:255 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:262 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" @@ -1898,44 +1898,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7675 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7675 msgid "member" msgstr "" -#: sphinx/domains/c.py:3757 +#: sphinx/domains/c.py:3756 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7674 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7674 #: sphinx/domains/javascript.py:340 sphinx/domains/python.py:1203 msgid "function" msgstr "" -#: sphinx/domains/c.py:3759 +#: sphinx/domains/c.py:3758 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3760 +#: sphinx/domains/c.py:3759 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7673 +#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7673 msgid "union" msgstr "" -#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7678 +#: sphinx/domains/c.py:3761 sphinx/domains/cpp.py:7678 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7679 +#: sphinx/domains/c.py:3762 sphinx/domains/cpp.py:7679 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3764 sphinx/domains/cpp.py:7676 +#: sphinx/domains/c.py:3763 sphinx/domains/cpp.py:7676 msgid "type" msgstr "" -#: sphinx/domains/c.py:3766 sphinx/domains/cpp.py:7681 +#: sphinx/domains/c.py:3765 sphinx/domains/cpp.py:7681 msgid "function parameter" msgstr "" @@ -2058,7 +2058,7 @@ msgstr "" msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2071 +#: sphinx/domains/math.py:119 sphinx/writers/latex.py:2069 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -2208,24 +2208,24 @@ msgstr "" msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:101 sphinx/domains/std.py:118 +#: sphinx/domains/std.py:100 sphinx/domains/std.py:117 #, python-format msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:192 +#: sphinx/domains/std.py:191 #, 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:243 +#: sphinx/domains/std.py:242 #, python-format msgid "%s command line option" msgstr "" -#: sphinx/domains/std.py:245 +#: sphinx/domains/std.py:244 msgid "command line option" msgstr "" @@ -2241,79 +2241,79 @@ msgstr "" msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: sphinx/domains/std.py:563 +#: sphinx/domains/std.py:555 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:564 +#: sphinx/domains/std.py:556 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:565 +#: sphinx/domains/std.py:557 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:567 +#: sphinx/domains/std.py:559 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:568 +#: sphinx/domains/std.py:560 msgid "program option" msgstr "" -#: sphinx/domains/std.py:569 +#: sphinx/domains/std.py:561 msgid "document" msgstr "" -#: sphinx/domains/std.py:605 +#: sphinx/domains/std.py:597 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:606 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:598 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:655 sphinx/domains/std.py:764 +#: sphinx/domains/std.py:647 sphinx/domains/std.py:756 #: sphinx/ext/autosectionlabel.py:51 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:674 +#: sphinx/domains/std.py:666 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:872 +#: sphinx/domains/std.py:864 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:880 +#: sphinx/domains/std.py:872 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: sphinx/domains/std.py:892 +#: sphinx/domains/std.py:884 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:906 +#: sphinx/domains/std.py:898 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:909 +#: sphinx/domains/std.py:901 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/domains/std.py:1122 +#: sphinx/domains/std.py:1114 #, python-format msgid "undefined label: %s" msgstr "" -#: sphinx/domains/std.py:1124 +#: sphinx/domains/std.py:1116 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %s" msgstr "" @@ -2729,42 +2729,57 @@ msgstr "" msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:174 +#: sphinx/ext/intersphinx.py:179 #, python-format msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:205 +#: sphinx/ext/intersphinx.py:210 #, python-format msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:219 +#: sphinx/ext/intersphinx.py:224 msgid "" "encountered some issues with some of the inventories, but they had working " "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:225 +#: sphinx/ext/intersphinx.py:230 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:270 +#: sphinx/ext/intersphinx.py:275 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:272 +#: sphinx/ext/intersphinx.py:277 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:476 +#: sphinx/ext/intersphinx.py:501 +#, python-format +msgid "inventory for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:507 +#, python-format +msgid "role for external cross-reference not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:594 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:619 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:489 +#: sphinx/ext/intersphinx.py:632 #, python-format msgid "Failed to read intersphinx_mapping[%s], ignored: %r" msgstr "" @@ -2984,12 +2999,12 @@ msgstr "" msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:817 +#: sphinx/ext/autosummary/__init__.py:815 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:825 +#: sphinx/ext/autosummary/__init__.py:823 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." @@ -3094,30 +3109,30 @@ msgstr "" msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:801 +#: sphinx/ext/napoleon/docstring.py:799 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:805 +#: sphinx/ext/napoleon/docstring.py:803 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:973 +#: sphinx/ext/napoleon/docstring.py:971 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:980 +#: sphinx/ext/napoleon/docstring.py:978 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:987 +#: sphinx/ext/napoleon/docstring.py:985 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:994 +#: sphinx/ext/napoleon/docstring.py:992 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3436,18 +3451,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:224 +#: sphinx/transforms/__init__.py:225 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:263 +#: sphinx/transforms/__init__.py:264 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:269 +#: sphinx/transforms/__init__.py:270 msgid "Footnote [#] is not referenced." msgstr "" @@ -3511,16 +3526,16 @@ msgstr "" msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/__init__.py:284 +#: sphinx/util/__init__.py:285 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/__init__.py:532 +#: sphinx/util/__init__.py:533 msgid "skipped" msgstr "" -#: sphinx/util/__init__.py:537 +#: sphinx/util/__init__.py:538 msgid "failed" msgstr "" @@ -3531,12 +3546,12 @@ msgid "" "not in the domain." msgstr "" -#: sphinx/util/docutils.py:213 +#: sphinx/util/docutils.py:233 #, python-format msgid "unknown directive or role name: %s:%s" msgstr "" -#: sphinx/util/docutils.py:500 +#: sphinx/util/docutils.py:523 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo Binary files differindex f32523ef3..8d7912174 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 0d903dcb4..8a7bb0808 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -12,6 +12,7 @@ # Nomaka <nomakacyx@gmail.com>, 2018 # Lenville Leo <lenville@gmail.com>, 2013 # Lenville Leo <lenville@gmail.com>, 2013 +# Lu <lu2github@gmail.com>, 2022 # Nomaka <nomakacyx@gmail.com>, 2018 # Ryekee Zhong <ryekee@gmail.com>, 2013 # Komiya Takeshi <i.tkomiya@gmail.com>, 2019,2021 @@ -24,8 +25,8 @@ msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2022-01-16 00:12+0000\n" -"PO-Revision-Date: 2022-01-10 05:20+0000\n" -"Last-Translator: JY3\n" +"PO-Revision-Date: 2022-01-20 05:42+0000\n" +"Last-Translator: Lu <lu2github@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +43,7 @@ msgstr "无法找到源码目录 (%s)" #: sphinx/application.py:160 #, python-format msgid "Output directory (%s) is not a directory" -msgstr "" +msgstr "输出目录(%s)不是一个目录" #: sphinx/application.py:164 msgid "Source directory and destination directory cannot be identical" @@ -290,7 +291,7 @@ msgstr "未找到 primary_domain %r,已忽略。" msgid "" "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " "\"root_doc = 'contents'\" to your conf.py." -msgstr "" +msgstr "从 v2.0, Sphinx 默认使用 \"index\" 作为 root_doc。请在你的 conf.py 添加 \"root_doc = 'contents'\"。" #: sphinx/events.py:67 #, python-format @@ -305,7 +306,7 @@ msgstr "未知事件名称:%s" #: sphinx/events.py:109 #, python-format msgid "Handler %r for event %r threw an exception" -msgstr "" +msgstr "%r Handler 对事件 %r 抛出了异常" #: sphinx/extension.py:52 #, python-format @@ -336,7 +337,7 @@ msgstr "无法按照“%s”语言的词法解析代码块,跳过语法高亮 msgid "" "multiple files found for the document \"%s\": %r\n" "Use %r for the build." -msgstr "" +msgstr "为 \"%s\" 找到了多个文件: %r\n使用 %r 进行构建。" #: sphinx/project.py:59 msgid "document not readable. Ignored." @@ -430,7 +431,7 @@ msgstr "可数节点 %r 已注册" #: sphinx/registry.py:411 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "公式渲染器 %s 已注册" #: sphinx/registry.py:424 #, python-format @@ -477,12 +478,12 @@ msgstr "Python 提高建议; PEP %s" #: sphinx/roles.py:193 #, python-format msgid "invalid PEP number %s" -msgstr "" +msgstr "无效的 PEP 编号%s" #: sphinx/roles.py:227 #, python-format msgid "invalid RFC number %s" -msgstr "" +msgstr "无效的 RFC 编号 %s" #: sphinx/theming.py:80 #, python-format @@ -517,7 +518,7 @@ msgstr "主题路径指定的文件 %r 是一个无效的或不包含主题的 #: sphinx/theming.py:244 msgid "" "sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0" -msgstr "" +msgstr "检测到 sphinx_rtd_theme (< 0.3.0) 。它从 Sphinx-6.0 后不再可用" #: sphinx/theming.py:249 #, python-format |