Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinx-auto-update committed Oct 11, 2024
1 parent 919d2b8 commit cfdfa01
Show file tree
Hide file tree
Showing 56 changed files with 3,861 additions and 3,289 deletions.
21 changes: 18 additions & 3 deletions locale/ar/LC_MESSAGES/changes/index.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-10-10 00:48+0000\n"
"POT-Creation-Date: 2024-10-11 00:48+0000\n"
"PO-Revision-Date: 2024-07-31 00:36+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand All @@ -22,7 +22,7 @@ msgid "Changelog"
msgstr ""

#: ../../sphinx/CHANGES.rst:2
msgid "Release 8.1.0 (in development)"
msgid "Release 8.1.0 (released Oct 10, 2024)"
msgstr ""

#: ../../sphinx/CHANGES.rst:5
Expand Down Expand Up @@ -306,11 +306,26 @@ msgid ""
"Khan"
msgstr ""

#: ../../sphinx/CHANGES.rst:149
msgid ""
"#12995: Significantly improve performance when building the search index for"
" Chinese languages. Patch by Adam Turner."
msgstr ""

#: ../../sphinx/CHANGES.rst:152
msgid ""
"#12767: :py:meth:`.Builder.write` is typed as ``final``, meaning that the "
":event:`write-started` event may be relied upon by extensions. A new "
":py:meth:`.Builder.write_documents` method has been added to control how "
"documents are written. This is intended for builders that do not output a "
"file for each document. Patch by Adam Turner."
msgstr ""

#: ../../sphinx/CHANGES.rst:161
msgid "Testing"
msgstr ""

#: ../../sphinx/CHANGES.rst:154
#: ../../sphinx/CHANGES.rst:163
msgid ""
"#12141: Migrate from the deprecated ``karma`` JavaScript test framework to "
"the actively-maintained ``jasmine`` framework. Test coverage is unaffected."
Expand Down
52 changes: 34 additions & 18 deletions locale/ar/LC_MESSAGES/extdev/builderapi.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-10-10 00:48+0000\n"
"POT-Creation-Date: 2024-10-11 00:49+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 @@ -140,11 +140,16 @@ msgstr ""
msgid "Write the doctree to a file, to be used as a cache by re-builds."
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:44
msgid "Overridable Methods"
#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
#: of sphinx.builders.Builder.write:1
msgid "Write builder specific output files."
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:45
msgid "Abstract Methods"
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:46
msgid "These must be implemented in builder sub-classes:"
msgstr ""

Expand All @@ -163,11 +168,6 @@ msgid ""
"that need to be written."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
#: of sphinx.builders.Builder.prepare_writing:1
msgid "A place where you can add logic before :meth:`write_doc` is run"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
#: of sphinx.builders.Builder.write_doc:1
msgid "Where you actually write something to the filesystem."
Expand All @@ -185,7 +185,11 @@ msgid ""
"builders."
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:52
#: ../../sphinx/doc/extdev/builderapi.rst:53
msgid "Overridable Methods"
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:54
msgid "These methods can be overridden in builder sub-classes:"
msgstr ""

Expand All @@ -197,8 +201,20 @@ msgid ""
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
#: of sphinx.builders.Builder.write:1
msgid "Write builder specific output files."
#: of sphinx.builders.Builder.write_documents:1
msgid "Write all documents in *docnames*."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
#: of sphinx.builders.Builder.write_documents:3
msgid ""
"This method can be overridden if a builder does not create output files for "
"each document."
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
#: of sphinx.builders.Builder.prepare_writing:1
msgid "A place where you can add logic before :meth:`write_doc` is run"
msgstr ""

#: ../../../../../../../opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/sphinx/builders/__init__.pydocstring
Expand Down Expand Up @@ -227,28 +243,28 @@ msgstr ""
msgid "The default implementation does nothing."
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:61
#: ../../sphinx/doc/extdev/builderapi.rst:64
msgid "Attributes"
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:62
#: ../../sphinx/doc/extdev/builderapi.rst:65
msgid "Attributes that are callable from the builder instance:"
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:66
#: ../../sphinx/doc/extdev/builderapi.rst:69
msgid "An :class:`.EventManager` object."
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:69
#: ../../sphinx/doc/extdev/builderapi.rst:72
msgid "Overridable Attributes (extensions)"
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:70
#: ../../sphinx/doc/extdev/builderapi.rst:73
msgid ""
"Builder sub-classes can set these attributes to support built-in extensions:"
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:74
#: ../../sphinx/doc/extdev/builderapi.rst:77
msgid ""
"By default, the :mod:`linkcode <sphinx.ext.linkcode>` extension will only "
"inject references for an ``html`` builder. The ``supported_linkcode`` "
Expand All @@ -257,7 +273,7 @@ msgid ""
"an expression which is compatible with :rst:dir:`only`."
msgstr ""

#: ../../sphinx/doc/extdev/builderapi.rst:81
#: ../../sphinx/doc/extdev/builderapi.rst:84
msgid ""
"For example, if a builder was named ``custom-builder``, the following can be"
" used:"
Expand Down
Loading

0 comments on commit cfdfa01

Please sign in to comment.