Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinx-auto-update committed Jun 25, 2024
1 parent a1dc52f commit eff5b59
Show file tree
Hide file tree
Showing 69 changed files with 66,111 additions and 65,672 deletions.
9,315 changes: 4,661 additions & 4,654 deletions locale/ar/LC_MESSAGES/changes.po

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions locale/ar/LC_MESSAGES/usage/configuration.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 00:37+0000\n"
"POT-Creation-Date: 2024-06-25 00:41+0000\n"
"PO-Revision-Date: 2018-05-01 15:28+0000\n"
"Last-Translator: Abdullah ahmed <[email protected]>, 2023\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
Expand Down Expand Up @@ -3828,8 +3828,8 @@ msgstr ""
msgid ""
"Otherwise, ``linkcheck`` waits for a minute before to retry and keeps "
"doubling the wait time between attempts until it succeeds or exceeds the "
"``linkcheck_rate_limit_timeout``. By default, the timeout is 300 seconds and"
" custom timeouts should be given in seconds."
"``linkcheck_rate_limit_timeout``. By default, the timeout is 300 seconds. "
"Custom timeouts should be given as a number of seconds."
msgstr ""

#: ../../sphinx/doc/usage/configuration.rst:2962
Expand Down
12 changes: 6 additions & 6 deletions locale/ar/LC_MESSAGES/usage/extensions/autodoc.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-24 06:45+0000\n"
"POT-Creation-Date: 2024-06-25 00:41+0000\n"
"PO-Revision-Date: 2018-06-26 15:58+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -79,8 +79,8 @@ msgstr ""
#: ../../sphinx/doc/usage/extensions/autodoc.rst:57
msgid ""
":mod:`~sphinx.ext.autodoc` analyses the code and docstrings by introspection"
" after importing the modules. For importing to work. you have to make sure "
"that your modules can be found by sphinx and that dependencies can be "
" after importing the modules. For importing to work, you have to make sure "
"that your modules can be found by Sphinx and that dependencies can be "
"resolved (if your module does ``import foo``, but ``foo`` is not available "
"in the python environment that Sphinx runs in, your module import will "
"fail)."
Expand All @@ -95,14 +95,14 @@ msgid ""
"Use an environment that contains your package and Sphinx. This can e.g. be "
"your local dev environment (with an editable install), or an environment in "
"CI in which you install Sphinx and your package. The regular installation "
"process ensures that your package can be found by sphinx and that all "
"process ensures that your package can be found by Sphinx and that all "
"dependencies are available."
msgstr ""

#: ../../sphinx/doc/usage/extensions/autodoc.rst:71
msgid ""
"It is alternatively possible to patch the Sphinx run so that it can operate "
"directly on the sources; e.g. if you want to be able to do a sphinx build "
"directly on the sources; e.g. if you want to be able to do a Sphinx build "
"from a source checkout."
msgstr ""

Expand All @@ -111,7 +111,7 @@ msgid ""
"Patch :data:`sys.path` in your Sphinx :file:`conf.py` to include the folder "
"of your sources. E.g. if you have a repository structure with "
":file:`doc/conf.py` and your package is at :file:`src/mypackage`, then you "
"sould add::"
"should add::"
msgstr ""

#: ../../sphinx/doc/usage/extensions/autodoc.rst:81
Expand Down
9,315 changes: 4,661 additions & 4,654 deletions locale/ca_ES/LC_MESSAGES/changes.po

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions locale/ca_ES/LC_MESSAGES/usage/configuration.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 00:37+0000\n"
"POT-Creation-Date: 2024-06-25 00:41+0000\n"
"PO-Revision-Date: 2018-05-01 15:28+0000\n"
"Language-Team: Catalan (Spain) (https://app.transifex.com/sphinx-doc/teams/15434/ca_ES/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -3824,8 +3824,8 @@ msgstr ""
msgid ""
"Otherwise, ``linkcheck`` waits for a minute before to retry and keeps "
"doubling the wait time between attempts until it succeeds or exceeds the "
"``linkcheck_rate_limit_timeout``. By default, the timeout is 300 seconds and"
" custom timeouts should be given in seconds."
"``linkcheck_rate_limit_timeout``. By default, the timeout is 300 seconds. "
"Custom timeouts should be given as a number of seconds."
msgstr ""

#: ../../sphinx/doc/usage/configuration.rst:2962
Expand Down
12 changes: 6 additions & 6 deletions locale/ca_ES/LC_MESSAGES/usage/extensions/autodoc.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-24 06:45+0000\n"
"POT-Creation-Date: 2024-06-25 00:41+0000\n"
"PO-Revision-Date: 2018-06-26 15:58+0000\n"
"Last-Translator: Moisès Gómez Girón <[email protected]>, 2024\n"
"Language-Team: Catalan (Spain) (https://app.transifex.com/sphinx-doc/teams/15434/ca_ES/)\n"
Expand Down Expand Up @@ -83,8 +83,8 @@ msgstr ""
#: ../../sphinx/doc/usage/extensions/autodoc.rst:57
msgid ""
":mod:`~sphinx.ext.autodoc` analyses the code and docstrings by introspection"
" after importing the modules. For importing to work. you have to make sure "
"that your modules can be found by sphinx and that dependencies can be "
" after importing the modules. For importing to work, you have to make sure "
"that your modules can be found by Sphinx and that dependencies can be "
"resolved (if your module does ``import foo``, but ``foo`` is not available "
"in the python environment that Sphinx runs in, your module import will "
"fail)."
Expand All @@ -99,14 +99,14 @@ msgid ""
"Use an environment that contains your package and Sphinx. This can e.g. be "
"your local dev environment (with an editable install), or an environment in "
"CI in which you install Sphinx and your package. The regular installation "
"process ensures that your package can be found by sphinx and that all "
"process ensures that your package can be found by Sphinx and that all "
"dependencies are available."
msgstr ""

#: ../../sphinx/doc/usage/extensions/autodoc.rst:71
msgid ""
"It is alternatively possible to patch the Sphinx run so that it can operate "
"directly on the sources; e.g. if you want to be able to do a sphinx build "
"directly on the sources; e.g. if you want to be able to do a Sphinx build "
"from a source checkout."
msgstr ""

Expand All @@ -115,7 +115,7 @@ msgid ""
"Patch :data:`sys.path` in your Sphinx :file:`conf.py` to include the folder "
"of your sources. E.g. if you have a repository structure with "
":file:`doc/conf.py` and your package is at :file:`src/mypackage`, then you "
"sould add::"
"should add::"
msgstr ""

#: ../../sphinx/doc/usage/extensions/autodoc.rst:81
Expand Down
Loading

0 comments on commit eff5b59

Please sign in to comment.