-
-
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
Aug 1, 2024
1 parent
1848a0e
commit c9ceb28
Showing
424 changed files
with
6,491 additions
and
6,111 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Sphinx 7.4.0\n" | ||
"Project-Id-Version: Sphinx 8.1.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-12 00:41+0000\n" | ||
"POT-Creation-Date: 2024-07-31 00:36+0000\n" | ||
"PO-Revision-Date: 2018-02-12 13:48+0000\n" | ||
"Last-Translator: Abdullah ahmed <[email protected]>, 2020\n" | ||
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n" | ||
|
92 changes: 0 additions & 92 deletions
92
locale/ar/LC_MESSAGES/tutorial/more-sphinx-customization.po
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 |
---|---|---|
@@ -1,98 +1,6 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2007-2024, the Sphinx developers | ||
# This file is distributed under the same license as the Sphinx package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Sphinx 8.0.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-27 00:42+0000\n" | ||
"PO-Revision-Date: 2022-03-06 06:36+0000\n" | ||
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: ar\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:2 | ||
msgid "More Sphinx customization" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:4 | ||
msgid "" | ||
"There are two main ways to customize your documentation beyond what is " | ||
"possible with core Sphinx: extensions and themes." | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:8 | ||
msgid "Enabling a built-in extension" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:10 | ||
msgid "" | ||
"In addition to these configuration values, you can customize Sphinx even " | ||
"more by using :doc:`extensions </usage/extensions/index>`. Sphinx ships " | ||
"several :ref:`builtin ones <builtin-extensions>`, and there are many more " | ||
":ref:`maintained by the community <third-party-extensions>`." | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:15 | ||
msgid "" | ||
"For example, to enable the :mod:`sphinx.ext.duration` extension, locate the " | ||
"``extensions`` list in your ``conf.py`` and add one element as follows:" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:19 | ||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:59 | ||
msgid "docs/source/conf.py" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:29 | ||
msgid "" | ||
"After that, every time you generate your documentation, you will see a short" | ||
" durations report at the end of the console output, like this one:" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:42 | ||
msgid "Using a third-party HTML theme" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:44 | ||
msgid "" | ||
"Themes, on the other hand, are a way to customize the appearance of your " | ||
"documentation. Sphinx has several :ref:`builtin themes <builtin-themes>`, " | ||
"and there are also `third-party ones <https://sphinx-themes.org/>`_." | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:48 | ||
msgid "" | ||
"For example, to use the `Furo <https://pradyunsg.me/furo/>`_ third-party " | ||
"theme in your HTML documentation, first you will need to install it with " | ||
"``pip`` in your Python virtual environment, like this:" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:56 | ||
msgid "" | ||
"And then, locate the ``html_theme`` variable on your ``conf.py`` and replace" | ||
" its value as follows:" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:67 | ||
msgid "" | ||
"With this change, you will notice that your HTML documentation has now a new" | ||
" appearance:" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:70 | ||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:75 | ||
msgid "HTML documentation of Lumache with the Furo theme" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/tutorial/more-sphinx-customization.rst:77 | ||
msgid "" | ||
"It is now time to :doc:`expand the narrative documentation and split it into" | ||
" several documents </tutorial/narrative-documentation>`." | ||
msgstr "" |
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
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
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 |
---|---|---|
@@ -1,69 +1,6 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2007-2024, the Sphinx developers | ||
# This file is distributed under the same license as the Sphinx package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Sphinx 7.4.7\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-19 04:29+0000\n" | ||
"PO-Revision-Date: 2018-05-01 15:28+0000\n" | ||
"Language-Team: Arabic (https://app.transifex.com/sphinx-doc/teams/15434/ar/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: ar\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:7 | ||
msgid "Markdown" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:9 | ||
msgid "" | ||
"`Markdown`__ is a lightweight markup language with a simplistic plain text " | ||
"formatting syntax. It exists in many syntactically different *flavors*. To" | ||
" support Markdown-based documentation, Sphinx can use `MyST-Parser`__. MyST-" | ||
"Parser is a Docutils bridge to `markdown-it-py`__, a Python package for " | ||
"parsing the `CommonMark`__ Markdown flavor." | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:21 | ||
msgid "Configuration" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:23 | ||
msgid "" | ||
"To configure your Sphinx project for Markdown support, proceed as follows:" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:25 | ||
msgid "Install the Markdown parser *MyST-Parser*::" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:29 | ||
msgid "" | ||
"Add *myst_parser* to the :confval:`list of configured extensions " | ||
"<extensions>`::" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:35 | ||
msgid "MyST-Parser requires Sphinx 2.1 or newer." | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:37 | ||
msgid "" | ||
"If you want to use Markdown files with extensions other than ``.md``, adjust" | ||
" the :confval:`source_suffix` variable. The following example configures " | ||
"Sphinx to parse all files with the extensions ``.md`` and ``.txt`` as " | ||
"Markdown::" | ||
msgstr "" | ||
|
||
#: ../../sphinx/doc/usage/markdown.rst:48 | ||
msgid "" | ||
"You can further configure *MyST-Parser* to allow custom syntax that standard" | ||
" *CommonMark* doesn't support. Read more in the `MyST-Parser " | ||
"documentation`__." | ||
msgstr "" |
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
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
Oops, something went wrong.