diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8df0fd805f4..accd9eeca03 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +Version 10.11.0 +--------------- + +:Date: November 14, 2023 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#10898 `__) +* `@humitos `__: Release 10.10.0 (`#10893 `__) +* `@jertel `__: docs: update documentation around version warning banner (`#10877 `__) + Version 10.10.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index f420c3c7768..3c7b831482d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "10.10.0" +version = "10.11.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index e533ac7e3d8..f32918b07d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "10.10.0", + "version": "10.11.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index eb1faee8660..de67206dfea 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "10.10.0" +__version__ = "10.11.0" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 839029b7133..c8c4fcf6a7f 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+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/" @@ -299,7 +299,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -582,7 +582,7 @@ msgstr "" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "التاريخ" @@ -1243,56 +1243,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1482,11 +1482,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1514,20 +1514,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "المنظمة" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Projects" msgid "All projects" -msgstr "مشاريع" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2269,23 +2265,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3752,7 +3748,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3765,7 +3761,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4646,18 +4642,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index e4a137716a1..5b8a10875af 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+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/" @@ -295,7 +295,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1239,56 +1239,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1478,11 +1478,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1510,20 +1510,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organització" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Related projects" msgid "All projects" -msgstr "Projectes relacionats" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1545,10 +1541,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Propietaris" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2268,23 +2262,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3757,7 +3751,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3770,7 +3764,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4651,18 +4645,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index e66a650fb11..a04033828cc 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -311,7 +311,7 @@ msgstr "Benutzer hat eine Einladung abgelehnt" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -598,7 +598,7 @@ msgstr "Version {version} von {project} ({pk})" msgid "Status" msgstr "Status" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Datum" @@ -1310,57 +1310,57 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Integration Typ" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Anbieter Daten" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" "Geheimnis, das zur Validierung der Nutzdaten des Webhooks verwendet wird" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} für {1}" @@ -1569,11 +1569,11 @@ msgstr "" "Unser Zugriff auf Ihre folgenden Konten wurde widerrufen: {provider}. Bitte " "verbinden Sie sie wieder mit Ihren sozialen Kontoverbindungen." -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1601,20 +1601,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organizations" msgid "All organizations" -msgstr "Organisationen" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "Gold Projekte" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1636,10 +1632,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Eigentümer" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2380,23 +2374,23 @@ msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Es existiert bereits eine Variable mit diesem Namen für dieses Projekt" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -3938,7 +3932,7 @@ msgid "No automation rules are currently configured." msgstr "Derzeit sind keine Automatisierungsregeln konfiguriert." #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Letzte Aktivität" @@ -3951,7 +3945,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Es existieren keine neueren Aktivitäten" @@ -4938,18 +4932,26 @@ msgstr "" "Um diesen Webhook manuell bei Ihrem Anbieter zu konfigurieren, verwenden Sie " "die folgende Adresse:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Webhook neu synchronisieren" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index 14424665e79..f0492589e77 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -292,7 +292,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -575,7 +575,7 @@ msgstr "" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "" @@ -1236,56 +1236,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1475,11 +1475,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -2258,23 +2258,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3741,7 +3741,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3754,7 +3754,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4631,18 +4631,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index b8435b2aae0..390e67c9f75 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Sergio, 2023\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -314,7 +314,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -600,7 +600,7 @@ msgstr "Versión {version} de {project} ({pk})" msgid "Status" msgstr "Estatus" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Fecha" @@ -1306,56 +1306,56 @@ msgid "" msgstr "" "Hubo un error al conectarse a Stripe, intente nuevamente en unos minutos" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Encabezados de solicitud" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Cuerpo de solicitud" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Cuerpo de respuesta" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Código de estado" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Intercambiar {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Webhook entrante de GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Webhook entrante de Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Webhook entrante de GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Webhook entrante de API genérica" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Tipo de integración" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Datos del proveedor" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "Secreto utilizado para validar el payload del webhook" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} para {1}" @@ -1566,11 +1566,11 @@ msgstr "" "Se revocó nuestro acceso a sus siguientes cuentas: {provider}. Por favor, " "vuelva a conectarlos desde las conexiones de su cuenta social." -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook activado" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1599,20 +1599,16 @@ msgid "Name (descending)" msgstr "Nombre (descendente)" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization" msgid "All organizations" -msgstr "organización" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "Ordenar por" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "Proyectos Gold" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1622,10 +1618,8 @@ msgstr "Equipo" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "equipo" +msgstr "" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1636,10 +1630,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Dueños" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2432,23 +2424,23 @@ msgstr "El payload debe ser un objeto JSON válido." msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Ya existe una variable con este nombre en este proyecto" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -4021,7 +4013,7 @@ msgid "No automation rules are currently configured." msgstr "No hay reglas de automatización configuradas actualmente." #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Actividad reciente" @@ -4037,7 +4029,7 @@ msgstr "" "%(date)s." #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "No hay actividad reciente" @@ -5028,18 +5020,26 @@ msgstr "" "Para configurar manualmente este webhook con su proveedor, use la siguiente " "dirección:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Resincronizar webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Eliminar webhook" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 96373ccf274..fa4f236d887 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+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/" @@ -295,7 +295,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1239,56 +1239,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1478,11 +1478,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1518,10 +1518,8 @@ msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Subprojects" msgid "All projects" -msgstr "Azpiproiektuak" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2263,23 +2261,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3746,7 +3744,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3759,7 +3757,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4636,18 +4634,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index 5a439b8fb92..a95c38e9dd1 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+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/" @@ -330,7 +330,7 @@ msgstr "L'utilisateur a décliné une invitation" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -617,7 +617,7 @@ msgstr "Version {version} de {project} ({pk})" msgid "Status" msgstr "Statut" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Date" @@ -1351,56 +1351,56 @@ msgstr "" "Il y a eu une erreur lors de la connection à Stripe, merci de reessayer dans " "quelques minutes" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Entêtes de la requête" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Corps de la requête" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Corps de la réponse" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Code HTTP" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Échange {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Webhook entrant de GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Webhook entrant de Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Webhook entrant de GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Webhook entrant pour une API générique" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Type d’intégration" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Information du fournisseur" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "Secret utilisé pour valider les données du webhook" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} pour {1}" @@ -1612,11 +1612,11 @@ msgstr "" "Notre accès à {provider} a été révoqué. S'il vous plait, reconnectez-vous " "avec vos comptes de réseaux sociaux." -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook activé" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1646,20 +1646,16 @@ msgid "Name (descending)" msgstr "Nom (descendant)" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization" msgid "All organizations" -msgstr "organisation" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "Trier par" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "Projets Gold" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1669,10 +1665,8 @@ msgstr "L'équipe" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "équipe" +msgstr "" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1683,10 +1677,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Propriétaires" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2470,23 +2462,23 @@ msgstr "Les données doivent être un objet JSON valide." msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Il y a déjà un variable nommée de cette manière dans ce projet." -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -4071,7 +4063,7 @@ msgid "No automation rules are currently configured." msgstr "Aucune règle n'est actuellement configurée." #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Activité récente" @@ -4087,7 +4079,7 @@ msgstr "" "a été exécutée il y a %(date)s. " #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Aucune activité récente" @@ -5089,18 +5081,26 @@ msgstr "" "Pour configurer manuellement ce webhook avec votre fournisseur, utiliser les " "adresses suivantes:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Resynchroniser le webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Supprimer le webhook" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 966e10f0150..8a35283fd18 100644 --- a/readthedocs/locale/gl/LC_MESSAGES/django.po +++ b/readthedocs/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Miguel Anxo Bouzada , 2023\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -298,7 +298,7 @@ msgstr "O usuario declinou un convite" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -588,7 +588,7 @@ msgstr "Versión {version} de {project} ({pk})" msgid "Status" msgstr "Estado" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1333,56 +1333,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Cabeceiras da solicitude" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Corpo da solicitude" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Corpo da resposta" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Código de estado" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Intercambio {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Punto de ancoraxe entrante de GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Punto de ancoraxe entrante de Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Punto de ancoraxe entrante de GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Punto de ancoraxe entrante de API xenérica" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Tipo de integración" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Datos do provedor" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "Segredo usado para validar a carga útil da ancoraxe web" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} para {1}" @@ -1593,11 +1593,11 @@ msgstr "" "Foi revogado o noso acceso ás súas seguintes contas: {provider}. Volva " "conectalas dende as conexións da súa conta social." -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Punto de ancoraxe web activado" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1627,20 +1627,16 @@ msgid "Name (descending)" msgstr "Nome (descendente)" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization" msgid "All organizations" -msgstr "organización" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "Ordenar por" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "Proxectos Ouro" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1650,10 +1646,8 @@ msgstr "Equipo" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "equipo" +msgstr "" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1664,10 +1658,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Propietarios" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2462,23 +2454,23 @@ msgstr "A carga útil debe ser un obxecto JSON válido." msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "O nome da variábel non pode comezar por __ (dobre trazo baixo)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Xa hai unha variábel con este nome para este proxecto" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -4081,7 +4073,7 @@ msgid "No automation rules are currently configured." msgstr "Non hai ningunha regra de automatización configurada." #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Actividade Recente" @@ -4096,7 +4088,7 @@ msgstr "" "acción %(action)srealizouse hai %(date)s." #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Non hai actividade recente" @@ -5102,7 +5094,15 @@ msgstr "" "Para configurar manualmente esta ancoraxe web co seu provedor, utilicea o " "seguinte enderezo:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to nosa documentación da ancoraxe web" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Volver sincronizar a ancoraxe web" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Eliminar a ancoraxe web" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 20feab93c2b..6283f33990c 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 c8d15a993f1..ebc7299b6dc 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-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+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/" @@ -295,7 +295,7 @@ msgstr "משתמש דחה הזמנה" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "גרסה {version} של {project} ({pk})" msgid "Status" msgstr "מצב" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "תאריך" @@ -1291,56 +1291,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד כמה דקות" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "כותרות הבקשה" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "גוף הבקשה" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "גוף התגובה" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "קוד מצב" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "תחלופה {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "התלייה נכנסת מ־GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "התלייה נכנסת מ־Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "התלייה נכנסת מ־GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "התלייה נכנסת ב־API גנרי" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "סוג השילוב" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "נתוני ספק" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "סוד ששמשמש לאמת את מטען ההתליה" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} עבור {1}" @@ -1548,11 +1548,11 @@ msgstr "" "הגישה שלנו לחשבונות הבאים שלך נשללה: {provider}. נא לחבר אותם מחדש דרך " "חיבורי חשבונות הרשתות החברתיות שלך." -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "התלייה הופעלה" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "הפעלת ההתלייה נכשלה. נא לוודא שיש לך את ההרשאות המתאימות." @@ -1580,20 +1580,16 @@ msgid "Name (descending)" msgstr "שם (יורד)" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization" msgid "All organizations" -msgstr "ארגון" +msgstr "כל הארגונים" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "מיון לפי" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "מיזמי זהב" +msgstr "כל המיזמים" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1603,10 +1599,8 @@ msgstr "צוות" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "צוות" +msgstr "כל הצוותים" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1614,13 +1608,11 @@ msgstr "גישה" #: organizations/filters.py:228 msgid "All access levels" -msgstr "" +msgstr "כל רמות הגישה" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "בעלים" +msgstr "בעלות" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2393,23 +2385,23 @@ msgstr "המטען חייב להיות עצם JSON תקני." msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -3973,7 +3965,7 @@ msgid "No automation rules are currently configured." msgstr "לא מוגדרים כללי אוטומציה כרגע." #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "פעילות אחרונה" @@ -3988,7 +3980,7 @@ msgstr "" "href=\"%(url)s\">%(action)s בוצעה לפני %(date)s." #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "אין פעילות אחרונה" @@ -4970,7 +4962,15 @@ msgid "" "address:" msgstr "כדי להגדיר התלייה זו אוטומטית מול הספק שלך, יש להשתמש בכתובת הבאה:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to במדריך ההתליות " "שלנו" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "סנכרון ההתלייה מחדש" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "מחיקת התלייה" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 3d9ee6e39cd..bf8668f9c88 100644 --- a/readthedocs/locale/hu/LC_MESSAGES/django.po +++ b/readthedocs/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Laszlo Matusek , 2021\n" "Language-Team: Hungarian (http://app.transifex.com/readthedocs/readthedocs/" @@ -294,7 +294,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -577,7 +577,7 @@ msgstr " {project} ({pk}) projekt {version} verziójának megtekintése " msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Dátum" @@ -1243,56 +1243,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Kérés fejlécek" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Kérés test" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Válasz test" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Állapotkód" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Csere {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHub bejövő webhurok" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucket bejövő webhurok" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLab bejövő webhurok" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Általános API bejövő webhurok" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Integráció típusa" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Szolgáltatói adatok" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} az {1} -ből" @@ -1492,11 +1492,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "WEB horog aktiválva" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "WEB horog aktiválás sikertelen. Ellenőrizze engedélyeit." @@ -1524,20 +1524,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Szervezet" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "felhasználói projektek" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2289,23 +2285,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Változónév nem kezdődhet aláhúzás karakterrel." -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Már van ilyen nevű változó a projektben" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -3818,7 +3814,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3831,7 +3827,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4730,18 +4726,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 8e82b88e08c..088e9b792de 100644 --- a/readthedocs/locale/id_ID/LC_MESSAGES/django.po +++ b/readthedocs/locale/id_ID/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rifqi Imaduddin Irfan, 2021\n" "Language-Team: Indonesian (Indonesia) (http://app.transifex.com/readthedocs/" @@ -295,7 +295,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "Versi {version} dari {project} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Tanggal" @@ -1240,56 +1240,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Kode status" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Penyedia data" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} untuk {1}" @@ -1479,11 +1479,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook diaktifkan" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "Aktivasi Webhook gagal. Pastikan anda memiliki izin yang diperlukan." @@ -1511,20 +1511,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organisasi" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Related projects" msgid "All projects" -msgstr "Proyek terkait" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2270,23 +2266,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Sudah ada variabel dengan nama tersebut untuk proyek ini" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -3767,7 +3763,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Aktivitas Terbaru" @@ -3780,7 +3776,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Tidak ada aktivitas terbaru" @@ -4666,18 +4662,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 4296360e64f..b56ccc480a9 100644 --- a/readthedocs/locale/it/LC_MESSAGES/django.po +++ b/readthedocs/locale/it/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Stefano Campostrini, 2022\n" "Language-Team: Italian (http://app.transifex.com/readthedocs/readthedocs/" @@ -305,7 +305,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -589,7 +589,7 @@ msgstr "Versione {version} di {project} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1256,56 +1256,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Request headers" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Request body" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Response body" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Codice Stato:" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Cambia {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Webhook per GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Webhook per Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Webhook per GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Webhook per API generiche" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Tipo di integrazione" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Provider data" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} per {1}" @@ -1505,11 +1505,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook attivato" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1538,20 +1538,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organizzazione" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "Progetti dell'utente" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1573,10 +1569,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Proprietari" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2307,23 +2301,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "C'è già una variabile con questo nome per questo progetto" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -3842,7 +3836,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Attività recente" @@ -3855,7 +3849,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Non c'è attività recente" @@ -4763,18 +4757,26 @@ msgstr "" "Per configurare manualmente questo webhook con il tuo provider, usa il " "seguente indirizzo:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Risincronizza webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Elimina webhook" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index 0c62cb0344e..2105abd4e8e 100644 --- a/readthedocs/locale/ja/LC_MESSAGES/django.po +++ b/readthedocs/locale/ja/LC_MESSAGES/django.po @@ -13,14 +13,14 @@ # nob-kun , 2017 # Ryosuke Ito, 2022 # shirou - しろう , 2016-2018 -# TAKAHASHI Shuuji , 2017 -# TAKAHASHI Shuuji , 2023 +# Shuuji TAKAHASHI (shuuji3) , 2017 +# Shuuji TAKAHASHI (shuuji3) , 2023 # shirou - しろう , 2014-2015 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Noguchi Muneyuki, 2023\n" "Language-Team: Japanese (http://app.transifex.com/readthedocs/readthedocs/" @@ -306,7 +306,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -589,7 +589,7 @@ msgstr "{project}の{version} ({pk})" msgid "Status" msgstr "ステータス" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "日付" @@ -1250,56 +1250,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "リクエストヘッダ" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "リクエストボディ" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "レスポンスボディ" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "ステータスコード" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHubからのwebhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucketからのwebhook" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLabからのwebhook" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "一般的なAPIからのwebhook" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1489,11 +1489,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhookを有効化しました" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1521,20 +1521,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "組織" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "ユーザープロジェクト" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1556,10 +1552,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "所有者" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2280,23 +2274,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -3785,7 +3779,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "最近の活動" @@ -3798,7 +3792,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4678,18 +4672,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index b0508c7492d..f8f2558d6f5 100644 --- a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po +++ b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Chanyoung Oh , 2016,2018\n" "Language-Team: Korean (Korea) (http://app.transifex.com/readthedocs/" @@ -294,7 +294,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -577,7 +577,7 @@ msgstr "{project} ({pk})의 버전 {version}" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "날짜" @@ -1238,56 +1238,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "요청 헤더" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "요청 본문" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "응답 본문" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "상태 코드" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1477,11 +1477,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1509,20 +1509,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "조직" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "사용자 프로젝트" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1544,10 +1540,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "소유자" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2269,23 +2263,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3759,7 +3753,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3772,7 +3766,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4648,18 +4642,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 92634217563..af5d9005cc3 100644 --- a/readthedocs/locale/lt/LC_MESSAGES/django.po +++ b/readthedocs/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Tomas Straupis, 2021,2023\n" "Language-Team: Lithuanian (http://app.transifex.com/readthedocs/readthedocs/" @@ -298,7 +298,7 @@ msgstr "Naudotojas atmetė pakvietimą" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -582,7 +582,7 @@ msgstr "Projekto {project} versija {version} ({pk})" msgid "Status" msgstr "Būsena" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1304,56 +1304,56 @@ msgid "" msgstr "" "Klaida jungiantis prie Stripe, prašome pabandyti dar kartą po kelių minučių" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Užklausos antraštės" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Užklausos turinys" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Atsakymo turinys" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Būsenos kodas" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Exchange {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHub įeinantis webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucket įeinantis webhook" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLab įeinantis webhook" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Bendras API įeinantis webhook" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Integracijos tipas" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Tiekėjo duomenys" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "Paslaptis, naudojama krovinio patikrinimui" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} už {1}" @@ -1563,11 +1563,11 @@ msgstr "" "Mūsų prieiga prie jūsų paskyrų buvo atšaukta: {provider}. Prašome iš naujo " "prijungti jas iš jūsų socialinių paskyrų jungčių." -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook aktyvuotas" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1596,20 +1596,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization" msgid "All organizations" -msgstr "organizacija" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "Auksiniai projektai" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1619,10 +1615,8 @@ msgstr "Komanda" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "komanda" +msgstr "" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1633,10 +1627,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Savininkai" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2383,23 +2375,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -3910,7 +3902,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Paskutiniai veiksmai" @@ -3923,7 +3915,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Nėra paskutinių veiksmų" @@ -4829,18 +4821,26 @@ msgstr "" "Norėdami rankiniu būdu konfigūruoti šią tinklo sąsają su jūsų tiekėju, " "naudokite šią adresą:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Persinchronizuoti sąsają" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Trinti tinklo sąsają" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index fcb498feba9..440436517f7 100644 --- a/readthedocs/locale/nb/LC_MESSAGES/django.po +++ b/readthedocs/locale/nb/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Sigmund Petersen , 2018\n" "Language-Team: Norwegian Bokmål (http://app.transifex.com/readthedocs/" @@ -295,7 +295,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "Versjon {version} av {project} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Dato" @@ -1239,56 +1239,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1478,11 +1478,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1510,20 +1510,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organisasjon" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "brukerprosjekter" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1545,10 +1541,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Eiere" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2267,23 +2261,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3757,7 +3751,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3770,7 +3764,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4651,18 +4645,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index be3646e76e0..f4c9c04da5f 100644 --- a/readthedocs/locale/nl/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jesse Tan, 2017,2021\n" "Language-Team: Dutch (http://app.transifex.com/readthedocs/readthedocs/" @@ -301,7 +301,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -585,7 +585,7 @@ msgstr "Versie {version} van {project} ({pk}) " msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Datum" @@ -1254,56 +1254,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Aanvraagkoppen" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Aanvraaginhoud" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Antwoordinhoud" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Statuscode" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "{0} uitwisselen" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHub inkomende webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucket inkomende webhook" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLab inkomende webhook" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Algemene api inkomende webhook" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Soort integratie" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Dienstgegevens" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} voor {1}" @@ -1503,11 +1503,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook geactiveerd" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "Webhook activatie mislukt. Voldoende rechten vereist." @@ -1535,20 +1535,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organisatie" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "projecten van gebruiker" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1570,10 +1566,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Eigenaren" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2294,23 +2288,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3781,7 +3775,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Recente Activiteit" @@ -3794,7 +3788,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Er is geen recente activiteit" @@ -4683,18 +4677,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 2c6d038dd44..c8b7d80a5cd 100644 --- a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Valeria Doornkamp , 2023\n" "Language-Team: Dutch (Netherlands) (http://app.transifex.com/readthedocs/" @@ -297,7 +297,7 @@ msgstr "Gebruiker heeft een uitnodiging geweigerd" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -581,7 +581,7 @@ msgstr "Version {version} van {project} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Datum" @@ -1249,56 +1249,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Request headers" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Request body" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Response body" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Statuscode" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Uitwisseling {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Inkomende GitHub webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Inkomende Bitbucket webhook" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Inkomende GitLab webhook" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Inkomende webhook voor generieke API" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Integratiesoort" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Providergegevens" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} voor {1}" @@ -1498,11 +1498,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook geactiveerd" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1531,20 +1531,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organisatie" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "gebruikersprojecten" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2298,23 +2294,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Er is al een bestaande variabele met dezelfde naam binnen dit project" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -3781,7 +3777,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Recente Activiteit" @@ -3794,7 +3790,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Er is geen recente activiteit" @@ -4683,18 +4679,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Hersynchroniseer webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Verwijder webhook" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 8f992298c33..98393f6e69f 100644 --- a/readthedocs/locale/pl/LC_MESSAGES/django.po +++ b/readthedocs/locale/pl/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Michal, 2020\n" "Language-Team: Polish (http://app.transifex.com/readthedocs/readthedocs/" @@ -302,7 +302,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -585,7 +585,7 @@ msgstr "Wersja {version} {project} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1246,56 +1246,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Kod odpowiedzi" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Nadchodzący webhook GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Nadchodzący webhook Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Nadchodzący webhook GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} dla {1}" @@ -1485,11 +1485,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook aktywowany" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1519,20 +1519,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organizacja" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "projekty użytkownika" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1554,10 +1550,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Właściciele" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2278,23 +2272,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3761,7 +3755,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Ostatnia aktywność" @@ -3774,7 +3768,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Brak ostatniej aktywności" @@ -4653,18 +4647,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Usuń webhook" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index 0a7e5f45cf4..aacb475277c 100644 --- a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: João Vítor Morandi, 2023\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" @@ -312,7 +312,7 @@ msgstr "Usuário recusou um convite" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -598,7 +598,7 @@ msgstr "Versão {version} do {project} ({pk})" msgid "Status" msgstr "Status" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Data" @@ -1336,56 +1336,56 @@ msgid "" msgstr "" "Ocorreu um erro ao conectar ao Stripe, tente novamente em alguns minutos" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Cabeçalhos da solicitação" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Corpo da solicitação" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Corpo da resposta" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Código de status" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Exchange {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Webhook para o GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Webhook para o Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Webhook para o GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Webhook para a API genérica" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Tipo de integração" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Dados do provedor" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "Segredo usado para validar a carga útil do webhook" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} para {1}" @@ -1594,11 +1594,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook ativado" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1628,20 +1628,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization" msgid "All organizations" -msgstr "organização" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Gold projects" msgid "All projects" -msgstr "Projetos Gold" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1651,10 +1647,8 @@ msgstr "Equipe" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "equipe" +msgstr "" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1665,10 +1659,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Proprietários" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2409,23 +2401,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Já existe uma variável com esse nome para este projeto" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -3944,7 +3936,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Atividade recente" @@ -3957,7 +3949,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Não há atividade recente" @@ -4875,18 +4867,26 @@ msgstr "" "Para configurar manualmente este webhook com seu provedor, use o seguinte " "endereço:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Ressincronizar webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Excluir webhook" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index 76a6aeefedb..cf44e8b0b75 100644 --- a/readthedocs/locale/ru/LC_MESSAGES/django.po +++ b/readthedocs/locale/ru/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Roman Paltsev, 2023\n" "Language-Team: Russian (http://app.transifex.com/readthedocs/readthedocs/" @@ -312,7 +312,7 @@ msgstr "Пользователь отклонил приглашение" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -595,7 +595,7 @@ msgstr "Версия {version} проекта {project} ({pk})" msgid "Status" msgstr "Статус" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Дата" @@ -1275,56 +1275,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "Заголовки запроса" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "Тело запроса" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Тело ответа" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Код состояния" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Обмен {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "Входящий веб-обработчик GitHub" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Входящий веб-обработчик Bitbucket" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "Входящий веб-обработчик GitLab" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Входящий веб-обработчик Generic API" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Тип интеграции" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Данные провайдера" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} для {1}" @@ -1524,11 +1524,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Веб-обработчик активирован." -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1558,20 +1558,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization:" msgid "All organizations" -msgstr "организация:" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "проекты пользователя" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1593,10 +1589,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Владельцы" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2326,23 +2320,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -3869,7 +3863,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Недавняя активность" @@ -3882,7 +3876,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Нет недавней активности" @@ -4820,18 +4814,26 @@ msgstr "" "Чтобы вручную настроить этот веб-обработчик с вашим провайдером, используйте " "следующий адрес:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Повторная синхронизация веб-обработчика" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Удаление веб-обработчика" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index d7cbe43a845..d5f366b2943 100644 --- a/readthedocs/locale/sk/LC_MESSAGES/django.po +++ b/readthedocs/locale/sk/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Veronika Kabatova , 2015\n" "Language-Team: Slovak (http://app.transifex.com/readthedocs/readthedocs/" @@ -296,7 +296,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -579,7 +579,7 @@ msgstr "" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Dátum" @@ -1240,56 +1240,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1479,11 +1479,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1511,20 +1511,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Organizácia" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Projects" msgid "All projects" -msgstr "Projekty" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1546,10 +1542,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "Vlastník" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2268,23 +2262,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3751,7 +3745,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3764,7 +3758,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4646,18 +4640,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 0847b686edd..65ffadb2c38 100644 --- a/readthedocs/locale/tr/LC_MESSAGES/django.po +++ b/readthedocs/locale/tr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (http://app.transifex.com/readthedocs/readthedocs/" @@ -295,7 +295,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "{project} projesinin sürümü {version} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Tarih" @@ -1246,56 +1246,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "İstenen üstbilgiler" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "İstenen gövde" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "Yanıtlanan gövde" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Durum kodu" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "{0} değiştir" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHub gelen web kancası" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucket gelen web kancası" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLab gelen web kancası" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "Genel API gelen web kancası" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "Bütünleştirme türü" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "Sağlayıcı verileri" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{1} için {0}" @@ -1494,11 +1494,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Web kancası etkinleştirildi" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1528,20 +1528,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Kuruluş" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "kullanıcı projeleri" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2294,23 +2290,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "Bu proje için bu ada sahip bir değişken zaten var" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -3824,7 +3820,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "Son Etkinlik" @@ -3837,7 +3833,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "Son etkinlik yok" @@ -4744,18 +4740,26 @@ msgstr "" "Bu web kancasını sağlayıcınızla el ile yapılandırmak için aşağıdaki adresi " "kullanın:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "Web kancasını yeniden eşitle" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "Web kancasını sil" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 14bf585bd2e..87d6595b053 100644 --- a/readthedocs/locale/uk/LC_MESSAGES/django.po +++ b/readthedocs/locale/uk/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Anna Zhirnova, 2023\n" "Language-Team: Ukrainian (http://app.transifex.com/readthedocs/readthedocs/" @@ -305,7 +305,7 @@ msgstr "Користувач відхилив запрошення" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -591,7 +591,7 @@ msgstr "Версія {version} {project} ({pk})" msgid "Status" msgstr "Статус" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Дата" @@ -1254,56 +1254,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "Код стану" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1493,11 +1493,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1525,20 +1525,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization:" msgid "All organizations" -msgstr "організація:" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Related projects" msgid "All projects" -msgstr "Пов’язані проекти" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2281,23 +2277,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3768,7 +3764,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3781,7 +3777,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4663,18 +4659,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 7fa59a8a65d..c4bf5613d34 100644 --- a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po +++ b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Xuân Sâm Đinh , 2016\n" "Language-Team: Vietnamese (Viet Nam) (http://app.transifex.com/readthedocs/" @@ -295,7 +295,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -578,7 +578,7 @@ msgstr "" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "Ngày tháng" @@ -1239,56 +1239,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "" @@ -1478,11 +1478,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "" @@ -1510,20 +1510,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "Tổ chức" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "Related projects" msgid "All projects" -msgstr "Các dự án liên quan" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -2266,23 +2262,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3749,7 +3745,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3762,7 +3758,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "" @@ -4638,18 +4634,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index b0fd69d490d..93d90c6405b 100644 --- a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ # xin.wang , 2018 # YFdyh000 , 2015 # Steve Link , 2022 -# 快乐的老鼠宝宝 , 2022 +# 快乐的老鼠宝宝 , 2022 # Ivan.Tang , 2019 # 汪心禾 , 2020 # 蔡念光 , 2017 @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: JY3, 2022-2023\n" "Language-Team: Chinese (China) (http://app.transifex.com/readthedocs/" @@ -318,7 +318,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -601,7 +601,7 @@ msgstr "版本 {version} {project} ({pk})" msgid "Status" msgstr "状态" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "日期" @@ -1262,56 +1262,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "请求报文头部" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "请求报文主体" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "响应报文主体" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "状态码" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "Exchange {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHub 进向 webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucket 进向 webhook" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLab 进向 webhook" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "通用 API 进向 webhook" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "集成类型" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "提供者数据" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "{0} for {1}" @@ -1501,11 +1501,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "Webhook 已激活" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "Webhook 激活失败。请确认你已拥有必要的权限。" @@ -1533,20 +1533,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "Organization" msgid "All organizations" -msgstr "组织" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "用户项目" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1556,10 +1552,8 @@ msgstr "团队" #: organizations/filters.py:143 organizations/filters.py:173 #: organizations/filters.py:220 -#, fuzzy -#| msgid "team" msgid "All teams" -msgstr "团队" +msgstr "" #: organizations/filters.py:227 organizations/models.py:251 msgid "Access" @@ -1570,10 +1564,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "所有者" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2293,23 +2285,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3788,7 +3780,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "" @@ -3801,7 +3793,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "最近无活动记录" @@ -4694,18 +4686,26 @@ msgid "" "address:" msgstr "" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "重新同步webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "删除webhook" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index 2c8e16993d2..4ac2fec8ddb 100644 --- a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-07 12:48+0000\n" +"POT-Creation-Date: 2023-11-14 16:43+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Cheng-Chia Tseng , 2023\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/readthedocs/" @@ -304,7 +304,7 @@ msgstr "" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 #: templates/core/project_list_detailed.html:26 -#: templates/projects/integration_webhook_detail.html:91 +#: templates/projects/integration_webhook_detail.html:109 #: templates/projects/project_dashboard_base.html:74 #: templates/projects/webhook_form.html:55 #, python-format @@ -587,7 +587,7 @@ msgstr "{project} 的版本 {version} ({pk})" msgid "Status" msgstr "" -#: builds/models.py:762 integrations/models.py:147 +#: builds/models.py:762 integrations/models.py:148 msgid "Date" msgstr "日期" @@ -1252,56 +1252,56 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" -#: integrations/models.py:150 integrations/models.py:158 +#: integrations/models.py:151 integrations/models.py:159 msgid "Request headers" msgstr "要求標頭" -#: integrations/models.py:155 +#: integrations/models.py:156 msgid "Request body" msgstr "要求本文" -#: integrations/models.py:163 +#: integrations/models.py:164 msgid "Response body" msgstr "回應本文" -#: integrations/models.py:166 +#: integrations/models.py:167 msgid "Status code" msgstr "狀態代碼" -#: integrations/models.py:176 +#: integrations/models.py:177 #, python-brace-format msgid "Exchange {0}" msgstr "交換 {0}" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitHub incoming webhook" msgstr "GitHub Incoming Webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Bitbucket incoming webhook" msgstr "Bitbucket Incoming Webhook" -#: integrations/models.py:276 +#: integrations/models.py:277 msgid "GitLab incoming webhook" msgstr "GitLab Incoming Webhook" -#: integrations/models.py:277 +#: integrations/models.py:278 msgid "Generic API incoming webhook" msgstr "通用 API Incoming Webhook" -#: integrations/models.py:288 +#: integrations/models.py:289 msgid "Integration type" msgstr "整合類型" -#: integrations/models.py:293 +#: integrations/models.py:294 msgid "Provider data" msgstr "提供者資料" -#: integrations/models.py:302 +#: integrations/models.py:303 msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:323 +#: integrations/models.py:315 #, python-brace-format msgid "{0} for {1}" msgstr "用於 {1} 的 {0}" @@ -1497,11 +1497,11 @@ msgid "" "reconnect them from your social account connections." msgstr "" -#: oauth/utils.py:53 +#: oauth/utils.py:57 msgid "Webhook activated" msgstr "已啟用 Webhook" -#: oauth/utils.py:61 +#: oauth/utils.py:65 msgid "" "Webhook activation failed. Make sure you have the necessary permissions." msgstr "Webhook 啟用失敗。請確認是否有足夠權限。" @@ -1529,20 +1529,16 @@ msgid "Name (descending)" msgstr "" #: organizations/filters.py:99 -#, fuzzy -#| msgid "organization:" msgid "All organizations" -msgstr "組織單位:" +msgstr "" #: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 msgid "Sort by" msgstr "" #: organizations/filters.py:135 -#, fuzzy -#| msgid "user projects" msgid "All projects" -msgstr "使用者專案" +msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:305 @@ -1564,10 +1560,8 @@ msgid "All access levels" msgstr "" #: organizations/filters.py:229 -#, fuzzy -#| msgid "Owners" msgid "Owner" -msgstr "擁有者" +msgstr "" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -2290,23 +2284,23 @@ msgstr "" msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:928 +#: projects/forms.py:925 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:932 +#: projects/forms.py:929 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:937 +#: projects/forms.py:934 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:942 +#: projects/forms.py:939 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:946 +#: projects/forms.py:943 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -3789,7 +3783,7 @@ msgid "No automation rules are currently configured." msgstr "" #: templates/builds/versionautomationrule_list.html:85 -#: templates/projects/integration_webhook_detail.html:83 +#: templates/projects/integration_webhook_detail.html:101 #: templates/projects/webhook_form.html:47 msgid "Recent Activity" msgstr "近期動態" @@ -3802,7 +3796,7 @@ msgid "" msgstr "" #: templates/builds/versionautomationrule_list.html:101 -#: templates/projects/integration_webhook_detail.html:99 +#: templates/projects/integration_webhook_detail.html:117 #: templates/projects/webhook_form.html:63 msgid "There is no recent activity" msgstr "無近期動態" @@ -4691,18 +4685,26 @@ msgid "" "address:" msgstr "若要以您的提供者來設定此 Webhook,請使用下列位址:" -#: templates/projects/integration_webhook_detail.html:67 +#: templates/projects/integration_webhook_detail.html:73 +msgid "" +"This integration does not have a secret, the authenticity of the incoming " +"webhook cannot be verified. Click on \"Resync webhook\" to generate " +"a secret. Read more in our blog post." +msgstr "" + +#: templates/projects/integration_webhook_detail.html:85 msgid "" "For more information on manually configuring a webhook, refer to our webhook documentation " msgstr "" -#: templates/projects/integration_webhook_detail.html:79 +#: templates/projects/integration_webhook_detail.html:97 msgid "Resync webhook" msgstr "重新同步 Webhook" -#: templates/projects/integration_webhook_detail.html:108 +#: templates/projects/integration_webhook_detail.html:126 msgid "Delete webhook" msgstr "刪除 Webhook" diff --git a/setup.cfg b/setup.cfg index 7dde18937d2..e4e3606eb33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 10.10.0 +version = 10.11.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "10.10.0" +current_version = "10.11.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False