Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinx-auto-update committed Sep 3, 2024
1 parent 592fe21 commit 66771d9
Show file tree
Hide file tree
Showing 31 changed files with 459 additions and 914 deletions.
2 changes: 1 addition & 1 deletion locale/ar/LC_MESSAGES/development/howtos/builders.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 8.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-14 00:43+0000\n"
"POT-Creation-Date: 2024-09-03 00:44+0000\n"
"PO-Revision-Date: 2024-06-24 06:45+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down
95 changes: 30 additions & 65 deletions locale/ar/LC_MESSAGES/extdev/domainapi.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 8.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 00:44+0000\n"
"POT-Creation-Date: 2024-09-03 00:44+0000\n"
"PO-Revision-Date: 2018-02-12 13:48+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -97,8 +97,6 @@ msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/__init__.pydocstring
#: of sphinx.domains.Domain.get_objects:5
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:19
msgid "``name``"
msgstr ""

Expand Down Expand Up @@ -129,8 +127,6 @@ msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/__init__.pydocstring
#: of sphinx.domains.Domain.get_objects:14
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:32
msgid "``docname``"
msgstr ""

Expand All @@ -141,8 +137,6 @@ msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/__init__.pydocstring
#: of sphinx.domains.Domain.get_objects:17
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:35
msgid "``anchor``"
msgstr ""

Expand All @@ -164,9 +158,8 @@ msgid ""
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/__init__.pydocstring
#: of sphinx.domains.Domain.get_objects:24
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:27
#: of sphinx.domains.Domain.get_objects:24 ../docstring of
#: sphinx.domains.IndexEntry.subtype:5
msgid "``1``"
msgstr ""

Expand All @@ -176,9 +169,8 @@ msgid "Default priority (placed before full-text matches)."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/__init__.pydocstring
#: of sphinx.domains.Domain.get_objects:26
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:25
#: of sphinx.domains.Domain.get_objects:26 ../docstring of
#: sphinx.domains.IndexEntry.subtype:3
msgid "``0``"
msgstr ""

Expand All @@ -188,9 +180,8 @@ msgid "Object is important (placed before default-priority objects)."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/__init__.pydocstring
#: of sphinx.domains.Domain.get_objects:28
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:29
#: of sphinx.domains.Domain.get_objects:28 ../docstring of
#: sphinx.domains.IndexEntry.subtype:7
msgid "``2``"
msgstr ""

Expand Down Expand Up @@ -450,88 +441,62 @@ msgstr ""
msgid ""
"A sequence of ``(letter, entries)`` tuples, where ``letter`` is the "
"\"heading\" for the given ``entries``, usually the starting letter, and "
"``entries`` is a sequence of single entries. Each entry is a sequence "
"``[name, subtype, docname, anchor, extra, qualifier, descr]``. The items in "
"this sequence have the following meaning:"
"``entries`` is a sequence of single entries. Each entry is an "
":py:class:`IndexEntry`."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:20
msgid "The name of the index entry to be displayed."
#: of sphinx.domains._index.IndexEntry:1
msgid "An index entry."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:22
msgid "``subtype``"
#: of sphinx.domains._index.IndexEntry:5
msgid ""
"The *qualifier* and *description* are not rendered for some output formats, "
"such as LaTeX."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:23
#: ../docstring of sphinx.domains.IndexEntry.name:1
msgid "The name of the index entry to be displayed."
msgstr ""

#: ../docstring of sphinx.domains.IndexEntry.subtype:1
msgid "The sub-entry related type. One of:"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:26
#: ../docstring of sphinx.domains.IndexEntry.subtype:4
msgid "A normal entry."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:28
#: ../docstring of sphinx.domains.IndexEntry.subtype:6
msgid "An entry with sub-entries."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:30
#: ../docstring of sphinx.domains.IndexEntry.subtype:8
msgid "A sub-entry."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:33
#: ../docstring of sphinx.domains.IndexEntry.docname:1
msgid "*docname* where the entry is located."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:36
msgid "Anchor for the entry within ``docname``"
#: ../docstring of sphinx.domains.IndexEntry.anchor:1
msgid "Anchor for the entry within `docname`"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:38
msgid "``extra``"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:39
#: ../docstring of sphinx.domains.IndexEntry.extra:1
msgid "Extra info for the entry."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:41
msgid "``qualifier``"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:42
#: ../docstring of sphinx.domains.IndexEntry.qualifier:1
msgid "Qualifier for the description."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:44
msgid "``descr``"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:45
#: ../docstring of sphinx.domains.IndexEntry.descr:1
msgid "Description for the entry."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/domains/_index.pydocstring
#: of sphinx.domains._index.Index.generate:47
msgid ""
"Qualifier and description are not rendered for some output formats such as "
"LaTeX."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/site-packages/sphinx/directives/__init__.pydocstring
#: of sphinx.directives.ObjectDescription:1
msgid ""
Expand Down Expand Up @@ -719,7 +684,7 @@ msgstr ""
msgid "Number of required directive arguments."
msgstr ""

#: ../../sphinx/doc/extdev/domainapi.rst:23
#: ../../sphinx/doc/extdev/domainapi.rst:27
msgid "Python Domain"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion locale/ca_ES/LC_MESSAGES/development/howtos/builders.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 8.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-14 00:43+0000\n"
"POT-Creation-Date: 2024-09-03 00:44+0000\n"
"PO-Revision-Date: 2024-06-24 06:45+0000\n"
"Language-Team: Catalan (Spain) (https://app.transifex.com/sphinx-doc/teams/15434/ca_ES/)\n"
"MIME-Version: 1.0\n"
Expand Down
Loading

0 comments on commit 66771d9

Please sign in to comment.