-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
1,098 additions
and
666 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "readthedocs", | ||
"version": "9.8.0", | ||
"version": "9.9.0", | ||
"description": "Read the Docs build dependencies", | ||
"author": "Read the Docs, Inc <[email protected]>", | ||
"scripts": { | ||
|
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,4 +1,4 @@ | ||
"""Read the Docs.""" | ||
|
||
|
||
__version__ = "9.8.0" | ||
__version__ = "9.9.0" |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: readthedocs\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-03-07 10:40+0000\n" | ||
"POT-Creation-Date: 2023-03-14 09:23+0000\n" | ||
"PO-Revision-Date: 2012-10-03 11:28+0000\n" | ||
"Last-Translator: Mustafa <[email protected]>, 2020\n" | ||
"Language-Team: Arabic (http://www.transifex.com/readthedocs/readthedocs/" | ||
|
@@ -66,7 +66,7 @@ msgstr "" | |
msgid "Project Home" | ||
msgstr "" | ||
|
||
#: api/v2/templates/restapi/footer.html:72 builds/apps.py:12 | ||
#: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 | ||
#: templates/core/project_bar_base.html:49 | ||
msgid "Builds" | ||
msgstr "البناء" | ||
|
@@ -176,7 +176,7 @@ msgstr "" | |
msgid "Invitation declined" | ||
msgstr "" | ||
|
||
#: audit/models.py:116 core/models.py:21 gold/models.py:35 | ||
#: audit/models.py:116 core/models.py:21 gold/models.py:33 | ||
#: projects/models.py:129 | ||
msgid "User" | ||
msgstr "المستخدم" | ||
|
@@ -918,98 +918,113 @@ msgid "" | |
"the \"{artifact_type}\" your want to upload." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:58 | ||
#: doc_builder/exceptions.py:56 | ||
msgid "" | ||
"Some files were detected in an unsupported output path, '_build/html'. " | ||
"Ensure your project is configured to use the output path " | ||
"'$READTHEDOCS_OUTPUT/html' instead." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:61 | ||
msgid "" | ||
"PDF generation failed. The build log below contains information on what " | ||
"errors caused the failure.Our code has recently changed to fail the entire " | ||
"build on PDF errors, where we used to pass the build when a PDF was created." | ||
"Please contact us if you need help understanding this error." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:70 | ||
msgid "This build was manually skipped using a command exit code." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:63 | ||
#: doc_builder/exceptions.py:75 | ||
msgid "Builds for this project are temporarily disabled" | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:68 | ||
#: doc_builder/exceptions.py:80 | ||
#, python-brace-format | ||
msgid "Problem in your project's configuration. {exception}" | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:73 | ||
#: doc_builder/exceptions.py:85 | ||
#, python-brace-format | ||
msgid "Concurrency limit reached ({limit}), retrying in 5 minutes." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:77 | ||
#: doc_builder/exceptions.py:89 | ||
msgid "Build cancelled by user." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:83 | ||
#: doc_builder/exceptions.py:95 | ||
msgid "" | ||
"PDF file was not generated/found in \"_readthedocs/pdf\" output directory." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:89 | ||
#: doc_builder/exceptions.py:101 | ||
#, python-brace-format | ||
msgid "Problem parsing MkDocs YAML configuration. {exception}" | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:93 | ||
#: doc_builder/exceptions.py:105 | ||
msgid "" | ||
"The \"docs_dir\" config from your MkDocs YAML config file has to be a string " | ||
"with relative or absolute path." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:98 | ||
#: doc_builder/exceptions.py:110 | ||
msgid "" | ||
"The \"docs_dir\" config from your MkDocs YAML config file does not contain a " | ||
"valid path." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:103 | ||
#: doc_builder/exceptions.py:115 | ||
#, python-brace-format | ||
msgid "" | ||
"The \"{config}\" config from your MkDocs YAML config file has to be a list " | ||
"of relative paths." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:108 | ||
#: doc_builder/exceptions.py:120 | ||
msgid "Please make sure the MkDocs YAML configuration file is not empty." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:112 | ||
#: doc_builder/exceptions.py:124 | ||
msgid "" | ||
"Your MkDocs YAML config file is incorrect. Please follow the user guide " | ||
"https://www.mkdocs.org/user-guide/configuration/ to configure the file " | ||
"properly." | ||
msgstr "" | ||
|
||
#: doc_builder/exceptions.py:120 | ||
#: doc_builder/exceptions.py:132 | ||
msgid "Symlinks are not fully supported" | ||
msgstr "" | ||
|
||
#: gold/forms.py:52 | ||
#: gold/forms.py:51 | ||
msgid "No project found." | ||
msgstr "" | ||
|
||
#: gold/forms.py:54 | ||
#: gold/forms.py:53 | ||
msgid "This project is already Ad-Free." | ||
msgstr "" | ||
|
||
#: gold/models.py:30 organizations/models.py:33 organizations/models.py:218 | ||
#: gold/models.py:28 organizations/models.py:33 organizations/models.py:218 | ||
#: organizations/models.py:292 projects/models.py:123 | ||
#: subscriptions/models.py:24 subscriptions/models.py:126 | ||
msgid "Publication date" | ||
msgstr "تاريخ النشر" | ||
|
||
#: gold/models.py:31 organizations/models.py:34 organizations/models.py:219 | ||
#: gold/models.py:29 organizations/models.py:34 organizations/models.py:219 | ||
#: organizations/models.py:293 projects/models.py:124 projects/models.py:1421 | ||
#: subscriptions/models.py:25 subscriptions/models.py:127 | ||
#: subscriptions/models.py:183 | ||
msgid "Modified date" | ||
msgstr "تاريخ التعديل" | ||
|
||
#: gold/models.py:41 gold/templates/gold/subscription_detail.html:87 | ||
#: gold/models.py:39 gold/templates/gold/subscription_detail.html:87 | ||
msgid "Level" | ||
msgstr "" | ||
|
||
#: gold/models.py:48 organizations/models.py:39 organizations/models.py:229 | ||
#: gold/models.py:46 organizations/models.py:39 organizations/models.py:229 | ||
#: organizations/templates/organizations/team_detail.html:49 | ||
#: organizations/templates/organizations/team_project_edit.html:13 | ||
#: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 | ||
|
@@ -1278,7 +1293,7 @@ msgstr "" | |
msgid "Decline" | ||
msgstr "" | ||
|
||
#: notifications/forms.py:29 | ||
#: notifications/forms.py:28 | ||
msgid "Notification" | ||
msgstr "" | ||
|
||
|
@@ -2802,7 +2817,7 @@ msgstr "" | |
msgid "Expose this environment variable in PR builds?" | ||
msgstr "" | ||
|
||
#: projects/notifications.py:27 | ||
#: projects/notifications.py:26 | ||
msgid "" | ||
"Your primary email address is not verified. Please <a " | ||
"href=\"{{account_email_url}}\">verify it here</a>." | ||
|
Oops, something went wrong.