Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinx-auto-update committed Jul 24, 2024
1 parent e286ad9 commit e799a7c
Show file tree
Hide file tree
Showing 95 changed files with 67,169 additions and 67,109 deletions.
9,474 changes: 4,741 additions & 4,733 deletions locale/ar/LC_MESSAGES/changes.po

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions locale/ar/LC_MESSAGES/development/html_themes/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Project-Id-Version: Sphinx 8.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-15 00:43+0000\n"
"POT-Creation-Date: 2024-07-24 00:43+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 Expand Up @@ -460,45 +460,45 @@ msgid ""
"event hook. Here is an example of code to accomplish this:"
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:389
#: ../../sphinx/doc/development/html_themes/index.rst:388
msgid "Inject JavaScript based on user configuration"
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:391
#: ../../sphinx/doc/development/html_themes/index.rst:390
msgid ""
"If your extension makes use of JavaScript, it can be useful to allow users "
"to control its behavior using their Sphinx configuration. However, this can "
"be difficult to do if your JavaScript comes in the form of a static library "
"(which will not be built with Jinja)."
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:396
#: ../../sphinx/doc/development/html_themes/index.rst:395
msgid ""
"There are two ways to inject variables into the JavaScript space based on "
"user configuration."
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:399
#: ../../sphinx/doc/development/html_themes/index.rst:398
msgid ""
"First, you may append ``_t`` to the end of any static files included with "
"your extension. This will cause Sphinx to process these files with the "
"templating engine, allowing you to embed variables and control behavior."
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:403
#: ../../sphinx/doc/development/html_themes/index.rst:402
msgid "For example, the following JavaScript structure:"
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:412
#: ../../sphinx/doc/development/html_themes/index.rst:411
msgid ""
"Will result in the following static file placed in your HTML's build output:"
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:421
#: ../../sphinx/doc/development/html_themes/index.rst:420
msgid "See :ref:`theming-static-templates` for more information."
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:423
#: ../../sphinx/doc/development/html_themes/index.rst:422
msgid ""
"Second, you may use the :meth:`.Sphinx.add_js_file` method without pointing "
"it to a file. Normally, this method is used to insert a new JavaScript file "
Expand All @@ -508,21 +508,21 @@ msgid ""
"your project's JavaScript from Python."
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:430
#: ../../sphinx/doc/development/html_themes/index.rst:429
msgid ""
"For example, the following code will read in a user-configured value and "
"then insert this value as a JavaScript variable, which your extension's "
"JavaScript code may use:"
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:449
#: ../../sphinx/doc/development/html_themes/index.rst:448
msgid ""
"As a result, in your theme you can use code that depends on the presence of "
"this variable. Users can control the variable's value by defining it in "
"their :file:`conf.py` file."
msgstr ""

#: ../../sphinx/doc/development/html_themes/index.rst:454
#: ../../sphinx/doc/development/html_themes/index.rst:453
msgid ""
"It is not an executable Python file, as opposed to :file:`conf.py`, because "
"that would pose an unnecessary security risk if themes are shared."
Expand Down
4 changes: 2 additions & 2 deletions locale/ar/LC_MESSAGES/extdev/builderapi.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Project-Id-Version: Sphinx 8.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-04 00:41+0000\n"
"POT-Creation-Date: 2024-07-21 00:46+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
11 changes: 4 additions & 7 deletions locale/ar/LC_MESSAGES/extdev/deprecated.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sphinx 8.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-23 00:42+0000\n"
"POT-Creation-Date: 2024-07-24 00:43+0000\n"
"PO-Revision-Date: 2019-03-09 18:04+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -2003,7 +2003,8 @@ msgid "``sphinx.directives.VersionChange``"
msgstr ""

#: ../../sphinx/doc/extdev/deprecated.rst:932
msgid "``sphinx.directives.other.VersionChange``"
#: ../../sphinx/doc/extdev/deprecated.rst:1471
msgid "``sphinx.domains.changeset.VersionChange``"
msgstr ""

#: ../../sphinx/doc/extdev/deprecated.rst:934
Expand Down Expand Up @@ -2846,11 +2847,7 @@ msgid "``sphinx.io.SphinxI18nReader.line``"
msgstr ""

#: ../../sphinx/doc/extdev/deprecated.rst:1468
msgid "``sphinx.directives.other.VersionChanges``"
msgstr ""

#: ../../sphinx/doc/extdev/deprecated.rst:1471
msgid "``sphinx.domains.changeset.VersionChanges``"
msgid "``sphinx.directives.other.VersionChange``"
msgstr ""

#: ../../sphinx/doc/extdev/deprecated.rst:1473
Expand Down
4 changes: 2 additions & 2 deletions locale/ar/LC_MESSAGES/extdev/markupapi.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Project-Id-Version: Sphinx 8.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-04 00:41+0000\n"
"POT-Creation-Date: 2024-07-21 00:46+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
4 changes: 2 additions & 2 deletions locale/ar/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Project-Id-Version: Sphinx 8.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-04 00:41+0000\n"
"POT-Creation-Date: 2024-07-21 00:46+0000\n"
"PO-Revision-Date: 2022-07-11 02:13+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down
36 changes: 18 additions & 18 deletions locale/ar/LC_MESSAGES/internals/release-process.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Sphinx 7.4.0\n"
"Project-Id-Version: Sphinx 8.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-23 00:37+0000\n"
"POT-Creation-Date: 2024-07-24 00:43+0000\n"
"PO-Revision-Date: 2020-06-03 21:56+0000\n"
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -176,16 +176,16 @@ msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:99
msgid ""
"Sphinx supports at all minor versions of Python released in the past 42 "
"months from the anticipated release date with a minimum of 3 minor versions "
"of Python. This policy is derived from `NEP 29`_, a scientific Python domain"
" standard."
"Sphinx supports at all minor versions of Python released in the past 3 years"
" from the anticipated release date with a minimum of 3 minor versions of "
"Python. This policy is derived from `SPEC 0`_, a scientific Python domain "
"standard."
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:105
msgid ""
"For example, a version of Sphinx released in May 2024 would support Python "
"3.10, 3.11, and 3.12."
"For example, a version of Sphinx released in May 2025 would support Python "
"3.11, 3.12, and 3.13."
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:108
Expand All @@ -201,43 +201,43 @@ msgid "Python"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:113
msgid "26 Dec 2021"
msgid "05 Oct 2023"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:113
msgid "3.8+"
msgid "3.10+"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:115
msgid "14 Apr 2023"
msgid "04 Oct 2024"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:115
msgid "3.9+"
msgid "3.11+"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:117
msgid "05 Apr 2024"
msgid "24 Oct 2025"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:117
msgid "3.10+"
msgid "3.12+"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:119
msgid "04 Apr 2025"
msgid "01 Oct 2026"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:119
msgid "3.11+"
msgid "3.13+"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:121
msgid "24 Apr 2026"
msgid "01 Oct 2027"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:121
msgid "3.12+"
msgid "3.14+"
msgstr ""

#: ../../sphinx/doc/internals/release-process.rst:125
Expand Down
Loading

0 comments on commit e799a7c

Please sign in to comment.