diff options
149 files changed, 4867 insertions, 4724 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/builddoc.yml b/.github/workflows/builddoc.yml index b045fcfc2..3e1225c91 100644 --- a/.github/workflows/builddoc.yml +++ b/.github/workflows/builddoc.yml @@ -2,6 +2,9 @@ name: Build document on: [push, pull_request] +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 091abd5c2..c98ff3620 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,6 +2,9 @@ name: Coverage on: [push] +permissions: + contents: read + jobs: coverage: runs-on: ubuntu-latest diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2da2ad3ea..12ac825fb 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -5,8 +5,13 @@ on: tags: - "v*.*.*" +permissions: + contents: read + jobs: create-release: + permissions: + contents: write # for softprops/action-gh-release to create GitHub release runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/docutils-latest.yml b/.github/workflows/docutils-latest.yml index 7a730d657..91d9a4197 100644 --- a/.github/workflows/docutils-latest.yml +++ b/.github/workflows/docutils-latest.yml @@ -5,6 +5,9 @@ on: - cron: "0 0 * * SUN" workflow_dispatch: +permissions: + contents: read + jobs: test: if: github.repository_owner == 'sphinx-doc' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 48c21510a..5e583d7b6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,6 +2,9 @@ name: Lint source code on: [push, pull_request] +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 583f64fd0..e24c068d1 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -13,8 +13,8 @@ jobs: if: github.repository_owner == 'sphinx-doc' runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v2 + - uses: dessant/lock-threads@v3 with: github-token: ${{ github.token }} - issue-lock-inactive-days: '30' - pr-lock-inactive-days: '30' + issue-inactive-days: '30' + pr-inactive-days: '30' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc1b0601f..308f01855 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Set up Python ${{ matrix.python }} (deadsnakes) - uses: deadsnakes/action@v2.0.1 + uses: deadsnakes/action@v2.1.1 if: "endsWith(matrix.python, '-dev')" with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index d986293f8..263622d02 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -5,6 +5,9 @@ on: - cron: "0 0 * * SUN" workflow_dispatch: +permissions: + contents: read + jobs: push: if: github.repository_owner == 'sphinx-doc' @@ -30,6 +33,9 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} pull: + permissions: + contents: write # for peter-evans/create-pull-request to create branch + pull-requests: write # for peter-evans/create-pull-request to create a PR if: github.repository_owner == 'sphinx-doc' runs-on: ubuntu-latest @@ -54,7 +60,7 @@ jobs: - name: Compile message catalogs run: python utils/babel_runner.py compile - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: commit-message: 'Update message catalogs' branch: bot/pull-translations @@ -47,6 +47,8 @@ Features added making whitespace issues easier to identify. * #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by Pradyun Gedam. +* #10619: LaTeX: new ``shadowShadowColor`` and ``shadowBorderColor`` configurations + for :ref:`'sphinxsetup' <latexsphinxsetup>` key of :confval:`latex_elements` Bugs fixed ---------- @@ -59,6 +61,9 @@ Bugs fixed * #10566: HTML Theme: Fix enable_search_shortcuts does not work * #8686: LaTeX: Text can fall out of code-block at end of page and leave artifact on next page +* #10633: LaTeX: user injected ``\color`` commands in topic or admonition boxes may + cause color leaks in PDF due to upstream `framed.sty <https://ctan.org/pkg/framed>`_ + bug * #10579: i18n: UnboundLocalError is raised on translating raw directive * #9577, #10088: py domain: Fix warning for duplicate Python references when using ``:any:`` and autodoc. @@ -87,8 +92,8 @@ Bugs fixed * #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+ * #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due to missing ``Node.findall()`` -* #10506: LaTeX: build error when using ``:cpp:stuff`` syntax highlighting in - figure caption +* #10506: LaTeX: build error if highlighting inline code role in figure caption + (refs: #10251) Testing -------- diff --git a/doc/latex.rst b/doc/latex.rst index 294de5599..0140d0b2c 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -846,7 +846,7 @@ Do not use quotes to enclose values, whether numerical or strings. Default: ``5pt`` ``shadowsize`` - The width of the lateral "shadow" to the right. + The width of the lateral "shadow" to the right and bottom. Default: ``4pt`` @@ -855,6 +855,20 @@ Do not use quotes to enclose values, whether numerical or strings. Default: ``\fboxrule`` +``shadowBorderColor`` + The color of the frame around :dudir:`topic` boxes. + + Default: ``{rgb}{0,0,0}`` (black) + + .. versionadded:: 5.1.0 + +``shadowShadowColor`` + The color of the lateral "shadow" to the right and bottom. + + Default: ``{rgb}{0,0,0}`` (black) + + .. versionadded:: 5.1.0 + |notebdcolors| The colour for the two horizontal rules used by Sphinx in LaTeX for styling a :dudir:`note` type admonition. @@ -33,6 +33,7 @@ check_untyped_defs = True warn_unused_ignores = True strict_optional = False no_implicit_optional = True +warn_redundant_casts = True [tool:pytest] filterwarnings = diff --git a/sphinx/builders/html/__init__.py b/sphinx/builders/html/__init__.py index eae418b99..85f338e25 100644 --- a/sphinx/builders/html/__init__.py +++ b/sphinx/builders/html/__init__.py @@ -229,8 +229,11 @@ class StandaloneHTMLBuilder(Builder): source_class=DocTreeInput, destination=StringOutput(encoding='unicode'), ) - op = pub.setup_option_parser(output_encoding='unicode', traceback=True) - pub.settings = op.get_default_values() + if docutils.__version_info__[:2] >= (0, 19): + pub.get_settings(output_encoding='unicode', traceback=True) + else: + op = pub.setup_option_parser(output_encoding='unicode', traceback=True) + pub.settings = op.get_default_values() self._publisher = pub def init(self) -> None: diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py index 6b5eb33b6..5b059e6e9 100644 --- a/sphinx/domains/c.py +++ b/sphinx/domains/c.py @@ -3552,7 +3552,6 @@ class AliasTransform(SphinxTransform): def apply(self, **kwargs: Any) -> None: for node in self.document.findall(AliasNode): - node = cast(AliasNode, node) sig = node.sig parentKey = node.parentKey try: diff --git a/sphinx/domains/changeset.py b/sphinx/domains/changeset.py index 31fa44020..40e46159c 100644 --- a/sphinx/domains/changeset.py +++ b/sphinx/domains/changeset.py @@ -76,7 +76,7 @@ class VersionChange(SphinxDirective): content += node[0].children node[0].replace_self(nodes.paragraph('', '', content, translatable=False)) - para = cast(nodes.paragraph, node[0]) + para = node[0] para.insert(0, nodes.inline('', '%s: ' % text, classes=classes)) elif len(node) > 0: # the contents do not starts with a paragraph diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index 980c4db5c..9cfb68ca9 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -2,7 +2,7 @@ import re from typing import (Any, Callable, Dict, Generator, Iterator, List, Optional, Tuple, TypeVar, - Union, cast) + Union) from docutils import nodes from docutils.nodes import Element, Node, TextElement, system_message @@ -7519,7 +7519,6 @@ class AliasTransform(SphinxTransform): def apply(self, **kwargs: Any) -> None: for node in self.document.findall(AliasNode): - node = cast(AliasNode, node) sig = node.sig parentKey = node.parentKey try: diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py index b86c31f5e..62f10f7a1 100644 --- a/sphinx/highlighting.py +++ b/sphinx/highlighting.py @@ -40,12 +40,39 @@ escape_hl_chars = {ord('\\'): '\\PYGZbs{}', ord('}'): '\\PYGZcb{}'} # used if Pygments is available +# MEMO: no use of \protected here to avoid having to do hyperref extras, +# (if in future code highlighting in sectioning titles is activated): +# the definitions here use only robust, protected or chardef tokens, +# which are all known to the hyperref re-encoding for bookmarks. +# The " is troublesome because we would like to use \text\textquotedbl +# but \textquotedbl is *defined to raise an error* (!) if the font +# encoding is OT1. This however could happen from 'fontenc' key. +# MEMO: the Pygments escapes with \char`\<char> syntax, if the document +# uses old OT1 font encoding, work correctly only in monospace font. +# MEMO: the Pygmentize output mark-up is always with a {} after. _LATEX_ADD_STYLES = r''' -% Sphinx additions -% use textcomp quote to get a true single quote -\renewcommand\PYGZsq{\textquotesingle} +% Sphinx redefinitions +% Originally to obtain a straight single quote via package textcomp, then +% to fix problems for the 5.0.0 inline code highlighting (captions!). +% The \text is from amstext, a dependency of sphinx.sty. It is here only +% to avoid build errors if for some reason expansion is in math mode. +\def\PYGZbs{\text\textbackslash} +\def\PYGZus{\_} +\def\PYGZob{\{} +\def\PYGZcb{\}} +\def\PYGZca{\text\textasciicircum} +\def\PYGZam{\&} +\def\PYGZlt{\text\textless} +\def\PYGZgt{\text\textgreater} +\def\PYGZsh{\#} +\def\PYGZpc{\%} +\def\PYGZdl{\$} +\def\PYGZhy{\sphinxhyphen}% defined in sphinxlatexstyletext.sty +\def\PYGZsq{\text\textquotesingle} +\def\PYGZdq{"} +\def\PYGZti{\text\textasciitilde} \makeatletter -% use \protected to allow \PYG in \caption +% use \protected to allow syntax highlighting in captions \protected\def\PYG#1#2{\PYG@reset\PYG@toks#1+\relax+{\PYG@do{#2}}} \makeatother ''' diff --git a/sphinx/io.py b/sphinx/io.py index 33a2d8f19..5be98a385 100644 --- a/sphinx/io.py +++ b/sphinx/io.py @@ -3,6 +3,7 @@ import codecs import warnings from typing import TYPE_CHECKING, Any, List, Type +import docutils from docutils import nodes from docutils.core import Publisher from docutils.frontend import Values @@ -211,5 +212,8 @@ def create_publisher(app: "Sphinx", filetype: str) -> Publisher: # Propagate exceptions by default when used programmatically: defaults = {"traceback": True, **app.env.settings} # Set default settings - pub.settings = pub.setup_option_parser(**defaults).get_default_values() # type: ignore + if docutils.__version_info__[:2] >= (0, 19): + pub.get_settings(**defaults) # type: ignore[arg-type] + else: + pub.settings = pub.setup_option_parser(**defaults).get_default_values() # type: ignore return pub diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo Binary files differindex cefd3baa8..167e452f7 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 da35fc9b9..e743b5990 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Abdullah ahmed <Alhadab@hotmail.co.uk>, 2020\n" "Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "تجهيز المستندات" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "نسخ الصور..." @@ -642,7 +642,7 @@ msgstr "نسخ الصور..." msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "صفحة الHTML موجودة في %(outdir)s" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "الفهرس العام" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "الفهرس" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "التالي" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "السابق" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "إنشاء الفهرس" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "كتابة صفحات إضافية " -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "نسخ الملفات القابلة للتحميل للنسخ..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "غير قادر على نسخ الملف الثابت %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "نسخ ملفات إضافية" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "غير قادر على نسخ المف الإضافي %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "ملف الشعار %r غير موجود" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "ملف الايقونة %r غير موجود" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1902,44 +1902,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "متغير" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "نوع" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "كائن" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "مثال" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "أمثلة" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "ملاحظات" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "مراجع" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo Binary files differindex d95f50583..b65289182 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 eb055ecee..f5544df91 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Bulgarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/bg/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo Binary files differindex 0cf7ac202..1132d485c 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 0278b5e45..ab58ae15b 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n" "Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "সাধারণ ইনডেক্স" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "ইনডেক্স" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "পরবর্তী" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "পূর্ববর্তী" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "প্যারামিটার" @@ -1901,44 +1901,44 @@ msgstr "রিটার্নস" msgid "Return type" msgstr "রিটার্ন টাইপ" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "ক্লাস" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo Binary files differindex 7535e9a12..a2bca6eb0 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 77b69a43a..bf05b56db 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n" "Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índex General" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "índex" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "següent" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s documentació" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Paràmetres" @@ -1901,44 +1901,44 @@ msgstr "Retorna" msgid "Return type" msgstr "Tipus de retorn" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membre" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipus" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (obsolet)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo Binary files differindex eb8650219..11a101ebf 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 98d6a5ba8..b69e017fe 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard <julien.malard@mail.mcgill.ca>, 2019\n" "Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Konojel cholwuj" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "cholwuj" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "jun chïk" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "chi rij kan" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Jalajöj" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "retal jalöj" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "Ruwäch" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Tz'etb'äl" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Tz'etb'äl" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Jalajöj chïk" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo Binary files differindex 78213cd55..022f74f3f 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.po b/sphinx/locale/cs/LC_MESSAGES/sphinx.po index 85b5fe4fe..e39ce2ef0 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vilibald W. <vilibald.wanca@gmail.com>, 2014-2015\n" "Language-Team: Czech (http://www.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Obecný rejstřík" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "rejstřík" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "další" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "předchozí" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Dokumentace pro %s %s" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametry" @@ -1902,44 +1902,44 @@ msgstr "Vrací" msgid "Return type" msgstr "Typ návratové hodnoty" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "člen" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "proměnná" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkce" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "Vyvolá" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "třída" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (zastaralé)" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo Binary files differindex 1b5ac225d..7de3f5f1a 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 b77572690..4eb5413d7 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Geraint Palmer <palmer.geraint@googlemail.com>, 2016\n" "Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indecs cyffredinol" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indecs" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "nesaf" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "blaenorol" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Dogfennaeth %s %s " @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Paramedrau" @@ -1902,44 +1902,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "aelod" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "ffwythiant" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo Binary files differindex be33578c1..d32eb8759 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 8f8201c96..272405acd 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021\n" "Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -634,7 +634,7 @@ msgstr "forbereder dokumenter" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -644,7 +644,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ugyldig css_file: %r, ignoreret" @@ -892,7 +892,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "HTML-siderne er i %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d. %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Generelt indeks" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "næste" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "forrige" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "kan ikke kopiere statisk fil %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "udgyldig js_file: %r, ignoreret" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "favicon-filen %r findes ikke" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentation" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametre" @@ -1904,44 +1904,44 @@ msgstr "Returnerer" msgid "Return type" msgstr "Returtype" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "optæl" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "optælling" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1990,16 +1990,16 @@ msgstr "" msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (forældet)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Nøgleordsargumenter" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Eksempler" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Andre parametre" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Referencer" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3470,25 +3470,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo Binary files differindex f0bdcbfd1..8c7e02367 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index fa3d107b9..1b71d1b2a 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Jean-François B. <jfbu@free.fr>, 2018\n" "Language-Team: German (http://www.transifex.com/sphinx-doc/sphinx-1/language/de/)\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments Lexer Name %r ist unbekannt" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -634,7 +634,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -644,7 +644,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "Index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "weiter" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "zurück" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s Dokumentation" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parameter" @@ -1904,44 +1904,44 @@ msgstr "Rückgabe" msgid "Return type" msgstr "Rückgabetyp" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "Member" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "Variable" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "Funktion" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "Makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "Aufzählung" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "Enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "Typ" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1990,16 +1990,16 @@ msgstr "" msgid "Throws" msgstr "Wirft" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "Klasse" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (veraltet)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3470,25 +3470,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo Binary files differindex 34e27efa8..6280ddc10 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.po b/sphinx/locale/el/LC_MESSAGES/sphinx.po index fa7053d04..fc5ca8831 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021\n" "Language-Team: Greek (http://www.transifex.com/sphinx-doc/sphinx-1/language/el/)\n" @@ -314,12 +314,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Το έργο χρειάζεται την επέκταση %s τουλάχιστον στην έκδοση %s και επομένως δεν είναι δυνατή η μεταγλώττιση με τη φορτωμένη έκδοση (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Το όνομα %r δεν είναι γνωστό" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "Δεν είναι δυνατό το lex του literal_block ως %s. Η επισήμανση παραβλέφθηκε." @@ -633,7 +633,7 @@ msgstr "προετοιμασία κειμένων" msgid "duplicated ToC entry found: %s" msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "αντιγραφή εικόνων..." @@ -643,7 +643,7 @@ msgstr "αντιγραφή εικόνων..." msgid "cannot read image file %r: copying it instead" msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -768,7 +768,7 @@ msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν msgid "conf value \"version\" should not be empty for EPUB3" msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" @@ -891,7 +891,7 @@ msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefi msgid "The text files are in %(outdir)s." msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -917,164 +917,164 @@ msgstr "το αρχείο πληροφοριών μεταγλώττισης εί msgid "The HTML pages are in %(outdir)s." msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %B %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Κεντρικό Ευρετήριοο" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "ευρετήριο" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "επόμενο" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "προηγούμενο" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "αντιγραφή αρχείων μεταφόρτωσης..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "ένα σφάλμα Unicode παρουσιάστηκε κατά τη δημιουργία της σελίδας %s. Παρακαλείστε να επιβεβαιώσετε ότι όλες οι τιμές παραμετροποίησης οι οποίες περιλαμβάνουν μη-ASCII περιεχόμενο είναι στοιχειοσειρές Unicode." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Δόθηκε άγνωστο math_renderer %r." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "η εγγραφή html_static_path %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "το αρχείο logo %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "το αρχείο favicon %r δεν υπάρχει" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Τεκμηρίωση του %s - %s" @@ -1885,7 +1885,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Παράμετροι" @@ -1903,44 +1903,44 @@ msgstr "Επιστρέφει" msgid "Return type" msgstr "Επιστρεφόμενος τύπος" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "μέλος" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "μεταβλητή" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "συνάρτηση" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "μακροεντολή" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "ένωση" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "τύπος" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1989,16 +1989,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Προκαλεί" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "κλάση" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "έννοια" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2177,7 +2177,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (αποσύρθηκε)" @@ -3096,58 +3096,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Ορίσματα λέξης-κλειδί" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Παράδειγμα" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Παραδείγματα" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Σημειώσεις" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Άλλες παράμετροι" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Αναφορές" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Προειδοποιήσεις" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "Αποδόσεις" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3469,25 +3469,25 @@ msgstr "Δεν υπάρχει αναφορά για την υποσημείωσ msgid "Footnote [#] is not referenced." msgstr "Η υποσημείωση [#] δεν αναφέρεται." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo Binary files differindex 3ef9fb9ee..ba28d2c80 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 4c6bf69c9..e956e4411 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: English (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo Binary files differindex dc814f352..f4c6472d7 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po index 203551c21..58aebc1a0 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Adam Turner, 2022\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_GB/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "This project needs the extension %s at least in version %s and therefore cannot be built with the loaded version (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments lexer name %r is not known" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "Could not lex literal_block as \"%s\". Highlighting skipped." @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo Binary files differindex 6b69498e0..488e95999 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po index 52c26d9d4..1556318d6 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: English (Hong Kong) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_HK/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo Binary files differindex 15961fb28..8efb05731 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 94eff4587..e27b1aa42 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tatsuro YOKOTA <hidaruma@outlook.jp>, 2021\n" "Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indico universala" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indico" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "sekva" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "antaŭa" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentaro" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametroj" @@ -1902,44 +1902,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcio" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "nomaĵo" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klaso" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Avertoj" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo Binary files differindex b988cb986..dbb3a27f0 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 4d920e2d3..a15266c29 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016,2021\n" "Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" @@ -319,12 +319,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Este proyecto necesita la extensión %s por lo menos en la versión %s y por lo tanto no puede ser construido con la versión cargada (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "El nombre del lexer de pigmentos %r se desconoce" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "No pudo el léxico literal_block como \"%s\". Destacado omitido." @@ -638,7 +638,7 @@ msgstr "preparando documentos" msgid "duplicated ToC entry found: %s" msgstr "entrada de tabla de contenido duplicada encontrada: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "copiando imágenes... " @@ -648,7 +648,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:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -773,7 +773,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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" @@ -896,7 +896,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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -922,164 +922,164 @@ msgstr "el archivo de información de compilación está roto: %r" msgid "The HTML pages are in %(outdir)s." msgstr "Las páginas HTML están en %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Error al leer la información de compilación del fichero: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d de %B de %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice General" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "siguiente" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "generando índices" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "escribiendo páginas adicionales" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "copiando archivos descargables... " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "no se puede copiar archivo descargable %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Error al copiar un archivo en html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "copiar archivos estáticos" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "no se puede copiar archivo estático %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "copiando archivos extras" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "no se puede copiar archivo extra %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, 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:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "página %s coincide con dos patrones en html_sidebars: %r y %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ha ocurrido un error al renderizar la pagina %s.\nRazón: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "volcar inventario de objetos" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "volcar el índice de búsqueda en %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 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:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Desconocido math_renderer %r es dado." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "entrada html_extra_path %r no existe" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, 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:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "entrada html_static_path %r no existe" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, 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:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "archivo de logo %r no existe" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "el archivo %r usado para el favicon no existe" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks ha quedado en desuso desde v3.5.0. Por favor, use html_permalinks and html_permalinks_icon en cambio." -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "documentación de %s - %s" @@ -1890,7 +1890,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parámetros" @@ -1908,44 +1908,44 @@ msgstr "Devuelve" msgid "Return type" msgstr "Tipo del valor devuelto" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "miembro" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "función" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "estructura" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "unión" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumeración" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "parámetro de función" @@ -1994,16 +1994,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Lanzamientos" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "clase" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "concepto" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "parámetro de plantilla" @@ -2182,7 +2182,7 @@ msgstr "descripción duplicada del objeto de %s, otra instancia en %s, utilice : msgid "more than one target found for cross-reference %r: %s" msgstr "se encontró más de un objetivo para la referencia cruzada %r: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (obsoleto)" @@ -3101,58 +3101,58 @@ msgid "" "%(default)s)" msgstr "documentar exactamente los miembros en module __all__ attribute. (por defecto: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumentos de palabras clave" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Ejemplo" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Ejemplos" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Notas" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Otros parámetros" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "Recibe" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Referencias" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Avisos" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "Campos" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "conjunto de valores no válidos (falta la llave de cierre): %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "conjunto de valor no válido (falta llave de apertura): %s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "literal de cadena con formato incorrecto (falta la comilla de cierre): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "literal de cadena con formato incorrecto (falta la comilla de apertura): %s" @@ -3474,25 +3474,25 @@ msgstr "Pie de página [%s] no está referenciado." msgid "Footnote [#] is not referenced." msgstr "Pie de página [#] no está referenciado." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "referencias de pie de página inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "referencias de citas inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo Binary files differindex 46d40d3dc..10ef2ed7e 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 2b82de3bf..dea03a901 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Ivar Smolin <okul@linux.ee>, 2013-2022\n" "Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "See projekt vajab laiendust %s vähemalt versiooniga %s ja seetõttu pole projekti võimalik laaditud versiooniga (%s) ehitada." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -634,7 +634,7 @@ msgstr "dokumentide ettevalmistamine" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "kujutiste kopeerimine... " @@ -644,7 +644,7 @@ msgstr "kujutiste kopeerimine... " msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "vigane css_file: %r, eiratakse" @@ -892,7 +892,7 @@ msgstr "viga faili Makefile kirjutamisel: %s" msgid "The text files are in %(outdir)s." msgstr "Tekstifailid asuvad kataloogis %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "HTML-lehed asuvad kataloogis %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Viga ehitamise infofaili lugemisel: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Üldindeks" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "järgmine" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "eelmine" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "indeksite genereerimine" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "täiendavate lehtede kirjutamine" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "allalaaditavate failide kopeerimine..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "staatilist faili %r pole võimalik kopeerida" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "lisafailide kopeerimine" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "lisafaili %r pole võimalik kopeerida" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "Viga ehitamise infofaili kirjutamisel: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "vigane js_file: %r, eiratakse" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path kirjet %r pole olemas" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "logofaili %r pole olemas" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "favicon faili %r pole olemas" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentatsioon" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parameetrid" @@ -1904,44 +1904,44 @@ msgstr "Tagastab" msgid "Return type" msgstr "Tagastustüüp" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "liige" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "muutuja" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "loend" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tüüp" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "funktsiooni parameeter" @@ -1990,16 +1990,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (iganenud)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Võtmesõnadega argumendid" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Näide" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Näited" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Märkused" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3470,25 +3470,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo Binary files differindex 154f95052..1a08e1263 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 c424ad5a4..c90b91dbe 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Asier Iturralde Sarasola <asier.iturralde@gmail.com>, 2018\n" "Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%Y %b %d" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indize orokorra" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indizea" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "hurrengoa" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "aurrekoa" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentazioa" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametroak" @@ -1902,44 +1902,44 @@ msgstr "Itzultzen du" msgid "Return type" msgstr "Itzulketa mota" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "partaidea" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "aldagaia" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "mota" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "Jaurtitzen du" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasea" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (zaharkitua)" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo Binary files differindex 2eed98761..327affdb2 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 80a1d5f0d..9363f4a1a 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hadi F <h_adi_f@yahoo.com>, 2020-2021\n" "Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "این پروژه افزونهی %s (دست کم نسخهی %s) را نیاز دارد، بنابراین نمی تواند با نسخه بارگذاری شده (%s) ساخته شود." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "نام رنگمایه خوان %r شناخته شده نیست" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "امکان خواندن قسمت \"%s\" به عنوان بخش نثل قول ادبی نبود. برجسته کردن آن نادیده گرفته شد." @@ -634,7 +634,7 @@ msgstr "آماده سازی اسناد" msgid "duplicated ToC entry found: %s" msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "در حال رونوشت از تصاویر... " @@ -644,7 +644,7 @@ msgstr "در حال رونوشت از تصاویر... " msgid "cannot read image file %r: copying it instead" msgstr "امکان خواندن پروندهی تصویری %r نبود: در عوض کپی میشود" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -769,7 +769,7 @@ msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید msgid "conf value \"version\" should not be empty for EPUB3" msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخهی سوم پروندههای انتشار الکترونیک(EPUB3) خالی باشد" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "پروندهی css نامعتبر%r: نادیده گرفته میشود" @@ -892,7 +892,7 @@ msgstr "خطای نوشتن پروندهی ساخت (Makefile) : %s" msgid "The text files are in %(outdir)s." msgstr "پروندهی متنی در پوشهی %(outdir)s است." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "پروندهی اطّلاعات ساخت خراب است: %r" msgid "The HTML pages are in %(outdir)s." msgstr "صفحات HTML در %(outdir)s است." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "شکست در خواندن پروندهی اطّلاعات ساخت: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "فهرست کلی" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "فهرست" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "بعدی" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "قبلی" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "تولید نمایهها" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "نوشتن صفحات اضافی" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "رونوشت از پروندههای قابل دریافت... " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "نمی تواند از پروندهی قابل دریافت %r: %s رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, 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:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "رونوشت از پروندههای ثابت" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "نمی تواند از پروندهی ثابت %r رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "رونوشت برداری از پروندههای اضافی" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "نمی تواند از پروندهی اضافهی %r رونوشت بگیرد" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "شکست در نوشتن پروندهی اطّلاعات ساخت: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "خطایی در نمایش صفحهی %s رخ داد.\nعلّت: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "خالی کردن فهرست اشیاء" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "خالی کردن نمایهی جستجو در %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "پروندهی js نامعتبر%r: نادیده گرفته میشود" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "ارائه کنندههای ریاضی زیادی ثبت شدهاند، ولی هیچ کدام انتخاب نشده." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "نمایشدهندهی ریاضی نامشخّص %r داده شده." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخهی خارجی قرار دارد" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخهی خارجی قرار دارد" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "پروندهی آرم %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "پروندهی آیکون مورد علاقه %r وجود ندارد" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "مستندات %s%s" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "پارامترها" @@ -1904,44 +1904,44 @@ msgstr "بازگشت ها" msgid "Return type" msgstr "نوع برگشتی" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "عضو" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "متغیّر" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "تابع" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "ماکرو" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "ساختار" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "اجتماع" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "شمارش" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "شمارنده" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "گونه" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "مؤلّفهی تابع" @@ -1990,16 +1990,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "ایجاد" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "کلاس" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "کانسپت" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "مؤلّفهی قالب" @@ -2178,7 +2178,7 @@ msgstr "توضیح تکراری شیئ %s، نمونهی دیگر در %s ق msgid "more than one target found for cross-reference %r: %s" msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (منسوخ)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "نشانوندهای کلیدی" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "مثال" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "نمونهها" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "یادداشتها" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "مؤلّفههای دیگر" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "دریافتها" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "منابع" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "هشدارها" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "فرآورده" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "رشتهمتن ادبی ناقص (بدون علامت نقلقول انتهایی): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "رشتهمتن ادبی ناقص (بدون علامت نقلقول ابتدایی): %s" @@ -3470,25 +3470,25 @@ msgstr "پانویس [%s] ارجاع داده نشده است." msgid "Footnote [#] is not referenced." msgstr "پانویس [#] ارجاع داده نشده است." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "ارجاعات پانویس ناهناهنگ در پیامهای ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "ارجاعات ناهناهنگ در پیامهای ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیامهای ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo Binary files differindex 7af6e956a..3dd0c56d4 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index e5f73c295..5eaadae5d 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2009\n" "Language-Team: Finnish (http://www.transifex.com/sphinx-doc/sphinx-1/language/fi/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Yleinen sisällysluettelo" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "hakemisto" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr ">" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "<" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (poistettu)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo Binary files differindex b03b9fab8..450ed66e0 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index b59cc373c..bbeb8fcc2 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Jean-François B. <jfbu@free.fr>, 2017-2019,2022\n" "Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" @@ -73,7 +73,7 @@ msgstr "Ce projet nécessite au minimum Sphinx v%s et ne peut donc être constru #: sphinx/application.py:226 msgid "making output directory" -msgstr "création du dossier de destinataire" +msgstr "Création du répertoire de sortie" #: sphinx/application.py:231 sphinx/registry.py:439 #, python-format @@ -201,7 +201,7 @@ msgstr "Le dossier de configuration ne contient pas de fichier conf.py (%s)" msgid "" "Invalid configuration value found: 'language = None'. Update your " "configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +msgstr "Valeur de configuration invalide trouvée: 'language = None'. Mettez à jour la configuration avec un code de langage valide. Utilisation de 'en' (English) comme substitut." #: sphinx/config.py:202 #, python-format @@ -338,12 +338,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Ce projet nécessite que l'extension %s soit au minimum en version %s et par conséquent il ne peut pas être construit avec la version chargée (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Le nom du l'analyseur Pygments %r est inconnu" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "Analyse lexicale de literal_bloc impossible en \"%s\". Mise en évidence annulée." @@ -657,7 +657,7 @@ msgstr "Document en préparation" msgid "duplicated ToC entry found: %s" msgstr "Entrées dupliquées de la table des matières trouvées : %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "Copie des images... " @@ -667,7 +667,7 @@ msgstr "Copie des images... " msgid "cannot read image file %r: copying it instead" msgstr "impossible de lire le fichier image %r: il sera copié à la place" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -692,7 +692,7 @@ msgstr "écriture du fichier META-INF/container.xml..." #: sphinx/builders/_epub_base.py:497 msgid "writing content.opf file..." -msgstr "enregistrement du fichier content.opf..." +msgstr "Enregistrement du fichier content.opf..." #: sphinx/builders/_epub_base.py:523 #, python-format @@ -701,7 +701,7 @@ msgstr "mimetype inconnu pour %s, il sera ignoré" #: sphinx/builders/_epub_base.py:670 msgid "writing toc.ncx file..." -msgstr "enregistrement du fichier toc.ncx" +msgstr "Enregistrement du fichier toc.ncx..." #: sphinx/builders/_epub_base.py:695 #, python-format @@ -750,7 +750,7 @@ msgstr "Le fichier ePub se trouve dans %(outdir)s ." #: sphinx/builders/epub3.py:159 msgid "writing nav.xhtml file..." -msgstr "enregistrement du fichier nav.xhtml..." +msgstr "Enregistrement du fichier nav.xhtml..." #: sphinx/builders/epub3.py:185 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" @@ -792,10 +792,10 @@ msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vid msgid "conf value \"version\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "fichier CSS invalide : %r, le fichier sera ignoré" +msgstr "Fichier CSS invalide : %r, sera ignoré" #: sphinx/builders/gettext.py:215 #, python-format @@ -847,7 +847,7 @@ msgstr "aucun valeur de configuration \"man_pages\" trouvée; aucun page du manu #: sphinx/builders/latex/__init__.py:292 sphinx/builders/manpage.py:46 #: sphinx/builders/singlehtml.py:153 sphinx/builders/texinfo.py:102 msgid "writing" -msgstr "enregistrement" +msgstr "Enregistrement" #: sphinx/builders/manpage.py:61 #, python-format @@ -891,7 +891,7 @@ msgstr "La valeur du paramètre \"texinfo_documents\" référence un document in #: sphinx/builders/latex/__init__.py:274 sphinx/builders/texinfo.py:98 #, python-format msgid "processing %s" -msgstr "traitement en cours %s" +msgstr "Traitement de %s en cours" #: sphinx/builders/latex/__init__.py:345 sphinx/builders/texinfo.py:149 msgid "resolving references..." @@ -915,7 +915,7 @@ msgstr "erreur lors l'écriture du fichier Makefile : %s" msgid "The text files are in %(outdir)s." msgstr "Les fichiers texte se trouvent dans %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -934,171 +934,171 @@ msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." #: sphinx/builders/html/__init__.py:157 #, python-format msgid "build info file is broken: %r" -msgstr "le fichier de configuration de construction est corrompu : %r" +msgstr "Le fichier de configuration de construction est corrompu : %r" #: sphinx/builders/html/__init__.py:189 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Les pages HTML sont dans %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Échec de lecture du fichier de configuration de construction : %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index général" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "suivant" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "précédent" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "Génération des index" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" -msgstr "écriture des pages additionnelles" +msgstr "Écriture des pages additionnelles" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "Copie des fichiers téléchargeables... " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "impossible de copier le fichier téléchargeable %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Échec de la copie du fichier dans html_static_file : %s : %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" -msgstr "copie des fichiers statiques" +msgstr "Copie des fichiers statiques" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "impossible de copier le fichier static %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "Copie des fichiers complémentaires" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" -msgstr "copie des fichiers supplémentaires impossible %r" +msgstr "Copie des fichiers supplémentaires impossible %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "Échec d'écriture du fichier de configuration de construction : %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "L'index de recherche n'a pas pu être chargé, mais tous les documents ne seront pas construits: l'index sera incomplet." -#: sphinx/builders/html/__init__.py:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "la page %s correspond à deux modèles dans html_sidebars: %r et %r" +msgstr "La page %s correspond à deux motifs dans html_sidebars: %r et %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "une erreur Unicode est survenue lors du rendu de la page %s. Veuillez vous assurer que toutes les valeurs de configuration comportant des caractères non-ASCII sont des chaînes Unicode." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Un erreur est survenue lors de la génération de la page: %s.\nLa raison est: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "Export de l'inventaire des objets" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" -msgstr "Export de l'index de recherche dans %s" +msgstr "Export de l'index de recherche en %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "le fichier js_file : %r est invalide, il sera ignoré" +msgstr "Fichier js_file : %r invalide, sera ignoré" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Plusieurs math_renderers sont enregistrés. Mais aucun n'est sélectionné." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "math_renderer saisi %r inconnu." +msgstr "math_renderer inconnu %r saisi." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "l'entrée html_extra_path %r n'existe pas" +msgstr "L’entrée %r de html_extra_path n’existe pas" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" -msgstr "l'entrée html_extra_path %r se trouve à l'intérieur de outdir" +msgstr "L’entrée %r de html_extra_path se trouve à l’intérieur de outdir" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "l'entrée html_static_path %r n'existe pas" +msgstr "L’entrée %r de html_static_path n’existe pas" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" -msgstr "l'entrée html_static_path %r se trouve à l'intérieur de outdir" +msgstr "L’entrée %r de html_static_path se trouve à l’intérieur de outdir" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" -msgstr "le fichier de logo %r n'existe pas" +msgstr "Le fichier de logo %r n’existe pas" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" -msgstr "le fichier de favicon %r n'existe pas " +msgstr "Le fichier de favicon %r n’existe pas " -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks a été déprécié depuis la v3.5.0. Veuillez utiliser à la place html_permalinks et html_permalinks_icon." -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Documentation %s %s" @@ -1198,7 +1198,7 @@ msgstr "Erreur d'encodage :" msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." -msgstr "Le traceback complet a été sauvé dans %s, au cas où vous souhaiteriez signaler le problème aux développeurs." +msgstr "La trace d’appels complète a été sauvegardée dans %s, au cas où vous souhaiteriez signaler le problème aux développeurs." #: sphinx/cmd/build.py:57 msgid "Recursion error:" @@ -1277,7 +1277,7 @@ msgstr "constructeur à utiliser (par defaut: HTML)" #: sphinx/cmd/build.py:132 msgid "write all files (default: only write new and changed files)" -msgstr "enregistrement des tous les fichiers (par défaut : enregistrement des nouveaux fichiers et des fichiers qui ont été modifiés)" +msgstr "enregistrer tous les fichiers (par défaut : enregistrer seulement les fichiers nouveaux ou modifiés)" #: sphinx/cmd/build.py:135 msgid "don't use a saved environment, always read all files" @@ -1359,7 +1359,7 @@ msgstr "avec -W, l'exécution se poursuit en cas d'avertissements" #: sphinx/cmd/build.py:183 msgid "show full traceback on exception" -msgstr "montrer le retraçage complet en cas d'exception" +msgstr "montrer la trace d’appels complète si une exception est levée" #: sphinx/cmd/build.py:185 msgid "run Pdb on exception" @@ -1909,7 +1909,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Paramètres" @@ -1927,44 +1927,44 @@ msgstr "Renvoie" msgid "Return type" msgstr "Type renvoyé" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membre" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variable" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "fonction" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "structure" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "énumération" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "énumérateur" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "paramètre de fonction" @@ -2013,16 +2013,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Déclenche" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "paramètre du modèle" @@ -2201,7 +2201,7 @@ msgstr "description dupliquée pour l'objet %s; l'autre instance se trouve dans msgid "more than one target found for cross-reference %r: %s" msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (obsolète)" @@ -2330,22 +2330,22 @@ msgstr "le lien n'a pas de légende : %s" #: sphinx/domains/std.py:886 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "format de numfig_format invalide : %s (%r)" +msgstr "numfig_format invalide : %s (%r)" #: sphinx/domains/std.py:889 #, python-format msgid "invalid numfig_format: %s" -msgstr "format de numfig_format invalide : %s" +msgstr "numfig_format invalide : %s" #: sphinx/domains/std.py:1102 #, python-format msgid "undefined label: %r" -msgstr "" +msgstr "label non défini: %r" #: sphinx/domains/std.py:1104 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgstr "Échec de création d'une référence. Ni titre ni légende trouvé : %r" #: sphinx/environment/__init__.py:71 msgid "new config" @@ -2619,7 +2619,7 @@ msgstr "%s n'est pas une option pyversion valide" #: sphinx/ext/doctest.py:219 msgid "invalid TestCode type" -msgstr "type TestCode invalide" +msgstr "type invalide de TestCode" #: sphinx/ext/doctest.py:277 #, python-format @@ -2636,7 +2636,7 @@ msgstr "pas de code ou sortie dans le bloc %s en %s : %s" #: sphinx/ext/doctest.py:513 #, python-format msgid "ignoring invalid doctest code: %r" -msgstr "code doctest invalide ignoré : %r" +msgstr "code doctest invalide sera ignoré : %r" #: sphinx/ext/duration.py:71 msgid "" @@ -2729,7 +2729,7 @@ msgid "" "Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" "Traceback: %s" -msgstr "" +msgstr "Impossible d’exécuter la commande de conversion d'image %r. 'sphinx.ext.imgconverter' nécessite par défaut ImageMagick. Assurez-vous que ce dernier est installé, ou configurez l’option 'image_converter' pour faire référence à une commande de conversion ad hoc.\n\nTrace d’appels : %s" #: sphinx/ext/imgconverter.py:42 sphinx/ext/imgconverter.py:66 #, python-format @@ -2857,7 +2857,7 @@ msgstr "entrée originale" #: sphinx/ext/viewcode.py:235 msgid "highlighting module code... " -msgstr "coloration syntaxique du code du module..." +msgstr "Coloration syntaxique du code du module..." #: sphinx/ext/viewcode.py:267 msgid "[docs]" @@ -2883,7 +2883,7 @@ msgstr "<h1>Modules pour lesquels le code est disponible</h1>" #: sphinx/ext/autodoc/__init__.py:120 #, python-format msgid "invalid value for member-order option: %s" -msgstr "valeur invalide pour l'option de l'ordre des membres : %s" +msgstr "valeur invalide pour l'option member-order : %s" #: sphinx/ext/autodoc/__init__.py:128 #, python-format @@ -3120,58 +3120,58 @@ msgid "" "%(default)s)" msgstr "documenter exactement les membres dans l'attribut __all__ du module. (par défaut : %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Arguments de mots-clés" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Exemple" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Exemples" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Notes" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Autres paramètres" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "Reçoit" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Références" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Avertissements" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "Yields" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" -msgstr "ensemble de valeurs invalides (accolade fermante manquante) : %s" +msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" -msgstr "ensemble de valeurs invalides (accolade ouvrante manquante) :%s" +msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" @@ -3493,25 +3493,25 @@ msgstr "La note de bas de page [%s] n'est pas référencée." msgid "Footnote [#] is not referenced." msgstr "La note de bas de page [#] n'est pas référencée." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "incohérences de références de notes de bas de page dans le message traduit. Original : {0}, traduit : {1} " -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "incohérences de références dans le message traduit. Original : {0}, traduit : {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "incohérences de références de citation dans le message traduit. Original : {0}, traduit : {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo Binary files differindex f4d1d0649..c35f76a9a 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po index 0e6a88ef8..89f3f6d26 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr_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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: French (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr_FR/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo Binary files differindex 17afe64a2..7483aa766 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 4cf569bfa..6ba7fa8bd 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2011\n" "Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "אינדקס" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "הבא" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "הקודם" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "תיעוד %s %s" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "פרמטרים" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "משתנה" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "פונקציה" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "מאקרו" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "מחלקה" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo Binary files differindex 44e31a84b..7ff8f2187 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.po b/sphinx/locale/hi/LC_MESSAGES/sphinx.po index c93ad5541..12da408e4 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Sumanjali Damarla <damarlasumanjali@gmail.com>, 2020\n" "Language-Team: Hindi (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi/)\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "इस परियोजना में आयाम %s का कम से कम %s संस्करण चाहिए इसलिए उपलब्ध संस्करण (%s) से बनाना संभव नहीं है." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "literal_block का \"%s\" नियमन नहीं हो सका. विशेषअंकन छोड़ दिया गया." @@ -634,7 +634,7 @@ msgstr "लेखपत्र बनाए जा रहे हैं" msgid "duplicated ToC entry found: %s" msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." @@ -644,7 +644,7 @@ msgstr "चित्रों की प्रतिलिपि बनाई msgid "cannot read image file %r: copying it instead" msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -769,7 +769,7 @@ msgstr "ई-पब3 के लिए विन्यास मान \"epub_iden msgid "conf value \"version\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "अमान्य css_file: %r, उपेक्षित" @@ -892,7 +892,7 @@ msgstr "मेकफाइल लिखने में त्रुटि: %s" msgid "The text files are in %(outdir)s." msgstr "पाठ फाइल %(outdir)s में हैं." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "निर्माण सूचनापत्र फाइल खंड msgid "The HTML pages are in %(outdir)s." msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "सामान्य अनुक्रमाणिका" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "अनुक्रमणिका" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "आगामी" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "पूर्ववर्ती" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "अनुक्रमाणिका निर्मित की जा रही है" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "पृष्ठ %s की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "अमान्य js_file: %r, उपेक्षित" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "अज्ञात math_renderer %r दिया गया." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path का प्रविष्टि %r outdir में है| " -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path का प्रविष्टि %r outdir में है| " -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s दिग्दर्शिका" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "मापदण्ड" @@ -1904,44 +1904,44 @@ msgstr "प्रदत्त " msgid "Return type" msgstr "प्रदत्त प्रकार " -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "सदस्य" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "चर पद" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "फंक्शन" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "मैक्रो" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "युग्म" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "गणक" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "प्रगणक " -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "प्रकार" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1990,16 +1990,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "देता है " -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "वर्ग" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "अवधारणा " -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(अवमानित)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "मुख्य शब्दों के चर-पद" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "उदाहरण" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "कुछ उदाहरण" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "टिप्पणियाँ" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "अन्य मापदण्ड" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "सन्दर्भ" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "चेतावनी देता है" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "मिलता है" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3470,25 +3470,25 @@ msgstr "पाद-टिप्पणी [%s] का कोई सन्दर् msgid "Footnote [#] is not referenced." msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo Binary files differindex 26183711f..7f5597e52 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po index 5a219496d..76f39b4c4 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Hindi (India) (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo Binary files differindex d2c3adef2..7f3dbdca7 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 942d35546..dbe2cd8d9 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Mario Šarić, 2015-2020\n" "Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Ovaj projekt treba proširenje %s najmanje u verziji %si stoga se ne može izraditi s postojećom verzijom (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Opceniti abecedni indeks" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "abecedni indeks" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "naprijed" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "nazad" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentacija" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametri" @@ -1901,44 +1901,44 @@ msgstr "Vraća" msgid "Return type" msgstr "Vraća tip" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "član" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "varijabla" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "Baca (iznimke)" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (zastarjelo)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumenti" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Primjeri" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo Binary files differindex 17b65397d..d6557d2be 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index 6cbdba094..6425e4417 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Balázs Úr, 2020\n" "Language-Team: Hungarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n" @@ -317,12 +317,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -636,7 +636,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -646,7 +646,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -771,7 +771,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -894,7 +894,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -920,164 +920,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Általános tárgymutató" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "nyitóoldal" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "következő" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "előző" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentáció" @@ -1888,7 +1888,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Paraméterek" @@ -1906,44 +1906,44 @@ msgstr "Visszatérési érték" msgid "Return type" msgstr "Visszatérés típusa" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "tag" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "változó" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "függvény" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makró" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enumeráció" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "típus" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1992,16 +1992,16 @@ msgstr "" msgid "Throws" msgstr "Dob" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "osztály" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2180,7 +2180,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (elavult)" @@ -3099,58 +3099,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3472,25 +3472,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo Binary files differindex 6b6ac6438..62f09ce1d 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 600f45ee7..ab5f03dab 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2019-2020\n" "Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\n" @@ -316,12 +316,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Proyek ini memerlukan ekstensi %s sedikitnya pada versi %s dan maka itu tidak bisa dibangun dengan versi yang dimuat (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Nama Pygments lexer %r tidak diketahui" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "Tidak dapat menjalankan lex literal_block sebagai \"%s\". Menyoroti yang terlewat." @@ -635,7 +635,7 @@ msgstr "menyiapkan dokumen" msgid "duplicated ToC entry found: %s" msgstr "entri ToC ganda ditemukan: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "menyalin gambar... " @@ -645,7 +645,7 @@ msgstr "menyalin gambar... " msgid "cannot read image file %r: copying it instead" msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -770,7 +770,7 @@ msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file yang salah: %r, mengabaikan" @@ -893,7 +893,7 @@ msgstr "kesalahan menulis berkas Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "Berkas teks berada di %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -919,164 +919,164 @@ msgstr "berkas info build rusak: %r" msgid "The HTML pages are in %(outdir)s." msgstr "Halaman HTML berada di %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Gagal membaca berkas info build: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks Umum" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "berikut" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "sebelum" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "menghasilkan indeks" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "menulis halaman tambahan" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "menyalin berkas yang dapat diunduh... " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "tidak dapat menyalin berkas statik %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "menyalin berkas tambahan" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "tidak dapat menyalin berkas ekstra %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "Gagal menulis berkas info build: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "indeks pencarian tidak dapat dimuat, tapi tidak semua dokumen akan dibangun: indeks akan jadi tidak lengkap." -#: sphinx/builders/html/__init__.py:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "halaman %s sebanding dengan dua pola dalam html_sidebars: %r dan %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "menyisihkan persediaan obyek" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file yang salah: %r, mengabaikan" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Banyak math_renderers teregistrasi. Namun tidak satu pun math_renderer yang dipilih." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "math_renderer %r yang tidak diketahui diberikan." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "entri html_extra_path %r tidak ada" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "entri html_static_path %r tidak ada" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "berkas logo %r tidak ada" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "berkas favicon %r tidak ada" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Dokumentasi %s %s" @@ -1887,7 +1887,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parameter" @@ -1905,44 +1905,44 @@ msgstr "Kembali" msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "anggota" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "fungsi" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipe" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1991,16 +1991,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "konsep" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2179,7 +2179,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (obsolet)" @@ -3098,58 +3098,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumen Kata Kunci" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Contoh" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Contoh-contoh" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Catatan" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Parameter lainnya" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Referensi" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Peringatkan" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "Hasil" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3471,25 +3471,25 @@ msgstr "Catatan kaki [%s] tidak dirujuk." msgid "Footnote [#] is not referenced." msgstr "Catatan kaki [#] tidak dirujuk." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "referensi catatan kaki yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.mo b/sphinx/locale/is/LC_MESSAGES/sphinx.mo Binary files differindex a5db8dd77..d0f2b7360 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.po b/sphinx/locale/is/LC_MESSAGES/sphinx.po index 5f72c42f2..19b2c6628 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/is/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tryggvi Kalman <tkj3@hi.is>, 2021\n" "Language-Team: Icelandic (http://www.transifex.com/sphinx-doc/sphinx-1/language/is/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Almennt yfirlit" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "yfirlit" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "næsta" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "fyrri" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo Binary files differindex 87341f0f7..d16f07e92 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index 45b43f6c2..f5629174e 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Antonari Palmio, 2022\n" "Language-Team: Italian (http://www.transifex.com/sphinx-doc/sphinx-1/language/it/)\n" @@ -317,12 +317,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -636,7 +636,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -646,7 +646,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -771,7 +771,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -894,7 +894,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -920,164 +920,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indice generale" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indice" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "successivo" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "precedente" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s documentazione" @@ -1888,7 +1888,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametri" @@ -1906,44 +1906,44 @@ msgstr "Ritorna" msgid "Return type" msgstr "Tipo di ritorno" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabile" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funzione" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumeratore" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1992,16 +1992,16 @@ msgstr "" msgid "Throws" msgstr "Solleva" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "concetto" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2180,7 +2180,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (deprecato)" @@ -3099,58 +3099,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argomenti parole chiave" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Esempi" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3472,25 +3472,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo Binary files differindex 83b7f5c8b..85d6eb543 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.po b/sphinx/locale/ja/LC_MESSAGES/sphinx.po index f489784d1..3a67d9010 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016-2017,2019,2022\n" "Language-Team: Japanese (http://www.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n" @@ -328,12 +328,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "このプロジェクトは拡張 %s の %s 以降のバージョンが必要なため、現在のバージョン(%s)ではビルドできません。" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments に %r というlexerがありません" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "リテラルブロックを \"%s\" として解釈できませんでした。ハイライト処理をスキップします。" @@ -647,7 +647,7 @@ msgstr "ドキュメントの出力準備中" msgid "duplicated ToC entry found: %s" msgstr "Tocエントリーが重複しています: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "画像をコピー中... " @@ -657,7 +657,7 @@ msgstr "画像をコピー中... " msgid "cannot read image file %r: copying it instead" msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -782,7 +782,7 @@ msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "無効な css_file %r は無視されました" @@ -905,7 +905,7 @@ msgstr "Makefile の書き込みエラー: %s" msgid "The text files are in %(outdir)s." msgstr "テキストファイルは%(outdir)sにあります。" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -931,164 +931,164 @@ msgstr "build info ファイルが壊れています: %r" msgid "The HTML pages are in %(outdir)s." msgstr "HTMLページは%(outdir)sにあります。" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "build info ファイルの読み込みに失敗しました: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%Y年%m月%d日" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "総合索引" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "索引" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "次へ" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "前へ" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "索引を生成中" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "追加のページを出力中" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "ダウンロードファイルをコピー中..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "ダウンロードファイル %r をコピーできません: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, 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:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "静的ファイルをコピー中" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "静的ファイル %r をコピーできません" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "extraファイルをコピー中" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "extraファイル %r をコピーできませんでした" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "build info ファイル %r の出力に失敗しました" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "ページ%sの読み込み中にUnicodeエラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "オブジェクト インベントリを出力" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "%s の検索インデックスを出力" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "無効な js_file %r は無視されました" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "不明な math_renderer %r が指定されました。" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path %r が見つかりません" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path %r がoutdir内に配置されます" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path %r が見つかりません" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path %r がoutdir内に配置されます" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "ロゴファイル %r がありません" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "favicon ファイル %r がありません" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinksはv3.5.0以降、非推奨となりました。代わりにhtml_permalinksとhtml_permalinks_iconを使用してください。" -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s ドキュメント" @@ -1899,7 +1899,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "パラメータ" @@ -1917,44 +1917,44 @@ msgstr "戻り値" msgid "Return type" msgstr "戻り値の型" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "のメンバ変数" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "変数" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "の関数" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "のマクロ" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "struct" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "列挙型" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "のデータ型" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "関数パラメータ" @@ -2003,16 +2003,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "例外" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "クラス" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "コンセプト" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "テンプレート・パラメータ" @@ -2191,7 +2191,7 @@ msgstr "%s のオブジェクト記述、 %s の他のインスタンス msgid "more than one target found for cross-reference %r: %s" msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (非推奨)" @@ -3110,58 +3110,58 @@ msgid "" "%(default)s)" msgstr "モジュール __all__ 属性に含まれるメンバーのみを対象としたドキュメントを作成します。(デフォルト: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "キーワード引数" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "サンプル" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "サンプル" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "メモ" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "その他のパラメータ" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "受け取る" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "参照" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "警告" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "列挙" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "無効な値セット (終了括弧がありません): %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "無効な値セット (開始括弧がありません): %s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "不正な文字列リテラル (終了引用符がありません): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "不正な文字列リテラル (開始引用符がありません): %s" @@ -3483,25 +3483,25 @@ msgstr "Footnote [%s] は参照されていません。" msgid "Footnote [#] is not referenced." msgstr "Footnote [#] は参照されていません。" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo Binary files differindex 338a197be..239fc406e 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 962d5db45..7ba89147b 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: YT H <dev@theYT.net>, 2019-2022\n" "Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "이 프로젝트에는 최소한 %s 버전의 %s 확장 기능이 필요하므로 로드 된 버전(%s)으로 빌드 할 수 없습니다." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "literal_block을 \"%s\"(으)로 구문 분석할 수 없습니다. 구문 강조를 건너뜁니다." @@ -632,7 +632,7 @@ msgstr "문서 준비 중" msgid "duplicated ToC entry found: %s" msgstr "중복된 목차 항목 발견: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 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:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "잘못된 css_file: %r, 무시합니다" @@ -890,7 +890,7 @@ msgstr "Makefile 쓰기 오류: %s" msgid "The text files are in %(outdir)s." msgstr "텍스트 파일은 %(outdir)s에 있습니다." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "빌드 정보 파일이 손상되었습니다: %r" msgid "The HTML pages are in %(outdir)s." msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%Y년 %m월 %d일" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "전체 색인" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "색인" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "다음" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "이전" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "색인 생성 중" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "추가 페이지 작성 중" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "다운로드 가능한 파일을 복사하는 중… " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, 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:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "정적 파일을 복사하는 중" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "정적 파일을 복사할 수 없습니다: %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "추가 파일을 복사하는 중" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "추가 파일을 복사할 수 없습니다: %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "빌드 정보 파일 쓰기 실패: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "%s 페이지를 렌더링 할 때 유니코드 오류가 발생했습니다. ASCII가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "객체 인벤토리 덤프 중" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "%s에서 검색 인덱스 덤프 중" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "잘못된 js_file: %r, 무시합니다" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 항목 %r이(가) 없습니다" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 항목 %r이(가) 없습니다" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "로고 파일 %r이(가) 존재하지 않습니다" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks는 3.5.0 버전부터 더 이상 사용되지 않습니다. 대신 html_permalinks 및 html_permalinks_icon을 사용하십시오." -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s 문서" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "매개변수" @@ -1902,44 +1902,44 @@ msgstr "반환" msgid "Return type" msgstr "반환 형식" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "멤버 변수" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "변수" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "함수" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "매크로" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "구조체" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "공용체" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "열거형" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "열거자" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "자료형" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "함수 매개변수" @@ -1988,16 +1988,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "예외" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "클래스" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "콘셉트" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "템플릿 매개변수" @@ -2176,7 +2176,7 @@ msgstr "%s의 중복 객체 설명, 다른 인스턴스는 %s에 있으며, 이 msgid "more than one target found for cross-reference %r: %s" msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (폐지됨)" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "모듈 __all__ 속성의 구성원만 정확히 문서화합니다. (기본값: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "키워드 매개변수" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "예제" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "예제" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "참고" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "기타 매개변수" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "수신" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "참조" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "경고" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "생성" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "잘못된 값 세트 (닫는 중괄호 누락): %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "잘못된 값 세트 (여는 중괄호 누락): %s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" @@ -3468,25 +3468,25 @@ msgstr "각주 [%s]이(가) 참조되지 않았습니다." msgid "Footnote [#] is not referenced." msgstr "각주 [#]이 참조되지 않았습니다." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo Binary files differindex 81a55e624..0662e6b14 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 a68b352a5..437f498c5 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: DALIUS DOBRAVOLSKAS <DALIUS@SANDBOX.LT>, 2010\n" "Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%Y-%m-%d" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Bendras indeksas" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indeksas" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "kitas" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "praeitas" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametrai" @@ -1901,44 +1901,44 @@ msgstr "Grąžinamos reikšmės" msgid "Return type" msgstr "Grąžinamos reikšmės tipas" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "narys" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "kintamasis" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makrokomanda" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipas" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "Išmeta" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasė" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (atmestas)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo Binary files differindex 41b49bfd8..ac5fda135 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.po b/sphinx/locale/lv/LC_MESSAGES/sphinx.po index e479451fb..a52d93476 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Latvian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Vispārējs indekss" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indekss" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "nākošais" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "iepriekšējs" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametri" @@ -1900,44 +1900,44 @@ msgstr "Atgriež" msgid "Return type" msgstr "Atgriežamais tips" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "loceklis" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "mainīgais" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makross" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tips" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "Izmet" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klase" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo Binary files differindex da1ba725a..bbff1a0a0 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.po b/sphinx/locale/mk/LC_MESSAGES/sphinx.po index b39239481..18fc981ef 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vasil Vangelovski <vvangelovski@gmail.com>, 2013\n" "Language-Team: Macedonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Главна содржина" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "содржина" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "следна" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "претходна" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s документација" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Параметри" @@ -1901,44 +1901,44 @@ msgstr "Враќа" msgid "Return type" msgstr "Повратен тип" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "член" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "променлива" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "макро" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "Фрла" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo Binary files differindex ab02f3460..3c0b82c04 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 49a6a4ec8..c1153daeb 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Hovedindex" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "neste" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "forrige" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametere" @@ -1900,44 +1900,44 @@ msgstr "Returnere" msgid "Return type" msgstr "Retur type" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funksjon" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (foreldet)" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo Binary files differindex 3c46f7650..a1d0e1fa8 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 7b9e1f6e1..2a17068b1 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016\n" "Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "सामान्य अनुसुची" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "अनुसुची" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "पछिल्लो" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "अघिल्लो" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parameters" @@ -1902,44 +1902,44 @@ msgstr "Returns" msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "सदस्य" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "चल" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "फन्क्सन" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "बृहत" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "किसिम" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "कक्षा" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(deprecated)" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo Binary files differindex 708de4b77..ee90eb7f7 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 51055e4a9..4fd7b6f27 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2021\n" "Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" @@ -318,12 +318,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Dit project vereist extensie %s met versie %s of hoger, en kan daarom niet met de geladen versie (%s) worden gebouwd" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -637,7 +637,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -647,7 +647,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -772,7 +772,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -895,7 +895,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -921,164 +921,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Algemene index" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "volgende" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "vorige" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s documentatie" @@ -1889,7 +1889,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parameters" @@ -1907,44 +1907,44 @@ msgstr "Returns" msgid "Return type" msgstr "Return type" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "member" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabele" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "functie" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "type" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1993,16 +1993,16 @@ msgstr "" msgid "Throws" msgstr "Werpt" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2181,7 +2181,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (verouderd)" @@ -3100,58 +3100,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Sleutelwoordargumenten" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Verwijzingen" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3473,25 +3473,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo Binary files differindex b8f9bd00e..d527aab9a 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 04f14c640..0eca7aafd 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the Sphinx project. # # Translators: -# m_aciek <maciej.olko@gmail.com>, 2017-2020 +# Maciej Olko <maciej.olko@gmail.com>, 2017-2020 # Michael Gielda <michal.gielda@gmail.com>, 2014 # Takeshi KOMIYA <i.tkomiya@gmail.com>, 2018 # Tawez, 2013-2019 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2017-2020\n" +"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2017-2020\n" "Language-Team: Polish (http://www.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Ten projekt potrzebuje rozszerzenia %s co najmniej w wersji %s, dlatego nie może zostać zbudowany z załadowaną wersją (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -634,7 +634,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "kopiowanie obrazków..." @@ -644,7 +644,7 @@ msgstr "kopiowanie obrazków..." msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "nieprawidłowy css_file: %r, zignorowano" @@ -892,7 +892,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "Pliki tekstowe są w %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "Strony HTML są w %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks ogólny" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "dalej" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "wstecz" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "kopiowanie plików do pobrania..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "nie można skopiować pliku statycznego %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "nie można skopiować dodatkowego pliku %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Wystąpił błąd podczas renderowania strony %s.\nPowód: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "nieprawidłowy js_file: %r, zignorowano" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Podano nieznany math_renderer %r." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "plik favicon %r nie istnieje" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s - dokumentacja" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametry" @@ -1904,44 +1904,44 @@ msgstr "Zwraca" msgid "Return type" msgstr "Typ zwracany" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "pole" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "zmienna" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcja" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "unia" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1990,16 +1990,16 @@ msgstr "" msgid "Throws" msgstr "Wyrzuca" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasa" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "koncepcja" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (niezalecane)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumenty Nazwane" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Przykład" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Przykłady" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Uwagi" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Pozostałe parametry" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3470,25 +3470,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo Binary files differindex 5ee4d1144..b6e2a1019 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 bd66c8a2a..4698f1f2a 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo Binary files differindex 810e12359..4f26948ea 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 5559e3533..d2d8ca2af 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2019-2022\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" @@ -317,12 +317,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Este projeto precisa da extensão %s pelo menos na versão %s e, portanto, não pode ser compilado com a versão carregada (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Nome de analisador léxico Pygments %r não é conhecido" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "Não foi possível fazer análise léxica de literal_block como “%s”. Realce de sintaxe ignorado." @@ -636,7 +636,7 @@ msgstr "preparando documentos" msgid "duplicated ToC entry found: %s" msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "copiando imagens… " @@ -646,7 +646,7 @@ msgstr "copiando imagens… " msgid "cannot read image file %r: copying it instead" msgstr "não foi possível ler o arquivo de imagem %r: copiando-o" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -771,7 +771,7 @@ msgstr "o valor da configuração “epub_identifier” não deve estar vazio pa msgid "conf value \"version\" should not be empty for EPUB3" msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" @@ -894,7 +894,7 @@ msgstr "erro ao escrever o arquivo Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "Os arquivos texto estão em %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -920,164 +920,164 @@ msgstr "arquivo de informações da compilação está quebrado: %r" msgid "The HTML pages are in %(outdir)s." msgstr "As páginas HTML estão em %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Falha ao ler o arquivo de informações de compilação: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "gerando índices" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "escrevendo páginas adicionais" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "copiando arquivos baixáveis… " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "não foi possível copiar o arquivo baixável %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Falha ao copiar um arquivo em html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "copiando arquivos estáticos" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "não foi possível copiar o arquivo estático %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "copiando arquivos extras" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "não foi possível copiar o arquivo extra %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "Falha ao escrever o arquivo de informações de compilação: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "não foi possível carregar o índice de pesquisa, mas nem todos os documentos serão compilados: o índice ficará incompleto." -#: sphinx/builders/html/__init__.py:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "a página %s corresponde a dois padrões em html_sidebars: %r e %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "ocorreu um erro Unicode ao renderizar a página %s. Verifique se todos os valores de configuração que contêm conteúdo não ASCII são strings Unicode." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "despejando inventário de objetos" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "despejando índice de pesquisa em %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Muitos math_renders estão registrados, mas nenhum math_renderer está selecionado." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "math_renderer desconhecido %r é fornecido." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "a entrada de html_extra_path %r não existe" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "a entrada de html_static_path %r não existe" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "entrada de html_static_path %r está posicionada dento de outdir" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "o arquivo logo %r não existe" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "o arquivo favicon %r não existe" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks foi descontinuado desde v3.5.0. Use html_permalinks e html_permalinks_icon." -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "documentação %s %s" @@ -1888,7 +1888,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parâmetros" @@ -1906,44 +1906,44 @@ msgstr "Retorna" msgid "Return type" msgstr "Tipo de retorno" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variável" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "função" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "struct" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "união" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "parâmetro de função" @@ -1992,16 +1992,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Lança" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "conceito" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "parâmetro de modelo" @@ -2180,7 +2180,7 @@ msgstr "descrição duplicada de objeto de %s, outra instância em %s, use :noin msgid "more than one target found for cross-reference %r: %s" msgstr "mais de um alvo localizado para referência cruzada %r: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (obsoleto)" @@ -3099,58 +3099,58 @@ msgid "" "%(default)s)" msgstr "documenta exatamente os membros no módulo atributo __all__. (padrão: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumentos de Palavras-chave" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Exemplo" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Exemplos" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Notas" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Outros Parâmetros" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "Recebe" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Referências" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Avisos" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "Yields" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, 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:971 +#: sphinx/ext/napoleon/docstring.py:983 #, 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:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "string literal malformada (faltando aspas de fechamento): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "string literal malformada (faltando aspas de abertura): %s" @@ -3472,25 +3472,25 @@ msgstr "Nota de rodapé [%s] não é referenciada." msgid "Footnote [#] is not referenced." msgstr "Nota de rodapé [#] não é referenciada." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "referências de nota de rodapé inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "referências de citação inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo Binary files differindex 55de00bce..105347f3b 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index 2f94f5e1c..db0e17094 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Takeshi KOMIYA <i.tkomiya@gmail.com>, 2016\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Documentação %s %s" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parâmetros" @@ -1902,44 +1902,44 @@ msgstr "Retorno" msgid "Return type" msgstr "Tipo de retorno" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membro" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variável" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "função" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tipo" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "Gera" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (obsoleto)" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo Binary files differindex e98ce5ac4..f564d6cec 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.po b/sphinx/locale/ro/LC_MESSAGES/sphinx.po index 7bf10df62..e6c8ec41a 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Razvan Stefanescu <razvan.stefanescu@gmail.com>, 2015-2017\n" "Language-Team: Romanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ro/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -642,7 +642,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index General" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "următor" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "precedent" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s documentație" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametrii" @@ -1902,44 +1902,44 @@ msgstr "Întoarce" msgid "Return type" msgstr "Tipul întors" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "membru" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabilă" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funcție" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enumerator" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "" msgid "Throws" msgstr "Generează" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "clasă" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(învechit)" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo Binary files differindex bd7e6e498..a053cda42 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 7bfad9042..1b515fa79 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Il'ya <ilya@marshal.dev>, 2022\n" "Language-Team: Russian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" @@ -318,12 +318,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -637,7 +637,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -647,7 +647,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "Не получается считать файл изображение %r: скопируйте его" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -772,7 +772,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -895,7 +895,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -921,164 +921,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Алфавитный указатель" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "указатель" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "вперёд" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "назад" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "документация %s %s" @@ -1889,7 +1889,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Параметры" @@ -1907,44 +1907,44 @@ msgstr "Результат" msgid "Return type" msgstr "Тип результата" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "поле" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "переменная" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "функция" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "перечисляемый тип" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "перечислитель" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1993,16 +1993,16 @@ msgstr "" msgid "Throws" msgstr "Бросает исключение" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "класс" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "концепт" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2181,7 +2181,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(использование не рекомендуется)" @@ -3100,58 +3100,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Именованные аргументы" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Пример" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Примеры" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Заметки" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Другие параметры" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Предупрждения" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3473,25 +3473,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo Binary files differindex eb093278e..79b9fff27 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index 7ce514ce5..238d2ca66 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: callkalpa <callkalpa@gmail.com>, 2013\n" "Language-Team: Sinhala (http://www.transifex.com/sphinx-doc/sphinx-1/language/si/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "ඊළඟ" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "පෙර" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s ලේඛණය" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "පරාමිතීන්" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "සාමාජික" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "විචල්යය" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "ක්රියාව" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "මැක්රෝ" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "වර්ගය" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo Binary files differindex 1023e1987..5d6f4663c 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 701342a98..3bf28889b 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Slavko <linux@slavino.sk>, 2013-2019,2021\n" "Language-Team: Slovak (http://www.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" @@ -314,12 +314,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Tento projekt vyžaduje rozšírenie %s s verziou minimálne %s, a teda ho nemožno zostaviť s načítanou verziou (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Neznáme meno lexera Pygments %r" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "Nemožno spracovať literal_block ako \"%s\". Zvýraznenie syntaxe preskočené." @@ -633,7 +633,7 @@ msgstr "príprava dokumentov" msgid "duplicated ToC entry found: %s" msgstr "nájdená duplicitná položka Obsahu: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "kopírovanie obrázkov…" @@ -643,7 +643,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:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -768,7 +768,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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "neplatný css_file: %r, ignorovaný" @@ -891,7 +891,7 @@ msgstr "chyba zápisu súboru Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "Textové súbory sú v %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -917,164 +917,164 @@ msgstr "súbor info zostavenia je poškodený: %r" msgid "The HTML pages are in %(outdir)s." msgstr "Stránky HTML sú v %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "Čítanie súboru zostavenia info zlyhalo: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Všeobecný index" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "ďalší" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "predošlý" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "generovanie indexov" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "zapisovanie dodatočných stránok" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "kopírovanie súborov na stiahnutie…" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, 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:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, 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:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "kopírovanie statických súborov" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "nemožno kopírovať statický súbor %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "kopírovanie extra súborov" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "nemožno kopírovať extra súbor %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, 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:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "generovanie inventára objektov…" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "generovanie indexu hľadania v %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "neplatné js_file: %r, ignorované" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 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:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Zdaný neznámy math_renderer %r." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, 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:1270 +#: sphinx/builders/html/__init__.py:1273 #, 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:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "položka „html_static_path” %r neexistuje" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, 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:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "súbor loga %r neexistuje" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "súbor favicon %r neexistuje" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Dokumentácia %s %s" @@ -1885,7 +1885,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametre" @@ -1903,44 +1903,44 @@ msgstr "Vracia" msgid "Return type" msgstr "Návratový typ" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "člen" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "premenná" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcia" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "parameter funkcie" @@ -1989,16 +1989,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Vyvoláva" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "trieda" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "parameter šablóny" @@ -2177,7 +2177,7 @@ msgstr "duplicitný popis objektu %s, ďalší výskyt v %s, použite :noindex: msgid "more than one target found for cross-reference %r: %s" msgstr "nájdený viac ako jeden cieľ krížového odkazu %r: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (zastarané)" @@ -3096,58 +3096,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumenty kľúčových slov" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Príklad" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Príklady" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Poznámky" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Ostatné parametre" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Varovania" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, 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:971 +#: sphinx/ext/napoleon/docstring.py:983 #, 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:978 +#: sphinx/ext/napoleon/docstring.py:990 #, 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:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %s" @@ -3469,25 +3469,25 @@ msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." msgid "Footnote [#] is not referenced." msgstr "Poznámka pod čiarou [#] nie je odkazovaná." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo Binary files differindex 399df34a1..5e8a210f7 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 4868e6cfb..8b6664e43 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Slovenian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Splošni abecedni seznam" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "abecedni seznam" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "naprej" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "nazaj" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametri" @@ -1900,44 +1900,44 @@ msgstr "Vrne" msgid "Return type" msgstr "Vrne tip" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "član" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "tip" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (zastarelo)" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index f44cf953f..7c13d932c 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx 5.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+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" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -771,7 +771,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -894,7 +894,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -920,164 +920,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1900,7 +1900,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1918,44 +1918,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -2004,16 +2004,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2192,7 +2192,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3116,58 +3116,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3487,25 +3487,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated:" " {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo Binary files differindex fb18a9eb0..d02564409 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.po b/sphinx/locale/sq/LC_MESSAGES/sphinx.po index 7716d1608..c6f256c0b 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sq/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Besnik Bleta <besnik@programeshqip.org>, 2021-2022\n" "Language-Team: Albanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sq/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Ky projekt lyp zgjerimin %s të paktën nën versionin %s dhe prandaj s’mund të montohet me versionin e ngarkuar (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "po përgatiten dokumente" msgid "duplicated ToC entry found: %s" msgstr "u gjet zë TeL i përsëdytur: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "po kopjohen figura… " @@ -641,7 +641,7 @@ msgstr "po kopjohen figura… " msgid "cannot read image file %r: copying it instead" msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "vlera e formësimit \"epub_identifier\" s’duhet të jetë e zbrazët p msgid "conf value \"version\" should not be empty for EPUB3" msgstr "vlera e formësimit \"version\" s’duhet të jetë e zbrazët për EPUB3" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file e pavlefshme: %r, u shpërfill" @@ -889,7 +889,7 @@ msgstr "gabim në shkrim kartele Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "Kartelat tekst gjenden në %(outdir)s." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "kartela e të dhënave të montimit është e dëmtuar: %r" msgid "The HTML pages are in %(outdir)s." msgstr "Faqet HTML gjenden në %(outdir)s." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Tregues i Përgjithshëm" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "tregues" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "pasuesi" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "i mëparshmi" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "po prodhohen tregues" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "po shkruhen faqe shtesë" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "po kopjohen kartela të shkarkueshme… " -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "S’u arrit të kopjohet një kartelë te html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "po kopjohen kartela statike" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "s’kopjohet dot kartelë statike %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "po kopjohen kartela ekstra" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "s’kopjohet dot kartelë ekstra %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "treguesi i kërkimi s’u ngarkua dot, por jo krejt dokumentet do të montohen: treguesi do të jetë i paplotë." -#: sphinx/builders/html/__init__.py:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "faqja %s ka përputhje me dy rregullsi te html_sidebars: %r dhe %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "ndodhi një gabim Unikod, kur vizatohej faqja %s. Ju lutemi, siguroni që krejt vlerat e formësimit që përmbajnë lëndë jo-ASCII të jenë vargje Unikod." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ndodhi një gabim gjatë vizatimit të faqes %s.\nArsye: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file e pavlefshme: %r, u shpërfill" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Janë të regjistruar plot math_renderers. Por s’u përzgjodh math_renderer." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "U dha math_renderer %r i panjohur." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "zëri html_extra_path %r s’ekziston" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "zëri %r i html_extra_path entry është vendosur jashtë outdir-it" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "zëri html_static_path %r s’ekziston" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "zëri %r i html_extra_path entry është vendosur brenda outdir-it" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "kartela stemë %r s’ekziston" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "kartela favikonë %r s’ekziston" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks është nxjerrë nga përdorimi që me v3.5.0. Ju lutemi, në vend të tyre përdorni html_permalinks dhe html_permalinks_icon." -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Dokumentim i %s %s" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametra" @@ -1901,44 +1901,44 @@ msgstr "Kthime" msgid "Return type" msgstr "Lloj kthimi" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "anëtar" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "ndryshore" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funksion" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "bashkim" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "lloj" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "parametër funksioni" @@ -1987,16 +1987,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klasë" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "parametër gjedheje" @@ -2175,7 +2175,7 @@ msgstr "përshkrim i përsëdytur objekti për %s, instancë tjetër te %s, për msgid "more than one target found for cross-reference %r: %s" msgstr "për ndërreferencën %r u gjet më shumë se një objektiv: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (nxjerrë nga përdorimi)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "Argumente Fjalëkyçi" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Shembull" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Shembuj" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Shënime" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Parametra të Tjerë" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Referenca" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Sinjalizime" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "u caktua vlerë e pavlefshme (mungon kllapë mbyllëse): %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "u caktua vlerë e pavlefshme (mungon kllapë hapëse): %s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "shprehje vargu e keqformuar (mungon thonjëz mbyllëse): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "shprehje vargu e keqformuar (mungon thonjëz hapëse): %s" @@ -3467,25 +3467,25 @@ msgstr "Poshtëshënimi [%s] s’është në referencë." msgid "Footnote [#] is not referenced." msgstr "Poshtëshënimi [#] s’është në referencë." -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "referenca pa njëtrajtësi, te fundfaqe në mesazhin e përkthyer. origjinali: {0}, përkthimi: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "referenca pa njëtrajtësi, te mesazhi i përkthyer. origjinali: {0}, përkthimi: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "referenca citimi pa njëtrajtësi, te fundfaqe në mesazhin e përkthyer. origjinali: {0}, përkthimi: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo Binary files differindex a3b163f6a..e8ee7749f 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 e9eb6874a..b2c4c2d27 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vladimir Milovanović <vmilovanovic@gmail.com>, 2020\n" "Language-Team: Serbian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" @@ -313,12 +313,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -632,7 +632,7 @@ msgstr "припремање докумената" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "пребацивање слика... " @@ -642,7 +642,7 @@ msgstr "пребацивање слика... " msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -767,7 +767,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -890,7 +890,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -916,164 +916,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "индекс" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "напред" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "назад" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "документација %s %s" @@ -1884,7 +1884,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Параметри" @@ -1902,44 +1902,44 @@ msgstr "Резултат" msgid "Return type" msgstr "Тип резултата" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "променљива" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1988,16 +1988,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2176,7 +2176,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3095,58 +3095,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Пример" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Примери" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Белешке" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Упозорења" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3468,25 +3468,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo Binary files differindex 69d5c909a..9879271ee 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 3f5034b9d..3f413bb48 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr@latin/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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr@latin/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo Binary files differindex a050b35ee..08106cdd7 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 6689c453d..48b3405ca 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Serbian (Serbia) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo Binary files differindex ea2969301..42084d183 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 cf384f943..ec2e9fe2e 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Swedish (http://www.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Huvudindex" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "nästa" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "föregående" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametrar" @@ -1900,44 +1900,44 @@ msgstr "Returnerar" msgid "Return type" msgstr "Returtyp" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "medlem" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "variabel" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "typ" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "Kastar" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo Binary files differindex 0434e7888..0010bc682 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 9142f1911..468194de6 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard <julien.malard@mail.mcgill.ca>, 2019\n" "Language-Team: Tamil (http://www.transifex.com/sphinx-doc/sphinx-1/language/ta/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "அடுத்த" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1901,44 +1901,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo Binary files differindex 5f23106df..c378aa41a 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 5d3ade7aa..dc1a9b26b 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Telugu (http://www.transifex.com/sphinx-doc/sphinx-1/language/te/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo Binary files differindex 971b7c057..c20f4637d 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 dc5987b50..b8f2a642c 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (http://www.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" @@ -315,12 +315,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "Bu projenin %s uzantısına ve en az %s sürümüne ihtiyacı vardır ve bu nedenle yüklenen sürümle oluşturulamaz (%s)." -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments lexer adı %r bilinmiyor" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "\"%s\" olarak literal_block lex yapılamadı. Vurgulama atlandı." @@ -634,7 +634,7 @@ msgstr "belgeler hazırlanıyor" msgid "duplicated ToC entry found: %s" msgstr "kopyalanmış ToC girişi bulundu: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "resimler kopyalanıyor..." @@ -644,7 +644,7 @@ msgstr "resimler kopyalanıyor..." msgid "cannot read image file %r: copying it instead" msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -769,7 +769,7 @@ msgstr "yapılandırma değeri \"epub_identifier\", EPUB3 için boş olmamalıd msgid "conf value \"version\" should not be empty for EPUB3" msgstr "yapılandırma değeri \"version\", EPUB3 için boş olmamalıdır" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "geçersiz css_file: %r, yoksayıldı" @@ -892,7 +892,7 @@ msgstr "Makefile dosyası yazılırken hata oldu: %s" msgid "The text files are in %(outdir)s." msgstr "Metin dosyaları %(outdir)s içinde." -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -918,164 +918,164 @@ msgstr "oluşturma bilgisi dosyası bozuldu: %r" msgid "The HTML pages are in %(outdir)s." msgstr "HTML sayfaları %(outdir)s içinde." -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Genel Dizin" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "dizin" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "sonraki" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "önceki" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "dizinler oluşturuluyor" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "ilave sayfalar yazılıyor" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "indirilebilir dosyalar kopyalanıyor..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "indirilebilir dosya %r kopyalanamıyor: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "sabit dosya %r kopyalanamıyor" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "fazladan dosyalar kopyalanıyor" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "fazladan dosya %r kopyalanamıyor..." -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "arama dizini yüklenemedi, ancak tüm belgeler oluşturulmayacaktır: dizin tamamlanmamış olacaktır." -#: sphinx/builders/html/__init__.py:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "sayfa %s html_sidebars içinde iki şekille eşleşiyor: %r ve %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "%s sayfasını işlerken bir Evrensel kod hatası meydana geldi. Lütfen ASCII olmayan içerik içeren tüm yapılandırma değerlerinin Evrensel kod dizgiler olduğundan emin olun." -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "%s sayfasını işlerken bir hata oldu.\nSebep: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "nesne envanteri dökümleniyor" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "%s içinde arama dizini dökümleniyor" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "geçersiz js_file: %r, yoksayıldı" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Birçok math_renderers kayıtlı. Ama hiç math_renderer seçilmedi." -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Bilinmeyen math_renderer %r verildi." -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path girişi %r mevcut değil" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path girişi %r, çıktı dizini içine yerleştirildi" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path girişi %r mevcut değil" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path girişi %r, çıktı dizini içine yerleştirildi" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "logo dosyası %r mevcut değil" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "favicon dosyası %r mevcut değil" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s belgelendirmesi" @@ -1886,7 +1886,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Parametreler" @@ -1904,44 +1904,44 @@ msgstr "Dönüşler" msgid "Return type" msgstr "Dönüş türü" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "üyesi" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "değişkeni" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "işlevi" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "makrosu" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "birliği" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "numaralandırıcı" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "türü" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1990,16 +1990,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "Şunu verir: " -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "sınıfı" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "kavramı" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2178,7 +2178,7 @@ msgstr "%s kopya nesne açıklaması, %s içindeki diğer örnek, bunlardan biri msgid "more than one target found for cross-reference %r: %s" msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (kullanım dışı)" @@ -3097,58 +3097,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "Örnek" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Örnekler" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "Notlar" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "Diğer Parametreler" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "Kaynaklar" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "Uyarılar" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "Getiriler" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3470,25 +3470,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo Binary files differindex 77b6fe2c7..aaf19bb97 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 fe79812ce..4f44aaa0b 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Petro Sasnyk <petro@sasnyk.name>, 2009\n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Загальний індекс" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "індекс" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "наступний" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "попередній" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Параметри" @@ -1901,44 +1901,44 @@ msgstr "Повертає" msgid "Return type" msgstr "Тип повернення" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "член" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "функція" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "тип" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "клас" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr " (застарілий)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo Binary files differindex 0ae4d6c35..046da2636 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 2d314ef61..9fdb33272 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Urdu (http://www.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo Binary files differindex 65786b1ca..130a8aed8 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 ac784c812..7ba104ae2 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hoat Le Van <hoatlevan@gmail.com>, 2014\n" "Language-Team: Vietnamese (http://www.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" @@ -312,12 +312,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -915,164 +915,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%d/%m/%Y" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Chỉ mục chung" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "chỉ mục" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "xem tiếp" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "xem lại" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "Tài liệu %s %s" @@ -1883,7 +1883,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "Tham số" @@ -1901,44 +1901,44 @@ msgstr "Trả về" msgid "Return type" msgstr "Kiểu trả về" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "thuộc tính" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "biến" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "hàm" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "kiểu" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1987,16 +1987,16 @@ msgstr "" msgid "Throws" msgstr "Ném" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "lớp" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2175,7 +2175,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(sắp loại bỏ)" @@ -3094,58 +3094,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "Các ví dụ" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3467,25 +3467,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo Binary files differindex dc95839da..f35d1b390 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 85905a351..c8f99115b 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-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Cantonese (http://www.transifex.com/sphinx-doc/sphinx-1/language/yue/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo Binary files differindex 8620360d7..48ed84e70 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 c9078f8ce..5381807b4 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Yinian Chin <yinian1992@live.com>, 2013,2018,2020,2022\n" "Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" @@ -328,12 +328,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "该项目要求扩展 %s 至少是 %s 版本,当前加载版本(%s)无法构建文档。" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "未知的 Pygments 词法分析器 %r" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "无法按照“%s”语言的词法解析代码块,跳过该代码块的语法高亮。" @@ -647,7 +647,7 @@ msgstr "正在准备写入文档" msgid "duplicated ToC entry found: %s" msgstr "发现重复的目录条目:%s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "正在复制图像文件……" @@ -657,7 +657,7 @@ msgstr "正在复制图像文件……" msgid "cannot read image file %r: copying it instead" msgstr "无法读取图像文件 %r:改为直接复制" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -782,7 +782,7 @@ msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "无效的 css_file:%r,已忽略" @@ -905,7 +905,7 @@ msgstr "写入 Makefile 文件时出错:%s" msgid "The text files are in %(outdir)s." msgstr "文本文件保存在 %(outdir)s 目录。" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -931,164 +931,164 @@ msgstr "构建信息文件损坏:%r" msgid "The HTML pages are in %(outdir)s." msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "读取构建信息文件失败:%r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "总索引" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "索引" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "下一页" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "上一页" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "正在生成索引" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "正在写入附加页面" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "正在复制可下载文件……" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "无法复制可下载文件 %r:%s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, 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:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "正在复制静态文件" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "无法复制静态文件 %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "正在复制额外文件" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "无法复制额外文件 %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "写入构建信息文件失败:%r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "在渲染页面 %s 时发生了 Unicode 错误。请确保所有包含非 ASCII 字符的配置项均为 Unicode 字符串。" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "渲染页面 %s 时发生了错误。\n原因:%r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "正在导出对象清单" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "正在导出 %s 的搜索索引" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "无效的 js_file:%r,已忽略" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "给定的 math_renderer %r 不存在。" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 入口 %r 不存在" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 入口 %r 被置于输出目录内" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 入口 %r 不存在" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 入口 %r 置于输出目录内" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "logo 文件 %r 不存在" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 文件 %r 不存在" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks 自 v3.5.0 后弃用。请改用 html_permalinks 和 html_permalinks_icon。" -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s 文档" @@ -1899,7 +1899,7 @@ msgid "%s (C %s)" msgstr "%s(C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "参数" @@ -1917,44 +1917,44 @@ msgstr "返回" msgid "Return type" msgstr "返回类型" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "成员" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "变量" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "函数" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "宏" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "结构体" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "联合体" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "枚举" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "枚举成员" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "类型" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "函数参数" @@ -2003,16 +2003,16 @@ msgstr "%s(C++ %s)" msgid "Throws" msgstr "抛出" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "类" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "概念" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "模板参数" @@ -2191,7 +2191,7 @@ msgstr "重复的 %s 对象描述,另一对象描述出现在 %s,请向二 msgid "more than one target found for cross-reference %r: %s" msgstr "交叉引用 %r 找到了多个目标:%s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(已弃用)" @@ -3110,58 +3110,58 @@ msgid "" "%(default)s)" msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "关键字参数" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "示例" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "示例" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "备注" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "其他参数" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "接受" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "引用" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "警告" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "生成器" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "无效的值集合(缺少右括号):%s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "无效的值集合(缺少左括号):%s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "异常的字符串字面量(缺少右引号):%s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "异常的字符串字面量(缺少左引号):%s" @@ -3483,25 +3483,25 @@ msgstr "脚注 [%s] 没有被引用过。" msgid "Footnote [#] is not referenced." msgstr "脚注 [#] 没有被引用过。" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo Binary files differindex fbf5ee2d4..46a237917 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po index c6cb9293b..04d89e877 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_HK/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo Binary files differindex 25de21877..9a0e27d53 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po index 1454bd392..f6642cd66 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese (Taiwan) (Big5) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW.Big5/)\n" @@ -311,12 +311,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, 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:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, 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:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -914,164 +914,164 @@ msgstr "" msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format 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:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 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:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "" @@ -1882,7 +1882,7 @@ msgid "%s (C %s)" msgstr "" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "" @@ -1900,44 +1900,44 @@ msgstr "" msgid "Return type" msgstr "" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "" @@ -1986,16 +1986,16 @@ msgstr "" msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "" @@ -2174,7 +2174,7 @@ msgstr "" msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "" @@ -3093,58 +3093,58 @@ msgid "" "%(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "" @@ -3466,25 +3466,25 @@ msgstr "" msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo Binary files differindex 925e91a55..5e7f68554 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index 1ee11b41e..44b8dfbca 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-06-26 00:23+0000\n" +"POT-Creation-Date: 2022-07-03 00:22+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Steven Hsu <hsuhaochun@gmail.com>, 2021-2022\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\n" @@ -319,12 +319,12 @@ msgid "" "cannot be built with the loaded version (%s)." msgstr "這個專案需要擴充套件 %s 的最低版本是 %s,所以無法以載入的版本 (%s) 被建立。" -#: sphinx/highlighting.py:127 +#: sphinx/highlighting.py:159 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments lexer 名稱 %r 不是已知的" -#: sphinx/highlighting.py:153 +#: sphinx/highlighting.py:185 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "無法將 literal_block 分析為 \"%s\"。Highlighting 已省略。" @@ -638,7 +638,7 @@ msgstr "正在準備文件" msgid "duplicated ToC entry found: %s" msgstr "找到了重複的 ToC 項目: %s" -#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:759 +#: sphinx/builders/_epub_base.py:398 sphinx/builders/html/__init__.py:762 #: sphinx/builders/latex/__init__.py:410 sphinx/builders/texinfo.py:173 msgid "copying images... " msgstr "正在複製圖片..." @@ -648,7 +648,7 @@ msgstr "正在複製圖片..." msgid "cannot read image file %r: copying it instead" msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" -#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:767 +#: sphinx/builders/_epub_base.py:411 sphinx/builders/html/__init__.py:770 #: sphinx/builders/latex/__init__.py:418 sphinx/builders/texinfo.py:183 #, python-format msgid "cannot copy image file %r: %s" @@ -773,7 +773,7 @@ msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" -#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1151 +#: sphinx/builders/epub3.py:229 sphinx/builders/html/__init__.py:1154 #, python-format msgid "invalid css_file: %r, ignored" msgstr "無效的 css_file: %r, 已略過" @@ -896,7 +896,7 @@ msgstr "錯誤寫入檔案 Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "文字檔案在 %(outdir)s 。" -#: sphinx/builders/html/__init__.py:1104 sphinx/builders/text.py:69 +#: sphinx/builders/html/__init__.py:1107 sphinx/builders/text.py:69 #: sphinx/builders/xml.py:86 #, python-format msgid "error writing file %s: %s" @@ -922,164 +922,164 @@ msgstr "build info 檔案已失效: %r" msgid "The HTML pages are in %(outdir)s." msgstr "HTML 頁面在 %(outdir)s 。" -#: sphinx/builders/html/__init__.py:403 +#: sphinx/builders/html/__init__.py:406 #, python-format msgid "Failed to read build info file: %r" msgstr "讀取 build info 檔失敗: %r" -#: sphinx/builders/html/__init__.py:496 sphinx/builders/latex/__init__.py:177 +#: sphinx/builders/html/__init__.py:499 sphinx/builders/latex/__init__.py:177 #: sphinx/transforms/__init__.py:110 sphinx/writers/manpage.py:94 #: sphinx/writers/texinfo.py:222 #, python-format msgid "%b %d, %Y" msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/html/__init__.py:515 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:518 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "總索引" -#: sphinx/builders/html/__init__.py:515 +#: sphinx/builders/html/__init__.py:518 msgid "index" msgstr "索引" -#: sphinx/builders/html/__init__.py:580 +#: sphinx/builders/html/__init__.py:583 msgid "next" msgstr "下一頁" -#: sphinx/builders/html/__init__.py:589 +#: sphinx/builders/html/__init__.py:592 msgid "previous" msgstr "上一頁" -#: sphinx/builders/html/__init__.py:683 +#: sphinx/builders/html/__init__.py:686 msgid "generating indices" msgstr "正在產生索引" -#: sphinx/builders/html/__init__.py:698 +#: sphinx/builders/html/__init__.py:701 msgid "writing additional pages" msgstr "正在編寫附加頁面" -#: sphinx/builders/html/__init__.py:777 +#: sphinx/builders/html/__init__.py:780 msgid "copying downloadable files... " msgstr "正在複製可下載的檔案..." -#: sphinx/builders/html/__init__.py:785 +#: sphinx/builders/html/__init__.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "無法複製可下載的檔案 %r: %s" -#: sphinx/builders/html/__init__.py:818 sphinx/builders/html/__init__.py:830 +#: sphinx/builders/html/__init__.py:821 sphinx/builders/html/__init__.py:833 #, 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:851 +#: sphinx/builders/html/__init__.py:854 msgid "copying static files" msgstr "正在複製靜態檔案" -#: sphinx/builders/html/__init__.py:867 +#: sphinx/builders/html/__init__.py:870 #, python-format msgid "cannot copy static file %r" msgstr "無法複製靜態檔案 %r" -#: sphinx/builders/html/__init__.py:872 +#: sphinx/builders/html/__init__.py:875 msgid "copying extra files" msgstr "正在複製額外檔案" -#: sphinx/builders/html/__init__.py:878 +#: sphinx/builders/html/__init__.py:881 #, python-format msgid "cannot copy extra file %r" msgstr "無法複製額外檔案 %r" -#: sphinx/builders/html/__init__.py:885 +#: sphinx/builders/html/__init__.py:888 #, python-format msgid "Failed to write build info file: %r" msgstr "寫入 build info 檔失敗: %r" -#: sphinx/builders/html/__init__.py:933 +#: sphinx/builders/html/__init__.py:936 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:994 +#: sphinx/builders/html/__init__.py:997 #, 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:1087 +#: sphinx/builders/html/__init__.py:1090 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "在呈現頁面 %s 時發生了一個 Unicode 錯誤。請確認所有包含 non-ASCII 內容的組態值都是 Unicode 字串。" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1095 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" -#: sphinx/builders/html/__init__.py:1121 +#: sphinx/builders/html/__init__.py:1124 msgid "dumping object inventory" msgstr "正在傾印物件庫存" -#: sphinx/builders/html/__init__.py:1126 +#: sphinx/builders/html/__init__.py:1129 #, python-format msgid "dumping search index in %s" msgstr "正在傾印搜尋索引於 %s" -#: sphinx/builders/html/__init__.py:1168 +#: sphinx/builders/html/__init__.py:1171 #, python-format msgid "invalid js_file: %r, ignored" msgstr "無效的 js_file: %r, 已略過" -#: sphinx/builders/html/__init__.py:1255 +#: sphinx/builders/html/__init__.py:1258 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" -#: sphinx/builders/html/__init__.py:1258 +#: sphinx/builders/html/__init__.py:1261 #, python-format msgid "Unknown math_renderer %r is given." msgstr "未知的 math_renderer %r 被給予。" -#: sphinx/builders/html/__init__.py:1266 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 項目 %r 不存在" -#: sphinx/builders/html/__init__.py:1270 +#: sphinx/builders/html/__init__.py:1273 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 項目 %r 被放入 outdir" -#: sphinx/builders/html/__init__.py:1279 +#: sphinx/builders/html/__init__.py:1282 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 項目 %r 不存在" -#: sphinx/builders/html/__init__.py:1283 +#: sphinx/builders/html/__init__.py:1286 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 項目 %r 被放入 outdir" -#: sphinx/builders/html/__init__.py:1292 sphinx/builders/latex/__init__.py:422 +#: sphinx/builders/html/__init__.py:1295 sphinx/builders/latex/__init__.py:422 #, python-format msgid "logo file %r does not exist" msgstr "標誌檔案 %r 不存在" -#: sphinx/builders/html/__init__.py:1301 +#: sphinx/builders/html/__init__.py:1304 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 檔案 %r 不存在" -#: sphinx/builders/html/__init__.py:1321 +#: sphinx/builders/html/__init__.py:1324 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks 從 v3.5.0 開始已被廢止。請改用 html_permalinks 和 html_permalinks_icon。" -#: sphinx/builders/html/__init__.py:1353 +#: sphinx/builders/html/__init__.py:1356 #, python-format msgid "%s %s documentation" msgstr "%s %s 說明文件" @@ -1206,16 +1206,16 @@ msgstr "如果這是一個使用者錯誤,請一併回報,如此下次才能 msgid "" "A bug report can be filed in the tracker at <https://github.com/sphinx-" "doc/sphinx/issues>. Thanks!" -msgstr "" +msgstr "錯誤回報可被歸檔於追蹤系統中,它是在 <https://github.com/sphinx-doc/sphinx/issues>. 謝謝!" #: sphinx/cmd/build.py:90 msgid "job number should be a positive number" -msgstr "" +msgstr "工件編號應該是一個正數" #: sphinx/cmd/build.py:98 sphinx/cmd/quickstart.py:465 #: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:577 msgid "For more information, visit <https://www.sphinx-doc.org/>." -msgstr "" +msgstr "需要更多資訊,請拜訪 <https://www.sphinx-doc.org/>." #: sphinx/cmd/build.py:99 msgid "" @@ -1234,27 +1234,27 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\n從原始檔案產生說明文件。\n\nsphinx-build 會從 SOURCEDIR 中的檔案來產生說明文件,並\n將它置放於 OUTPUTDIR。它會在 SOURCEDIR 中尋找 'conf.py' \n內的組態設定。'sphinx-quickstart' 工具可以用來產生模板檔案,\n包括 'conf.py'\n\nsphinx-build 能以不同的格式建立說明文件。在命令列指定建立\n器的名稱來選擇一種格式;其預設值為 HTML。建立器也能執行\n與處理說明文件有關的其他任務。\n\n在預設情況,所有舊的文件都已經被建立。指定個別的檔名,\n可以在建立時僅限於輸出所選的檔案。\n" #: sphinx/cmd/build.py:120 msgid "path to documentation source files" -msgstr "" +msgstr "到說明文件原始檔案的路徑" #: sphinx/cmd/build.py:122 msgid "path to output directory" -msgstr "" +msgstr "到輸出資料夾的路徑" #: sphinx/cmd/build.py:124 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "一份要重建的特定檔案列表。如果 -a 被指定則會被略過。" #: sphinx/cmd/build.py:127 msgid "general options" -msgstr "" +msgstr "一般選項" #: sphinx/cmd/build.py:130 msgid "builder to use (default: html)" -msgstr "" +msgstr "要使用的建立器(預設值:html)" #: sphinx/cmd/build.py:132 msgid "write all files (default: only write new and changed files)" @@ -1262,243 +1262,243 @@ msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" #: sphinx/cmd/build.py:135 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" #: sphinx/cmd/build.py:138 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "已存快取環境及 doctree 檔案的路徑(預設值:OUTPUTDIR/.doctrees)" #: sphinx/cmd/build.py:141 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "盡可能以 N 個程序平行建立(特殊值 \"auto\" 會設定 N 為 cpu-count)" #: sphinx/cmd/build.py:145 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "組態檔案 (conf.py) 所在的路徑(預設值:與 SOURCEDIR 相同)" #: sphinx/cmd/build.py:148 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "完全不使用組態檔案,只用 -D 選項" #: sphinx/cmd/build.py:151 msgid "override a setting in configuration file" -msgstr "" +msgstr "在組態檔案中置換一項設定" #: sphinx/cmd/build.py:154 msgid "pass a value into HTML templates" -msgstr "" +msgstr "傳遞一個值進入 HTML 模板" #: sphinx/cmd/build.py:157 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "定義 tag:「只」包含有 TAG 的區塊" #: sphinx/cmd/build.py:159 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "nit-picky 模式,對所有遺漏的參照發出警告" #: sphinx/cmd/build.py:162 msgid "console output options" -msgstr "" +msgstr "控制台輸出選項" #: sphinx/cmd/build.py:164 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "增加贅言(可以被重複)" #: sphinx/cmd/build.py:166 sphinx/ext/apidoc.py:326 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "在 stdout 無輸出,只有在 stderr 的警告" #: sphinx/cmd/build.py:168 msgid "no output at all, not even warnings" -msgstr "" +msgstr "完全沒有輸出,也沒有警告" #: sphinx/cmd/build.py:171 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "執行 emit 彩色輸出(預設值:auto-detect)" #: sphinx/cmd/build.py:174 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" #: sphinx/cmd/build.py:177 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "寫入警告(及錯誤)至給定的檔案" #: sphinx/cmd/build.py:179 msgid "turn warnings into errors" -msgstr "" +msgstr "將警告轉為錯誤" #: sphinx/cmd/build.py:181 msgid "with -W, keep going when getting warnings" -msgstr "" +msgstr "帶有 -W,在得到警告時會繼續前進" #: sphinx/cmd/build.py:183 msgid "show full traceback on exception" -msgstr "" +msgstr "在例外中顯示完整的回溯" #: sphinx/cmd/build.py:185 msgid "run Pdb on exception" -msgstr "" +msgstr "在例外中執行 Pdb" #: sphinx/cmd/build.py:217 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "無法找到檔案 %r" #: sphinx/cmd/build.py:220 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "無法合併 -a 選項及檔名" #: sphinx/cmd/build.py:241 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "無法開啟警告檔案 %r: %s" #: sphinx/cmd/build.py:251 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-D 選項引數必須是 name=value 的形式" #: sphinx/cmd/build.py:258 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-A 選項引數必須是 name=value 的形式" #: sphinx/cmd/quickstart.py:38 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "從模組自動插入說明字串" #: sphinx/cmd/quickstart.py:39 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "在 doctest 區塊自動測試程式碼片段" #: sphinx/cmd/quickstart.py:40 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "在不同專案的 Sphinx 說明文件中鏈接" #: sphinx/cmd/quickstart.py:41 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" #: sphinx/cmd/quickstart.py:42 msgid "checks for documentation coverage" -msgstr "" +msgstr "核對說明文件的涵蓋範圍" #: sphinx/cmd/quickstart.py:43 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "包含 math,以 PNG 或 SVG 影像被呈現" #: sphinx/cmd/quickstart.py:44 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "包含 math,被 MathJax 在瀏覽器中呈現" #: sphinx/cmd/quickstart.py:45 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "根據組態值有條件地包含內容" #: sphinx/cmd/quickstart.py:46 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" #: sphinx/cmd/quickstart.py:47 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" #: sphinx/cmd/quickstart.py:89 msgid "Please enter a valid path name." -msgstr "" +msgstr "請輸入有效的路徑名稱。" #: sphinx/cmd/quickstart.py:105 msgid "Please enter some text." -msgstr "" +msgstr "請輸入一些文字。" #: sphinx/cmd/quickstart.py:112 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "請輸入一種 %s 。" #: sphinx/cmd/quickstart.py:119 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "請輸入 'y' 或 'n'。" #: sphinx/cmd/quickstart.py:125 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" #: sphinx/cmd/quickstart.py:206 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" #: sphinx/cmd/quickstart.py:208 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "請輸入以下設定值(如果括號中有給定預設值,請直接\n按下 Enter 以接受它)。" #: sphinx/cmd/quickstart.py:213 #, python-format msgid "Selected root path: %s" -msgstr "" +msgstr "被選的根路徑: %s" #: sphinx/cmd/quickstart.py:216 msgid "Enter the root path for documentation." -msgstr "" +msgstr "輸入說明文件的根路徑。" #: sphinx/cmd/quickstart.py:217 msgid "Root path for the documentation" -msgstr "" +msgstr "說明文件的根路徑" #: sphinx/cmd/quickstart.py:222 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" #: sphinx/cmd/quickstart.py:224 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" #: sphinx/cmd/quickstart.py:226 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" #: sphinx/cmd/quickstart.py:233 msgid "" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "您有兩個選擇來為 Sphinx 的輸出放置建立資料夾。\n其一,您可以在根路徑中使用資料夾 \"_build\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" #: sphinx/cmd/quickstart.py:236 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "分離來源並建立資料夾 (y/n)" #: sphinx/cmd/quickstart.py:240 msgid "" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "在根資料夾內部,另外兩個資料夾會被建立;\"_templates\" \n放置自訂的 HTML 模板,而 \"_static\" 放置自訂的表單及其他\n靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" #: sphinx/cmd/quickstart.py:243 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "用於模板及靜態資料夾的名稱前綴" #: sphinx/cmd/quickstart.py:247 msgid "" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" #: sphinx/cmd/quickstart.py:248 msgid "Project name" -msgstr "" +msgstr "專案名稱" #: sphinx/cmd/quickstart.py:250 msgid "Author name(s)" -msgstr "" +msgstr "作者姓名" #: sphinx/cmd/quickstart.py:254 msgid "" @@ -1507,15 +1507,15 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "在 Sphinx 中,軟體具有「版本」和「發布版本」的概念。每個\n版本可以有多個發布版本。舉例來說,Python 的版本會像是 2.5 \n或 3.0,而發布版本則像是 2.5.1 或 3.0a1。如果您不需要這個雙\n重的結構,請直接將兩者設為相同的值。" #: sphinx/cmd/quickstart.py:259 msgid "Project version" -msgstr "" +msgstr "專案版本" #: sphinx/cmd/quickstart.py:261 msgid "Project release" -msgstr "" +msgstr "專案發布版本" #: sphinx/cmd/quickstart.py:265 msgid "" @@ -1525,21 +1525,21 @@ msgid "" "\n" "For a list of supported codes, see\n" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" +msgstr "如果文件是被英語以外的語言被編寫,您可以根據它的語言碼\n在此選擇一個語言。Sphinx 會將它產生的文本翻譯為該語言。\n\n要了解可支援的語言碼列表,請參閱\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." #: sphinx/cmd/quickstart.py:271 msgid "Project language" -msgstr "" +msgstr "專案語言" #: sphinx/cmd/quickstart.py:277 msgid "" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "用於原始檔的檔案名稱後綴。通常,這會是 \".txt\" 或 \".rst\"。\n只有具有此後綴的檔案才會被認為是文件。" #: sphinx/cmd/quickstart.py:279 msgid "Source file suffix" -msgstr "" +msgstr "原始檔案後綴" #: sphinx/cmd/quickstart.py:283 msgid "" @@ -1547,91 +1547,91 @@ msgid "" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "一份文件的特別之處在於它會被視為 \"contents tree\" 中的頂端\n節點,也就是說,它是文件階層結構中的根。通常,這會是 \n\"index\",但如果您的 \"index\" 文件是一個自訂的模板,您也可以\n將它設定為另一個檔名。" #: sphinx/cmd/quickstart.py:287 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "您的主要文件名稱(不含後綴)" #: sphinx/cmd/quickstart.py:292 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" #: sphinx/cmd/quickstart.py:294 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart 不會重寫已存在的檔案。" #: sphinx/cmd/quickstart.py:296 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" #: sphinx/cmd/quickstart.py:300 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" #: sphinx/cmd/quickstart.py:308 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "註解:imgmath 和 mathjax 無法同時被啟用。imgmath 已被取消選擇。" #: sphinx/cmd/quickstart.py:314 msgid "" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "會為您產生一個 Makefile 和一個 Windows 命令檔,所以\n您只需要執行像是 `make html' 而不必直接調用 \nsphinx-build。" #: sphinx/cmd/quickstart.py:317 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "是否建立 Makefile? (y/n)" #: sphinx/cmd/quickstart.py:320 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "是否建立 Windows 命令檔?(y/n)" #: sphinx/cmd/quickstart.py:363 sphinx/ext/apidoc.py:85 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "正在建立檔案 %s 。" #: sphinx/cmd/quickstart.py:368 sphinx/ext/apidoc.py:82 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "檔案 %s 已存在,正在跳過。" #: sphinx/cmd/quickstart.py:410 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "已結束:一個初始資料夾結構已被建立。" #: sphinx/cmd/quickstart.py:412 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" #: sphinx/cmd/quickstart.py:415 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" -msgstr "" +msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" #: sphinx/cmd/quickstart.py:418 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" -msgstr "" +msgstr "使用 sphinx-build 命令來建立文件,像這樣:\n sphinx-build -b builder %s %s" #: sphinx/cmd/quickstart.py:420 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." -msgstr "" +msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" #: sphinx/cmd/quickstart.py:455 msgid "" @@ -1641,7 +1641,7 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\n為 Sphinx 專案產生需要的檔案。\n\nsphinx-quickstart 是一個互動式工具,它會問一些關於您專案\n的問題,然後產生完整的說明文件資料夾以及用於 sphinx-build \n的 Makefile 樣本。\n" #: sphinx/cmd/quickstart.py:470 msgid "quiet mode" @@ -1763,13 +1763,13 @@ msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被 #: sphinx/cmd/quickstart.py:581 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" #: sphinx/cmd/quickstart.py:583 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" #: sphinx/cmd/quickstart.py:598 #, python-format @@ -1778,7 +1778,7 @@ msgstr "無效的模板變數: %s" #: sphinx/directives/code.py:56 msgid "non-whitespace stripped by dedent" -msgstr "" +msgstr "非空白字元被凸排去除" #: sphinx/directives/code.py:75 #, python-format @@ -1789,58 +1789,58 @@ msgstr "無效標題:%s" #: sphinx/directives/code.py:432 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "列號規格超出範圍 (1-%d): %r" #: sphinx/directives/code.py:200 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" #: sphinx/directives/code.py:212 #, python-format msgid "Include file %r not found or reading it failed" -msgstr "" +msgstr "Include 檔案 %r 未找到或是讀取失敗" #: sphinx/directives/code.py:215 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" -msgstr "" +msgstr "編碼 %r 用以讀取被 include 的檔案 %r 似乎有錯,嘗試給定一個 :encoding: 選項" #: sphinx/directives/code.py:250 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" #: sphinx/directives/code.py:275 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " #: sphinx/directives/code.py:280 #, python-format msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgstr "Line spec %r: 從 include 檔案 %r 沒有提取任何一行" #: sphinx/directives/other.py:102 #, python-format msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgstr "toctree glob 型樣 %r 未匹配任何文件" #: sphinx/directives/other.py:123 sphinx/environment/adapters/toctree.py:168 #, python-format msgid "toctree contains reference to excluded document %r" -msgstr "" +msgstr "toctree 包含了指向已排除文件的參照 %r" #: sphinx/directives/other.py:126 sphinx/environment/adapters/toctree.py:170 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "toctree 包含了指向不存在文件的參照 %r" #: sphinx/directives/other.py:136 #, python-format msgid "duplicated entry found in toctree: %s" -msgstr "" +msgstr "在 toctree 中找到重複的項目: %s" #: sphinx/directives/other.py:168 msgid "Section author: " @@ -1860,11 +1860,11 @@ msgstr "作者:" #: sphinx/directives/other.py:246 msgid ".. acks content is not a list" -msgstr "" +msgstr ".. acks 的內容不是一個列表" #: sphinx/directives/other.py:271 msgid ".. hlist content is not a list" -msgstr "" +msgstr ".. hlist 的內容不是一個列表" #: sphinx/directives/patches.py:109 msgid "" @@ -1890,7 +1890,7 @@ msgid "%s (C %s)" msgstr "%s (C %s)" #: sphinx/domains/c.py:3347 sphinx/domains/cpp.py:7320 -#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:727 +#: sphinx/domains/python.py:433 sphinx/ext/napoleon/docstring.py:739 msgid "Parameters" msgstr "參數" @@ -1908,44 +1908,44 @@ msgstr "回傳" msgid "Return type" msgstr "回傳型別" -#: sphinx/domains/c.py:3750 sphinx/domains/cpp.py:7734 +#: sphinx/domains/c.py:3749 sphinx/domains/cpp.py:7733 msgid "member" msgstr "成員函數" -#: sphinx/domains/c.py:3751 +#: sphinx/domains/c.py:3750 msgid "variable" msgstr "變數" -#: sphinx/domains/c.py:3752 sphinx/domains/cpp.py:7733 +#: sphinx/domains/c.py:3751 sphinx/domains/cpp.py:7732 #: sphinx/domains/javascript.py:318 sphinx/domains/python.py:1155 msgid "function" msgstr "函式" -#: sphinx/domains/c.py:3753 +#: sphinx/domains/c.py:3752 msgid "macro" msgstr "巨集" -#: sphinx/domains/c.py:3754 +#: sphinx/domains/c.py:3753 msgid "struct" msgstr "結構" -#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7732 +#: sphinx/domains/c.py:3754 sphinx/domains/cpp.py:7731 msgid "union" msgstr "union" -#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 +#: sphinx/domains/c.py:3755 sphinx/domains/cpp.py:7736 msgid "enum" msgstr "enum" -#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7738 +#: sphinx/domains/c.py:3756 sphinx/domains/cpp.py:7737 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/c.py:3758 sphinx/domains/cpp.py:7735 +#: sphinx/domains/c.py:3757 sphinx/domains/cpp.py:7734 msgid "type" msgstr "型別" -#: sphinx/domains/c.py:3760 sphinx/domains/cpp.py:7740 +#: sphinx/domains/c.py:3759 sphinx/domains/cpp.py:7739 msgid "function parameter" msgstr "函式參數" @@ -1994,16 +1994,16 @@ msgstr "%s (C++ %s)" msgid "Throws" msgstr "拋出" -#: sphinx/domains/cpp.py:7731 sphinx/domains/javascript.py:320 +#: sphinx/domains/cpp.py:7730 sphinx/domains/javascript.py:320 #: sphinx/domains/python.py:1157 msgid "class" msgstr "類別" -#: sphinx/domains/cpp.py:7736 +#: sphinx/domains/cpp.py:7735 msgid "concept" msgstr "概念" -#: sphinx/domains/cpp.py:7741 +#: sphinx/domains/cpp.py:7740 msgid "template parameter" msgstr "模板參數" @@ -2182,7 +2182,7 @@ msgstr "%s 的重複物件敘述,其他的實例在 %s ,使用 :noindex: 給 msgid "more than one target found for cross-reference %r: %s" msgstr "為交互參照 %r 找到多於一個目標: %s" -#: sphinx/domains/python.py:1395 +#: sphinx/domains/python.py:1402 msgid " (deprecated)" msgstr "(已棄用)" @@ -2321,12 +2321,12 @@ msgstr "無效的 numfig_format: %s" #: sphinx/domains/std.py:1102 #, python-format msgid "undefined label: %r" -msgstr "" +msgstr "未定義的標籤: %r" #: sphinx/domains/std.py:1104 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgstr "無法建立一個交互參照。未找到標題或說明: %r" #: sphinx/environment/__init__.py:71 msgid "new config" @@ -3101,58 +3101,58 @@ msgid "" "%(default)s)" msgstr "文件確實是在模組 __all__ 屬性中的成員。(預設值: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:694 +#: sphinx/ext/napoleon/__init__.py:339 sphinx/ext/napoleon/docstring.py:706 msgid "Keyword Arguments" msgstr "關鍵字引數" -#: sphinx/ext/napoleon/docstring.py:648 +#: sphinx/ext/napoleon/docstring.py:660 msgid "Example" msgstr "範例" -#: sphinx/ext/napoleon/docstring.py:649 +#: sphinx/ext/napoleon/docstring.py:661 msgid "Examples" msgstr "範例" -#: sphinx/ext/napoleon/docstring.py:709 +#: sphinx/ext/napoleon/docstring.py:721 msgid "Notes" msgstr "備註" -#: sphinx/ext/napoleon/docstring.py:718 +#: sphinx/ext/napoleon/docstring.py:730 msgid "Other Parameters" msgstr "其他參數" -#: sphinx/ext/napoleon/docstring.py:754 +#: sphinx/ext/napoleon/docstring.py:766 msgid "Receives" msgstr "接收" -#: sphinx/ext/napoleon/docstring.py:758 +#: sphinx/ext/napoleon/docstring.py:770 msgid "References" msgstr "參照" -#: sphinx/ext/napoleon/docstring.py:790 +#: sphinx/ext/napoleon/docstring.py:802 msgid "Warns" msgstr "警告" -#: sphinx/ext/napoleon/docstring.py:794 +#: sphinx/ext/napoleon/docstring.py:806 msgid "Yields" msgstr "產出" -#: sphinx/ext/napoleon/docstring.py:964 +#: sphinx/ext/napoleon/docstring.py:976 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "無效的值集合(缺少右括號): %s" -#: sphinx/ext/napoleon/docstring.py:971 +#: sphinx/ext/napoleon/docstring.py:983 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "無效的值集合(缺少左括號): %s" -#: sphinx/ext/napoleon/docstring.py:978 +#: sphinx/ext/napoleon/docstring.py:990 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "異常的字串文本(缺少右括號): %s" -#: sphinx/ext/napoleon/docstring.py:985 +#: sphinx/ext/napoleon/docstring.py:997 #, python-format msgid "malformed string literal (missing opening quote): %s" msgstr "異常的字串文本(缺少左括號): %s" @@ -3474,25 +3474,25 @@ msgstr "註腳 [%s] 未被參照。" msgid "Footnote [#] is not referenced." msgstr "註腳 [#] 未被參照。" -#: sphinx/transforms/i18n.py:323 sphinx/transforms/i18n.py:394 +#: sphinx/transforms/i18n.py:324 sphinx/transforms/i18n.py:395 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" -#: sphinx/transforms/i18n.py:366 +#: sphinx/transforms/i18n.py:367 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:414 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "被翻譯訊息中有不一致的引用。原文: {0},譯文: {1}" -#: sphinx/transforms/i18n.py:433 +#: sphinx/transforms/i18n.py:434 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index 930d1b64f..b67722c1b 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -6,7 +6,7 @@ % \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{sphinx}[2021/01/27 v4.0.0 LaTeX package (Sphinx markup)] +\ProvidesPackage{sphinx}[2022/06/30 v5.1.0 LaTeX package (Sphinx markup)] % provides \ltx@ifundefined % (many packages load ltxcmds: graphicx does for pdftex and lualatex but @@ -154,6 +154,9 @@ }% % Default color chosen to be as in minted.sty LaTeX package! \sphinxDeclareSphinxColorOption{VerbatimHighlightColor}{{rgb}{0.878,1,1}} +% topic and contents boxes +\sphinxDeclareSphinxColorOption{shadowBorderColor}{{rgb}{0,0,0}} +\sphinxDeclareSphinxColorOption{shadowShadowColor}{{rgb}{0,0,0}} % admonition boxes, "light" style \sphinxDeclareSphinxColorOption{noteBorderColor}{{rgb}{0,0,0}} \sphinxDeclareSphinxColorOption{hintBorderColor}{{rgb}{0,0,0}} diff --git a/sphinx/texinputs/sphinxlatexadmonitions.sty b/sphinx/texinputs/sphinxlatexadmonitions.sty index 1e418c8c2..b261ad7f6 100644 --- a/sphinx/texinputs/sphinxlatexadmonitions.sty +++ b/sphinx/texinputs/sphinxlatexadmonitions.sty @@ -1,7 +1,7 @@ %% NOTICES AND ADMONITIONS % % change this info string if making any custom modification -\ProvidesFile{sphinxlatexadmonitions.sty}[2021/01/27 admonitions] +\ProvidesFile{sphinxlatexadmonitions.sty}[2022/07/03 admonitions] % Provides support for this output mark-up from Sphinx latex writer: % @@ -103,9 +103,11 @@ \let\@listdepth\@mplistdepth \@mplistdepth\z@ \@minipagerestore \@setminipage }% + \color@begingroup % workaround to an upstream framed.sty bug } {% \par\unskip + \color@endgroup % matches the \color@begingroup \@minipagefalse \endMakeFramed \ifspx@inframed\end{minipage}\fi diff --git a/sphinx/texinputs/sphinxlatexliterals.sty b/sphinx/texinputs/sphinxlatexliterals.sty index 3aa08cffa..aa907333f 100644 --- a/sphinx/texinputs/sphinxlatexliterals.sty +++ b/sphinx/texinputs/sphinxlatexliterals.sty @@ -1,7 +1,7 @@ %% LITERAL BLOCKS % % change this info string if making any custom modification -\ProvidesFile{sphinxlatexliterals.sty}[2022/06/30 code-blocks and parsed literals] +\ProvidesFile{sphinxlatexliterals.sty}[2022/07/03 code-blocks and parsed literals] % Provides support for this output mark-up from Sphinx latex writer: % @@ -742,11 +742,13 @@ % never reset, and it issues \@minipagefalse repeatedly (from \@setminipage). % As fancyvrb Verbatim will do \@minipagefalse itself, let's simplify things. \everypar{}% + \color@begingroup % protect against color leaks (upstream framed.sty bug) % will fetch its optional arguments if any \OriginalVerbatim } {% \endOriginalVerbatim + \color@endgroup % matches the \color@begingroup \ifspx@inframed \egroup % finish \sphinxVerbatim@ContentsBox vbox \nobreak % update page totals diff --git a/sphinx/texinputs/sphinxlatexshadowbox.sty b/sphinx/texinputs/sphinxlatexshadowbox.sty index 8d6c78666..4a013ef65 100644 --- a/sphinx/texinputs/sphinxlatexshadowbox.sty +++ b/sphinx/texinputs/sphinxlatexshadowbox.sty @@ -1,7 +1,7 @@ %% TOPIC AND CONTENTS BOXES % % change this info string if making any custom modification -\ProvidesFile{sphinxlatexshadowbox.sty}[2021/01/27 sphinxShadowBox] +\ProvidesFile{sphinxlatexshadowbox.sty}[2022/07/03 sphinxShadowBox] % Provides support for this output mark-up from Sphinx latex writer: % @@ -17,41 +17,93 @@ % Requires: \RequirePackage{framed} -% Again based on use of "framed.sty", this allows breakable framed boxes. +% Let's draw the contents first, then the frame and the shadow last, +% to avoid problems with some pdf viewers. \long\def\spx@ShadowFBox#1{% \leavevmode\begingroup - % first we frame the box #1 + % First we prepare a box with the contents and some reserved space for the + % frame and inner separation; with more parameters we could allow various + % border widths for top, bottom, left, right, but here all are equal. \setbox\@tempboxa - \hbox{\vrule\@width\sphinxshadowrule - \vbox{\hrule\@height\sphinxshadowrule + \hbox{\kern\sphinxshadowrule + \vbox{\kern\sphinxshadowrule \kern\sphinxshadowsep \hbox{\kern\sphinxshadowsep #1\kern\sphinxshadowsep}% \kern\sphinxshadowsep - \hrule\@height\sphinxshadowrule}% - \vrule\@width\sphinxshadowrule}% - % Now we add the shadow, like \shadowbox from fancybox.sty would do - \dimen@\dimexpr.5\sphinxshadowrule+\sphinxshadowsize\relax + \kern\sphinxshadowrule}% + \kern\sphinxshadowrule}% + % Now we rebox, adding the colored frame for which space was reserved. + \setbox\@tempboxa + \hbox{\unhcopy\@tempboxa % not \unhbox to be able to refer to \ht, \wd later + \kern-\wd\@tempboxa + {\color{sphinxshadowBorderColor}% color push here + \vrule\@width\sphinxshadowrule% TeX auto-computes the height + \vbox{\hrule\@height\sphinxshadowrule% TeX auto-computes the width + \kern\dimexpr\ht\@tempboxa-\sphinxshadowrule\relax + % This empty \hbox is here to give width used by \hrule + % As \dp\@tempboxa is zero, the \hbox location is at the + % bottom of frame. + \hbox{\kern\dimexpr\wd\@tempboxa-2\sphinxshadowrule\relax}% + \kern\dimexpr\dp\@tempboxa-\sphinxshadowrule\relax + \hrule\@height\sphinxshadowrule% TeX auto-computes the width + }% + \vrule\@width\sphinxshadowrule% TeX auto-computes the height + }% color pop will happen here + }% + % Now we add the shadow. + % + % Formerly, shadow was drawn partly on top of frame, but this was before + % both frame and shadow acquired colors. The width of the part of the + % shadow on the right is hidden, so it will stick into the right page + % margin. + % + % The frame borders are included into this final \hbox, which is sent back + % to \MakeFramed/\endMakeFramed measurements and then finally to page + % shipout. As \advance\hsize-\width appears in \MakeFramed, where \width is + % the computed extra width added by the framing plus inner separation (so + % actually 2\sphinxshadowrule+2\sphinxshadowsep), this all means that + % horizontally the frame will be perfectly adjusted to the *total* text + % width limits (i.e. independent of current list nesting; but anyhow + % Docutils does not allow nesting of topic within topics or body elements). \hbox{\vbox{\offinterlineskip - \hbox{\copy\@tempboxa\kern-.5\sphinxshadowrule + \hbox{\copy\@tempboxa % not \box as we need \wd and \ht next % add shadow on right side \lower\sphinxshadowsize - \hbox{\vrule\@height\ht\@tempboxa \@width\dimen@}% + \hbox{{\color{sphinxshadowShadowColor}% + \vrule\@height\ht\@tempboxa \@width\sphinxshadowsize}}% }% - \kern-\dimen@ % shift back vertically to bottom of frame + \kern-\sphinxshadowsize % shift back vertically to bottom of frame % and add shadow at bottom \moveright\sphinxshadowsize - \vbox{\hrule\@width\wd\@tempboxa \@height\dimen@}% + \vbox{{\color{sphinxshadowShadowColor}% + \hrule\@width\wd\@tempboxa \@height\sphinxshadowsize}}% }% - % move left by the size of right shadow so shadow adds no width + % move left by the size of right shadow so shadow adds no width, and + % will stick into right margin + % (we did not conceal of course from TeX the depth) \kern-\sphinxshadowsize }% \endgroup } -% use framed.sty to allow page breaks in frame+shadow -% works well inside Lists and Quote-like environments -% produced by ``topic'' directive (or local contents) -% could nest if LaTeX writer authorized it +% Use framed.sty \MakeFramed/\endMakeFramed to allow page breaks for topic +% boxes. Originally Sphinx used \shadowbox from fancybox.sty but it did not +% allow pagebreaks (which was problematic for "contents" directive if there +% are many subsections). +% +% Docutils does not allow topic to be nested within topics or other body +% elements. But the LaTeX code here does allow it: +% +% - a topic inside another topic would be rendered in a minipage (thus not +% allowing pagebreaks). Its external frame would adapt perfectly to +% the *current (smaller) width for text*. +% +% - a topic inside (nested) lists or quote environments would have its frame +% take the *full width* of the page, but its text contents on the other hand +% would obey exactly the current indentation plus inner separation. This is +% in contrast with the framing used for literal blocks, also based, but in a +% more sophisticated way on usage of \MakeFramed/\endMakeFramed, and +% adjusting to current text indentation. \newenvironment{sphinxShadowBox} {\def\FrameCommand {\spx@ShadowFBox }% \advance\spx@image@maxheight @@ -86,9 +138,11 @@ \@minipagerestore \@setminipage }% + \color@begingroup % workaround upstream framed.sty bug }% {% insert the "endminipage" code \par\unskip + \color@endgroup % matches the \color@begingroup \@minipagefalse \endMakeFramed \ifspx@inframed\end{minipage}\fi diff --git a/sphinx/texinputs/sphinxlatexstyletext.sty b/sphinx/texinputs/sphinxlatexstyletext.sty index ecab76c8d..d037f93da 100644 --- a/sphinx/texinputs/sphinxlatexstyletext.sty +++ b/sphinx/texinputs/sphinxlatexstyletext.sty @@ -1,7 +1,7 @@ %% TEXT STYLING % % change this info string if making any custom modification -\ProvidesFile{sphinxlatexstyletext.sty}[2022/06/29 text styling] +\ProvidesFile{sphinxlatexstyletext.sty}[2022/07/02 text styling] % Basically everything here consists of macros which are part of the latex % markup produced by the Sphinx latex writer @@ -69,6 +69,7 @@ \let\sphinxcrossref \@firstofone \let\sphinxtermref \@firstofone \let\sphinxhyphen\sphinxhyphenforbookmarks + \def\PYG#1#2{#2}% (can not yet appear in section titles, but perhaps in future) }} % Special characters diff --git a/sphinx/util/nodes.py b/sphinx/util/nodes.py index 4abc3afa4..1a861a060 100644 --- a/sphinx/util/nodes.py +++ b/sphinx/util/nodes.py @@ -3,7 +3,7 @@ import re import unicodedata from typing import (TYPE_CHECKING, Any, Callable, Iterable, List, Optional, Set, Tuple, Type, - Union, cast) + Union) from docutils import nodes from docutils.nodes import Element, Node @@ -412,7 +412,7 @@ def inline_all_toctrees(builder: "Builder", docnameset: Set[str], docname: str, Record all docnames in *docnameset*, and output docnames with *colorfunc*. """ - tree = cast(nodes.document, tree.deepcopy()) + tree = tree.deepcopy() for toctreenode in list(tree.findall(addnodes.toctree)): newnodes = [] includefiles = map(str, toctreenode['includefiles']) |