-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update translations by GHA https://github.com/sphinx-doc/sphinx-doc-t…
- Loading branch information
sphinx-auto-update
committed
Jun 25, 2024
1 parent
a1dc52f
commit eff5b59
Showing
69 changed files
with
66,111 additions
and
65,672 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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)." | ||
|
@@ -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 "" | ||
|
||
|
@@ -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 | ||
|
Oops, something went wrong.