diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ac4819e7c0..9b246e0e560 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +Version 9.16.2 +-------------- + +:Date: July 25, 2023 + +* `@stsewd `__: Fix docker setting (`#10565 `__) +* `@humitos `__: Development: install Docker and Docker Compose with official guides (`#10561 `__) +* `@humitos `__: Build: use `only-if-needed` pip's strategy when installing package (`#10560 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#10557 `__) +* `@humitos `__: Build: use a setting to define the Docker image for the clone step (`#10555 `__) +* `@humitos `__: Docs: mention how to use `inv docker.compilebuildtool` (`#10554 `__) +* `@humitos `__: API: add `?full_name=` icontains filter on RemoteRepository (`#10551 `__) +* `@humitos `__: Telemetry: check for Sphinx config before use it (`#10546 `__) +* `@denisSurkov `__: Docs: Fix pinned term (`#10545 `__) +* `@humitos `__: Dependencies: unpin pyyaml (`#10544 `__) +* `@humitos `__: Release 9.16.1 (`#10543 `__) +* `@humitos `__: Development: update docs to pull required images only (`#10535 `__) +* `@agjohnson `__: Add missing Version.external_version_name (`#10529 `__) +* `@agjohnson `__: Fix bug with build filter (`#10528 `__) +* `@humitos `__: Requirements: update `newrelic` (`#10525 `__) +* `@humitos `__: Build: remove PyPy support (`#10523 `__) + Version 9.16.1 -------------- diff --git a/docs/conf.py b/docs/conf.py index bc2bd25d4e6..ed309bbf187 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "9.16.1" +version = "9.16.2" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 8a7a46be2a6..2bf5f82adc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "9.16.1", + "version": "9.16.2", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 4e30dad39a5..d0405d0e4a0 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "9.16.1" +__version__ = "9.16.2" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 85a9225e401..5418c588351 100644 --- a/readthedocs/locale/ar/LC_MESSAGES/django.po +++ b/readthedocs/locale/ar/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Mustafa , 2020\n" "Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/" @@ -24,7 +24,7 @@ msgstr "" "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" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "الإصدار" @@ -201,7 +201,7 @@ msgstr "" msgid "Username" msgstr "اسم المستخدم" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "المشروع" @@ -226,7 +226,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "" @@ -454,7 +454,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "الوضعية" @@ -463,7 +463,7 @@ msgstr "الوضعية" msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "النوع" @@ -579,209 +579,209 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "التاريخ" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "نجاح" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "إعداد" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "إعداد خاطئ" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "الناتج" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "خطأ" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "تقديم" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "طول البناء" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "الوصف" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "أمر البناء {pk} للبناء {build}" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index f73388de63a..f4f160d10c8 100644 --- a/readthedocs/locale/ca/LC_MESSAGES/django.po +++ b/readthedocs/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: dplanella , 2017\n" "Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "Versió" @@ -197,7 +197,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "Projecte" @@ -222,7 +222,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "" @@ -450,7 +450,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "Estat" @@ -459,7 +459,7 @@ msgstr "Estat" msgid "Any" msgstr "Qualsevol" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "Tipus" @@ -575,209 +575,209 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "Data" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "Amb èxit" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "Configuració" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "Error de configuració" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "Sortida" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "Error" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "publica" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "Construeix" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "Ordre" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "Descripció" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "Codi de sortida de l'ordre" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "Hora d'inici" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "Hora de finalització" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 05754516349..364b029a0eb 100644 --- a/readthedocs/locale/de/LC_MESSAGES/django.po +++ b/readthedocs/locale/de/LC_MESSAGES/django.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Anthony , 2022-2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -34,7 +34,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "Version" @@ -211,7 +211,7 @@ msgstr "Benutzer-ID" msgid "Username" msgstr "Benutzername" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "Projekt" @@ -236,7 +236,7 @@ msgstr "Organisations-ID" msgid "Organization slug" msgstr "Organisationsslug" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "Aktion" @@ -466,7 +466,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "Status" @@ -475,7 +475,7 @@ msgstr "Status" msgid "Any" msgstr "Beliebig" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "Typ" @@ -595,212 +595,212 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "Version {version} von {project} ({pk})" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "Status" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "Datum" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "Erfolgreich" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "Konfiguration" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "Konfigurationsfehler" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "Ausgabe" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "Fehler" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "Übernehmen" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "Versionsslug" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "Versionsname" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "Versionstyp" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "Im Build verwendete Konfiguration" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" "Pfad der benutzerdefinierten Build-Konfigurationsdatei, die in diesem Build " "verwendet wird" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "Buildlänge" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "Builder" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "Celery-Aufgaben-ID" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "{project} für {usernames} erstellen ({pk})" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "Build" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "Befehl" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "Beschreibung" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "Befehlsausgabe" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "Exit-Code des Befehls" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "Startzeit" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "Endzeit" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "Build-Befehl {pk} für Build {build}" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "Version aktivieren" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "Version ausblenden" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "Version öffentlich setzen" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "Version privat setzen" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "Version als Standard festlegen" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "" "Wert, der für die Regel verwendet wird, um mit der Version übereinzustimmen" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "Aktion, die auf übereinstimmende Versionen angewendet werden soll" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "Art der Version, auf die die Regel angewendet werden soll" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index c81b9caa3b2..c8f3588a35f 100644 --- a/readthedocs/locale/en/LC_MESSAGES/django.po +++ b/readthedocs/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:51+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "" @@ -194,7 +194,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "" @@ -219,7 +219,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "" @@ -447,7 +447,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "" @@ -456,7 +456,7 @@ msgstr "" msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "" @@ -572,209 +572,209 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index cf092b76790..c1c13b9dfbc 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ # Darío Hereñú, 2019,2022 # Edward Villegas-Pulgarin , 2018 # Edward Villegas-Pulgarin , 2018 -# Eric Holscher , 2012,2014 +# Eric Holscher, 2012,2014 # Espartaco Palma , 2014 # Jaime Marquínez Ferrándiz, 2017 # Jaime Marquínez Ferrándiz, 2017 @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Leonardo J. Caballero G. , " "2015,2017-2020,2022\n" @@ -39,7 +39,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "Versión" @@ -216,7 +216,7 @@ msgstr "ID de usuario" msgid "Username" msgstr "Nombre de usuario" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "Proyecto" @@ -241,7 +241,7 @@ msgstr "ID de Organización" msgid "Organization slug" msgstr "Slug de Organización" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "Acción" @@ -469,7 +469,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "Estado" @@ -478,7 +478,7 @@ msgstr "Estado" msgid "Any" msgstr "Cualquier" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "Tipo" @@ -597,163 +597,163 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "Versión {version} de {project} ({pk})" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "Estatus" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "Fecha" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "Éxito" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "Configuración" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "Error de configuración" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "Salida" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "Error" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "Envío" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "Slug de versión" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "Nombre de versión" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "Tipo de versión" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "Configuración utilizada en la compilación" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "Tamaño de la compilación" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "Compilador" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "Almacenamiento en frio (Cold Storage)" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "ID de tarea Celery" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "Compilar {project} para {usernames} ({pk})" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "Compilación" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "Comando" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "Descripción" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "Salida del comando" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "Código de salida del comando" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "Hora de inicio" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "Hora de fin" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "Comando de construcción {pk} para la compilación {build}" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "Activar versión" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "Ocultar versión" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "Hacer pública la versión" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "Hacer privada la versión" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "Establecer la versión como predeterminada" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "Prioridad de regla" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "Un número más bajo (0) significa una prioridad más alta" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "Argumento de coincidencia" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "Valor utilizado para que la regla coincida con la versión" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "Argumento de coincidencia predefinido" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -761,47 +761,47 @@ msgstr "" "Argumento de coincidencia definido por nosotros, se usa si no es Ninguno, de " "lo contrario se usará match_arg." -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "Acción para aplicar a versiones coincidentes" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "Argumento de acción" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "Valor utilizado para la acción para realizar una operación" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "Tipo de versión a la que se debe aplicar la regla" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "Regla coincidente" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index a795f8f4e71..165ca635c79 100644 --- a/readthedocs/locale/eu/LC_MESSAGES/django.po +++ b/readthedocs/locale/eu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/readthedocs/readthedocs/" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "Bertsioa" @@ -197,7 +197,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "Proiektua" @@ -222,7 +222,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "" @@ -450,7 +450,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "Egoera" @@ -459,7 +459,7 @@ msgstr "Egoera" msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "Mota" @@ -575,209 +575,209 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "Data" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "Konfigurazioa" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "Errorea konfigurazioan" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "Irteera" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "Errorea" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "Deskribapena" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index b0925db8699..a1b3df46366 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jérémie Tarot , 2022-2023\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -52,7 +52,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "Version" @@ -230,7 +230,7 @@ msgstr "Identifiant de l'utilisateur" msgid "Username" msgstr "Nom d'utilisateur" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "Projet" @@ -255,7 +255,7 @@ msgstr "Identifiant de l'organisation" msgid "Organization slug" msgstr "Jeton de l'organisation" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "Action" @@ -485,7 +485,7 @@ msgstr "Normal" msgid "Pull/merge request" msgstr "Requête de tirage/fusion" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "État" @@ -494,7 +494,7 @@ msgstr "État" msgid "Any" msgstr "Toutes" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "Type" @@ -614,165 +614,165 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "Version {version} de {project} ({pk})" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "Statut" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "Date" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "Succès" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "Configuration" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "Erreur de configuration" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "Sortie" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "Erreur" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "Consigner" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "Jeton de la version" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "Nom de la version" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "Type de la version" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "Configuration utilisée dans la compilation" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" "Chemin du fichier de configuration de compilation personnalisé utilisé dans " "cette compilation" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "Durée de compilation" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "Responsable de la compilation" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "Stockage longue durée" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "Identifiant de la tache Celery" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "Compilation de {project} pour {usernames} ({pk})" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "Compiler" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "Commande" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "Description" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "Résultat de la commande" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "Code de sortie de la commande" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "Heure de début" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "Heure de fin" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "Exécution de la commande {pk} pour la compilation {build}" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "Activer la version" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "Cacher la version" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "Rendre cette version publique" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "Rendre cette version privée" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "Mettre cette version par défaut" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "Supprimer la version" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "Règle de priorité" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "Un nombre inférieur (0) correspond à une priorité plus élevée" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "Arguments pour la correspondance" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "Valeur utilisée pour la règle pour correspondre à la version" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "Argument de correspondance prédéfini" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -780,47 +780,47 @@ msgstr "" "Argument de correspondance que nous avons défini, qui est utilisé s'il n'est " "pas sur Aucun, sinon l'argument match_arg sera utilisé." -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "Actions à réaliser sur les versions correspondantes" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "Argument de l'action" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "Valeur utilisée pour les actions qui réalisent une opération" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "Sur quel type de version cette règle devrait elle être appliquée" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "Version activée" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "Version masquée" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "Confidentialité de la version définie comme publique" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "Confidentialité de la version définie comme privée" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "Version définie comme par défaut" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "Version supprimée" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "Règle de correspondance" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 6f4a2b4b864..863c6b507fd 100644 --- a/readthedocs/locale/gl/LC_MESSAGES/django.po +++ b/readthedocs/locale/gl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Leandro Regueiro , 2013\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "Versión" @@ -196,7 +196,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "Proxecto" @@ -221,7 +221,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "" @@ -449,7 +449,7 @@ msgstr "" msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "Estado" @@ -458,7 +458,7 @@ msgstr "Estado" msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "Tipo" @@ -574,209 +574,209 @@ msgstr "" msgid "Version {version} of {project} ({pk})" msgstr "" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "Data" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "Éxito" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "Saída" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "Erro" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "Descrición" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 02024953c35..58364f144c4 100755 Binary files a/readthedocs/locale/he/LC_MESSAGES/django.mo and b/readthedocs/locale/he/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index cc2cf00c5de..d638cb5a15f 100644 --- a/readthedocs/locale/he/LC_MESSAGES/django.po +++ b/readthedocs/locale/he/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-17 15:44+0000\n" +"POT-Creation-Date: 2023-07-25 09:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Yaron Shahrabani , 2018-2019,2022-2023\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " "1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" -#: analytics/models.py:69 builds/models.py:718 projects/models.py:1486 +#: analytics/models.py:69 builds/models.py:723 projects/models.py:1486 #: search/models.py:28 sphinx_domains/models.py:33 templates/base.html:262 msgid "Version" msgstr "גרסה" @@ -197,7 +197,7 @@ msgstr "מזהה משתמש" msgid "Username" msgstr "שם משתמש" -#: audit/models.py:138 builds/models.py:110 builds/models.py:712 +#: audit/models.py:138 builds/models.py:110 builds/models.py:717 #: projects/models.py:1480 redirects/models.py:57 msgid "Project" msgstr "מיזם" @@ -222,7 +222,7 @@ msgstr "מזהה ארגון" msgid "Organization slug" msgstr "שם ארגון מפושט" -#: audit/models.py:180 builds/models.py:1240 +#: audit/models.py:180 builds/models.py:1245 msgid "Action" msgstr "פעולה" @@ -450,7 +450,7 @@ msgstr "רגיל" msgid "Pull/merge request" msgstr "בקשת משיכה/דחיפה" -#: builds/filters.py:41 builds/models.py:155 builds/models.py:734 +#: builds/filters.py:41 builds/models.py:155 builds/models.py:739 msgid "State" msgstr "מצב" @@ -459,7 +459,7 @@ msgstr "מצב" msgid "Any" msgstr "כלשהו" -#: builds/filters.py:47 builds/models.py:115 builds/models.py:724 +#: builds/filters.py:47 builds/models.py:115 builds/models.py:729 #: sphinx_domains/models.py:59 subscriptions/models.py:97 msgid "Type" msgstr "סוג" @@ -575,163 +575,163 @@ msgstr "הזרקת ספריית js של תוספים לגרסה הזאת" msgid "Version {version} of {project} ({pk})" msgstr "גרסה {version} של {project} ({pk})" -#: builds/models.py:746 +#: builds/models.py:751 msgid "Status" msgstr "מצב" -#: builds/models.py:753 integrations/models.py:147 +#: builds/models.py:758 integrations/models.py:147 msgid "Date" msgstr "תאריך" -#: builds/models.py:754 +#: builds/models.py:759 msgid "Success" msgstr "הצלחה" -#: builds/models.py:759 +#: builds/models.py:764 msgid "Setup" msgstr "התקנה" -#: builds/models.py:760 +#: builds/models.py:765 msgid "Setup error" msgstr "שגיאת התקנה" -#: builds/models.py:761 +#: builds/models.py:766 msgid "Output" msgstr "פלט" -#: builds/models.py:762 templates/builds/build_detail.html:227 +#: builds/models.py:767 templates/builds/build_detail.html:227 msgid "Error" msgstr "שגיאה" -#: builds/models.py:763 +#: builds/models.py:768 msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:768 projects/models.py:1497 sphinx_domains/models.py:43 +#: builds/models.py:773 projects/models.py:1497 sphinx_domains/models.py:43 msgid "Commit" msgstr "ביצוע" -#: builds/models.py:774 +#: builds/models.py:779 msgid "Version slug" msgstr "שם גרסה מפושט" -#: builds/models.py:780 +#: builds/models.py:785 msgid "Version name" msgstr "שם גרסה" -#: builds/models.py:786 builds/models.py:1253 +#: builds/models.py:791 builds/models.py:1258 msgid "Version type" msgstr "סוג גרסה" -#: builds/models.py:793 +#: builds/models.py:798 msgid "Configuration used in the build" msgstr "הגדרות המשמשות את הבנייה" -#: builds/models.py:798 +#: builds/models.py:803 msgid "Custom build configuration file path used in this build" msgstr "נתיב קובץ הגדרות בנייה מותאם אישית שמשמש את הבנייה הזאת" -#: builds/models.py:806 +#: builds/models.py:811 msgid "Build Length" msgstr "אורך הבנייה" -#: builds/models.py:809 +#: builds/models.py:814 msgid "Builder" msgstr "בונה" -#: builds/models.py:816 +#: builds/models.py:821 msgid "Cold Storage" msgstr "אחסון קר" -#: builds/models.py:822 +#: builds/models.py:827 msgid "Celery task id" msgstr "מזהה משימת Celery" -#: builds/models.py:933 +#: builds/models.py:938 #, python-brace-format msgid "Build {project} for {usernames} ({pk})" msgstr "בניית {project} עבור {usernames} ({pk})" -#: builds/models.py:1151 +#: builds/models.py:1156 msgid "Build" msgstr "בנייה" -#: builds/models.py:1156 +#: builds/models.py:1161 msgid "Command" msgstr "פקודה" -#: builds/models.py:1157 builds/models.py:1217 oauth/models.py:135 +#: builds/models.py:1162 builds/models.py:1222 oauth/models.py:135 #: organizations/models.py:66 projects/models.py:150 subscriptions/models.py:28 #: subscriptions/models.py:100 templates/core/project_details.html:78 msgid "Description" msgstr "תיאור" -#: builds/models.py:1158 +#: builds/models.py:1163 msgid "Command output" msgstr "פלט פקודה" -#: builds/models.py:1159 +#: builds/models.py:1164 msgid "Command exit code" msgstr "קוד היציאה של הפקודה" -#: builds/models.py:1161 +#: builds/models.py:1166 msgid "Start time" msgstr "מועד התחלה" -#: builds/models.py:1162 +#: builds/models.py:1167 msgid "End time" msgstr "מועד סיום" -#: builds/models.py:1172 +#: builds/models.py:1177 #, python-brace-format msgid "Build command {pk} for build {build}" msgstr "פקודת בנייה {pk} עבור הבנייה {build}" -#: builds/models.py:1196 +#: builds/models.py:1201 msgid "Activate version" msgstr "הפעלת גרסה" -#: builds/models.py:1197 +#: builds/models.py:1202 msgid "Hide version" msgstr "הסתרת גרסה" -#: builds/models.py:1198 +#: builds/models.py:1203 msgid "Make version public" msgstr "החצנת הגרסה" -#: builds/models.py:1199 +#: builds/models.py:1204 msgid "Make version private" msgstr "הפרטת הגרסה" -#: builds/models.py:1200 +#: builds/models.py:1205 msgid "Set version as default" msgstr "הגדרת גרסה כברירת מחדל" -#: builds/models.py:1201 +#: builds/models.py:1206 msgid "Delete version" msgstr "מחיקת גרסה" -#: builds/models.py:1213 +#: builds/models.py:1218 msgid "Rule priority" msgstr "עדיפות כלל" -#: builds/models.py:1214 +#: builds/models.py:1219 msgid "A lower number (0) means a higher priority" msgstr "מספר נמוך יותר (0) משמעו עדיפות גבוהה יותר" -#: builds/models.py:1223 +#: builds/models.py:1228 msgid "Match argument" msgstr "ארגומנט התאמה" -#: builds/models.py:1224 +#: builds/models.py:1229 msgid "Value used for the rule to match the version" msgstr "ערך שמשמש את הכלל כדי למצוא גרסה" -#: builds/models.py:1228 +#: builds/models.py:1233 msgid "Predefined match argument" msgstr "ארגומנט התאמה שהוגדר מראש" -#: builds/models.py:1230 +#: builds/models.py:1235 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -739,47 +739,47 @@ msgstr "" "ארגומנט התאמה שהוגדר על ידינו, הוא משמש אם אינו ריק (None), אחרת ייעשה שימוש " "ב־match_arg." -#: builds/models.py:1241 +#: builds/models.py:1246 msgid "Action to apply to matching versions" msgstr "פעולה שתחול על גרסות תואמות" -#: builds/models.py:1246 +#: builds/models.py:1251 msgid "Action argument" msgstr "ארגומנט של פקודה" -#: builds/models.py:1247 +#: builds/models.py:1252 msgid "Value used for the action to perfom an operation" msgstr "ערך שמשמש את הפקודה לביצוע הפעולה" -#: builds/models.py:1254 +#: builds/models.py:1259 msgid "Type of version the rule should be applied to" msgstr "סוג הגרסה עליה יחול הכלל" -#: builds/models.py:1478 +#: builds/models.py:1483 msgid "Version activated" msgstr "גרסה הופעלה" -#: builds/models.py:1479 +#: builds/models.py:1484 msgid "Version hidden" msgstr "גרסה הוסתרה" -#: builds/models.py:1481 +#: builds/models.py:1486 msgid "Version set to public privacy" msgstr "הגרסה הוגדרה לפרטיות ציבורית" -#: builds/models.py:1484 +#: builds/models.py:1489 msgid "Version set to private privacy" msgstr "הגרסה הוגדרה לפרטיות פרטית" -#: builds/models.py:1486 +#: builds/models.py:1491 msgid "Version set as default" msgstr "הגרסה הוגדרה כברירת מחדל" -#: builds/models.py:1487 +#: builds/models.py:1492 msgid "Version deleted" msgstr "גרסה נמחקה" -#: builds/models.py:1492 +#: builds/models.py:1497 msgid "Matched rule" msgstr "כלל תואם" @@ -2941,11 +2941,10 @@ msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" #: projects/models.py:2056 -#, fuzzy -#| msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgid "" "Build: Install all the latest versions of Read the Docs core requirements" -msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" +msgstr "" +"בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" #: projects/models.py:2063 msgid "Search: Disable server side search" @@ -2974,13 +2973,10 @@ msgid "" msgstr "בנייה: להשתמש בתבניות משופרות של git clone + git fetch + git checkout" #: projects/models.py:2089 -#, fuzzy -#| msgid "" -#| "Proxito: Inject 'readthedocs-client.js' as