diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d4d1fd56126..e8fd4c42464 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 11.1.1 +-------------- + +:Date: June 25, 2024 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11433 `__) +* `@humitos `__: Requirements: upgrade `psycopg` to v3 (`#11432 `__) +* `@humitos `__: Proxito: allow serving `zh` (deprecated) language code (`#11429 `__) +* `@ericholscher `__: Be more defensive in redirect code (`#11427 `__) +* `@ericholscher `__: Link website from docs sidebar (`#11426 `__) +* `@stsewd `__: Use literal `None` in session cookie samesite setting (`#11424 `__) +* `@humitos `__: Release 11.1.0 (`#11423 `__) +* `@humitos `__: Build: add support for Ubuntu 24.04 LTS (`#11421 `__) +* `@humitos `__: Builds: don't call `git clean` anymore (`#11420 `__) +* `@humitos `__: Ops: delete triggering a `time-test` build on `build-large` queue (`#11379 `__) + Version 11.1.0 -------------- diff --git a/docs/conf.py b/docs/conf.py index d619182e6a5..4744f6ed75a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.1.0" +version = "11.1.1" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index abde26a934f..268a20cd511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.1.0", + "version": "11.1.1", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 66969a8122c..65ce7acbf31 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.1.0" +__version__ = "11.1.1" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index e5519809db0..92bc4f3a8f9 100644 --- a/readthedocs/locale/ar/LC_MESSAGES/django.po +++ b/readthedocs/locale/ar/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Mustafa , 2020\n" "Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/" @@ -26,7 +26,7 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -237,7 +237,7 @@ msgid "Username" msgstr "اسم المستخدم" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -445,7 +445,7 @@ msgstr "فرع" msgid "Tag" msgstr "وسم" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "غير معروف" @@ -477,7 +477,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -637,7 +637,7 @@ msgstr "خطأ" msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "تقديم" @@ -915,7 +915,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1041,7 +1041,7 @@ msgid "Publication date" msgstr "تاريخ النشر" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1153,7 +1153,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1446,7 +1446,7 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "الاسم" @@ -1530,7 +1530,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2139,7 +2139,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "للعامة" @@ -2155,47 +2155,47 @@ msgstr "" msgid "CPython 3.x" msgstr "" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2664,232 +2664,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "المسار" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3179,67 +3179,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "الفرنسية" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "الروسية" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "الألمانية" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "الكورية" @@ -4836,7 +4836,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5515,12 +5515,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index ac9b562e10c..2b63c9a7e14 100644 --- a/readthedocs/locale/ca/LC_MESSAGES/django.po +++ b/readthedocs/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: dplanella , 2017\n" "Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versió" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -441,7 +441,7 @@ msgstr "Branca" msgid "Tag" msgstr "Etiqueta" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Desconegut" @@ -473,7 +473,7 @@ msgstr "Actiu" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -633,7 +633,7 @@ msgstr "Error" msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "publica" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Data de publicació" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Data de modificació" @@ -1149,7 +1149,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1442,7 +1442,7 @@ msgstr "Usuaris" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nom" @@ -1526,7 +1526,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2135,7 +2135,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Públic" @@ -2151,47 +2151,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2665,232 +2665,232 @@ msgstr "" msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Camí" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3180,67 +3180,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Anglès" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Francès" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Rus" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Alemany" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Gallec" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4837,7 +4837,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5523,12 +5523,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.mo b/readthedocs/locale/de/LC_MESSAGES/django.mo index f47564110aa..271051bfcf8 100755 Binary files a/readthedocs/locale/de/LC_MESSAGES/django.mo and b/readthedocs/locale/de/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 54775425604..1e6f986c15d 100644 --- a/readthedocs/locale/de/LC_MESSAGES/django.po +++ b/readthedocs/locale/de/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justin Nogossek, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -36,7 +36,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -247,7 +247,7 @@ msgid "Username" msgstr "Benutzername" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -457,7 +457,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Unbekannt" @@ -489,7 +489,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -653,7 +653,7 @@ msgstr "Fehler" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Übernehmen" @@ -934,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1061,7 +1061,7 @@ msgid "Publication date" msgstr "Veröffentlichungsdatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1193,8 +1193,8 @@ msgstr "" "bitte eine E-Mail." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" -msgstr "Ihre Gold-Mitgliedschaft" +msgid "Your Gold membership" +msgstr "" #: gold/templates/gold/subscription_detail.html:80 msgid "Thanks for supporting Read the Docs! It really means a lot to us." @@ -1490,7 +1490,7 @@ msgstr "Benutzer" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Name" @@ -1574,7 +1574,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2189,7 +2189,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Öffentlich" @@ -2205,47 +2205,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2353,24 +2353,18 @@ msgid "" msgstr "" #: projects/forms.py:412 -#, fuzzy, python-brace-format -#| msgid "To build from pull requests you need a " +#, python-brace-format msgid "" "To build from pull requests you need a GitHub or GitLab integration." -msgstr "Um aus Pull Requests zu bauen, benötigen Sie eine" +msgstr "" #: projects/forms.py:422 -#, fuzzy, python-brace-format -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. " +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. Try to resync your integration." msgstr "" -"Um aus Pull-Requests zu erstellen, muss der Webhook Ihres Repositorys Pull-" -"Request-Ereignisse senden." #: projects/forms.py:497 #, python-brace-format @@ -2736,59 +2730,59 @@ msgstr "projekt" msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Pfad" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "erstellt" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "geändert" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Domain" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" "Diese Domäne ist die primäre, von der aus die Dokumentation bereitgestellt " "wird" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Wenn hsts_max_age > 0, setzen Sie das Flag includeSubDomains mit dem HSTS-" "Header" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3268,67 +3262,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Englisch" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Französisch" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Russisch" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Deutsch" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Koreanisch" @@ -5067,7 +5061,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5822,12 +5816,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index c5f4f044274..f660f6f69e2 100644 --- a/readthedocs/locale/en/LC_MESSAGES/django.po +++ b/readthedocs/locale/en/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "" @@ -230,7 +230,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "" @@ -438,7 +438,7 @@ msgstr "" msgid "Tag" msgstr "" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "" @@ -470,7 +470,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "" @@ -908,7 +908,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1034,7 +1034,7 @@ msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "" @@ -1146,7 +1146,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1439,7 +1439,7 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "" @@ -1523,7 +1523,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2132,7 +2132,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "" @@ -2148,47 +2148,47 @@ msgstr "" msgid "CPython 3.x" msgstr "" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2657,232 +2657,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3172,67 +3172,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4825,7 +4825,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index 886b5e0b50a..6299090b59c 100755 Binary files a/readthedocs/locale/es/LC_MESSAGES/django.mo and b/readthedocs/locale/es/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index c59da761a9e..c633a9a661e 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Edgar Ramírez Mondragón, 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -42,7 +42,7 @@ msgstr "" "1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -253,7 +253,7 @@ msgid "Username" msgstr "Nombre de usuario" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Proyecto" @@ -461,7 +461,7 @@ msgstr "Rama" msgid "Tag" msgstr "Etiqueta" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Desconocido" @@ -493,7 +493,7 @@ msgstr "Activo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilación fallida" @@ -656,7 +656,7 @@ msgstr "Error" msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Envío" @@ -936,7 +936,7 @@ msgstr "Explicación del problema" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "Dirección URL" @@ -1066,7 +1066,7 @@ msgid "Publication date" msgstr "Fecha de publicación" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Fecha de modificación" @@ -1196,8 +1196,8 @@ msgstr "" "subject=Gold%%20membership%%20questions\">envíenos un correo electrónico." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" -msgstr "Tu membresía Gold" +msgid "Your Gold membership" +msgstr "" #: gold/templates/gold/subscription_detail.html:80 msgid "Thanks for supporting Read the Docs! It really means a lot to us." @@ -1495,7 +1495,7 @@ msgstr "Usuarios" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nombre" @@ -1579,7 +1579,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2247,7 +2247,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Público" @@ -2263,47 +2263,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "Validar y activar" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "Inválido" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "Pendiente" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2411,24 +2411,18 @@ msgid "" msgstr "" #: projects/forms.py:412 -#, fuzzy, python-brace-format -#| msgid "To build from pull requests you need a " +#, python-brace-format msgid "" "To build from pull requests you need a GitHub or GitLab integration." -msgstr "Para construir a partir de pull requests, necesita un" +msgstr "" #: projects/forms.py:422 -#, fuzzy, python-brace-format -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. " +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. Try to resync your integration." msgstr "" -"Para compilar a partir de pull requests, el webhook de su repositorio debe " -"enviar eventos de pull request." #: projects/forms.py:497 #, python-brace-format @@ -2798,59 +2792,59 @@ msgstr "proyecto" msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Ruta" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "creado" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "modificado" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "Este dominio es el principal desde donde se sirve la documentación" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" "Establezca una edad máxima personalizada (por ejemplo, 31536000) para el " "encabezado HSTS" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Si hsts_max_age > 0, configure el indicador includeSubDomains con el " "encabezado HSTS" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "Si hsts_max_age > 0, establezca el indicador de precarga con el encabezado " "HSTS" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3330,67 +3324,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Inglés" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Español" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Francés" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Ruso" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Alemán" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Gallego" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Coreano" @@ -5156,10 +5150,8 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" -"¿Apurado? Bifurca nuestro proyecto de " -"plantilla en Github e importarlo." #: templates/projects/onboard_import.html:25 #: templates/projects/project_dashboard_base.html:53 @@ -5935,12 +5927,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversión" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 9034bfdb48e..9d241490368 100644 --- a/readthedocs/locale/eu/LC_MESSAGES/django.po +++ b/readthedocs/locale/eu/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -441,7 +441,7 @@ msgstr "" msgid "Tag" msgstr "" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Ezezaguna" @@ -473,7 +473,7 @@ msgstr "Aktibo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -633,7 +633,7 @@ msgstr "Errorea" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "" @@ -1149,7 +1149,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1442,7 +1442,7 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Izena" @@ -1526,7 +1526,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2135,7 +2135,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "" @@ -2151,47 +2151,47 @@ msgstr "" msgid "CPython 3.x" msgstr "" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2660,232 +2660,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3175,67 +3175,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4828,7 +4828,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 7e535d6a49f..69e52515fe5 100755 Binary files a/readthedocs/locale/fr/LC_MESSAGES/django.mo and b/readthedocs/locale/fr/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index 2c8469b1911..269b5024a93 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jérémie Tarot , 2022-2023\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -54,7 +54,7 @@ msgstr "" "1000000 == 0 ? 1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -266,7 +266,7 @@ msgid "Username" msgstr "Nom d'utilisateur" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -476,7 +476,7 @@ msgstr "Branche" msgid "Tag" msgstr "Étiquette" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Inconnu" @@ -508,7 +508,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" @@ -672,7 +672,7 @@ msgstr "Erreur" msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Consigner" @@ -954,7 +954,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1087,7 +1087,7 @@ msgid "Publication date" msgstr "Publié le" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Modifié le" @@ -1219,8 +1219,8 @@ msgstr "" "subject=Gold%%20membership%%20questions\">écrivez nous." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" -msgstr "Votre adhésion Gold" +msgid "Your Gold membership" +msgstr "" #: gold/templates/gold/subscription_detail.html:80 msgid "Thanks for supporting Read the Docs! It really means a lot to us." @@ -1519,7 +1519,7 @@ msgstr "Utilisateurs" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nom" @@ -1603,7 +1603,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2260,7 +2260,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Public" @@ -2276,47 +2276,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "Validé et actif" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "Invalide" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "En attente" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2424,24 +2424,18 @@ msgid "" msgstr "" #: projects/forms.py:412 -#, fuzzy, python-brace-format -#| msgid "To build from pull requests you need a " +#, python-brace-format msgid "" "To build from pull requests you need a GitHub or GitLab integration." -msgstr "Pour construire une requête de téléversement vous aurez besoin de" +msgstr "" #: projects/forms.py:422 -#, fuzzy, python-brace-format -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. " +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. Try to resync your integration." msgstr "" -"Pour construire à partir de requête de téléversement, votre webhook de dépot " -"doit envoyer des évenements." #: projects/forms.py:497 #, python-brace-format @@ -2824,59 +2818,59 @@ msgstr "projet" msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Chemin" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "créé" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "modifié" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "Ce domaine est le domaine primaire duquel est servi la documentation" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "Gérer un âge maximal (par ex. 31536000) pour l'entête HSTS" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Si hsts_max_age > 0, configurer l'option includeSubDomains avec l'en-tête " "HSTS" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "Si hsts_max_age > 0, configurer l'option preload avec l'en-tête HSTS" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3357,67 +3351,67 @@ msgstr "Recherche" msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Anglais" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Français" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Russe" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Allemand" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galicien" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italien" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Coréen" @@ -5196,11 +5190,8 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" -"Pressé(e) ? bifurquez notre projet " -"modèle sur GitHub, et importez-le." #: templates/projects/onboard_import.html:25 #: templates/projects/project_dashboard_base.html:53 @@ -6002,12 +5993,3 @@ msgstr "" "fournisseur Git afin de supprimer la connexion OAuth de Read the Docs. Sur " "GitHub, celle-ci se trouve dans Paramètres > Applications > " "Applications OAuth Autorisées." - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index 82905b67427..e08a8e82df5 100755 Binary files a/readthedocs/locale/gl/LC_MESSAGES/django.mo and b/readthedocs/locale/gl/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 7b7655a0b30..968ee0735d0 100644 --- a/readthedocs/locale/gl/LC_MESSAGES/django.po +++ b/readthedocs/locale/gl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2023\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -235,7 +235,7 @@ msgid "Username" msgstr "Nome de usuario" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -445,7 +445,7 @@ msgstr "Póla" msgid "Tag" msgstr "Etiqueta" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Descoñecido" @@ -477,7 +477,7 @@ msgstr "Activa" msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -644,7 +644,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Remisión" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1056,7 +1056,7 @@ msgid "Publication date" msgstr "Data de publicación" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Data de modificación" @@ -1187,8 +1187,8 @@ msgstr "" "subject=Gold%%20membership%%20questions\">envíenos un correo." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" -msgstr "A súa subscrición Ouro" +msgid "Your Gold membership" +msgstr "" #: gold/templates/gold/subscription_detail.html:80 msgid "Thanks for supporting Read the Docs! It really means a lot to us." @@ -1484,7 +1484,7 @@ msgstr "Usuarios" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nome" @@ -1568,7 +1568,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2238,7 +2238,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Público" @@ -2254,47 +2254,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "Válido e activo" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "Non válido" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "Pendente" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2402,24 +2402,18 @@ msgid "" msgstr "" #: projects/forms.py:412 -#, fuzzy, python-brace-format -#| msgid "To build from pull requests you need a " +#, python-brace-format msgid "" "To build from pull requests you need a GitHub or GitLab integration." -msgstr "Para construír a partir de solicitudes de extracción necesita" +msgstr "" #: projects/forms.py:422 -#, fuzzy, python-brace-format -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. " +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. Try to resync your integration." msgstr "" -"Para construír a partir de solicitudes de extracción, a ancoraxe web do seu " -"repositorio debe enviar eventos de solicitude de extracción." #: projects/forms.py:497 #, python-brace-format @@ -2803,59 +2797,59 @@ msgstr "proxecto" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Ruta" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "creado" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "modificado" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Se hsts_max_age > 0, define o sinalador includeSubDomains coa cabeceira HSTS" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "Se hsts_max_age > 0, define o sinalador de precarga coa cabeceira HSTS" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" "Construír: probar un método alternativo para publicar datos de gran tamaño" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" "Conda: engadir os requisitos básicos de Read the Docs ao ficheiro " "environment.yml" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2939,19 +2933,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2959,92 +2953,92 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" "Taboleiro: permitir que o proxecto use o báner de advertencia de versión." -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" "Sphinx: utilizar a versión máis recente da extensión Read the Docs Sphinx" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "Construción: instale todas as versións máis recentes dos requisitos básicos " "de Read the Docs" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "Construción: definir a protección de escala antes/após a construción." -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3345,67 +3339,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Inglés" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Español" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Francés" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Ruso" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Alemán" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galego" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Coreano" @@ -5180,10 +5174,8 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" -"Con présa? Bifurque o noso proxecto de " -"modelo en Github e impórteo." #: templates/projects/onboard_import.html:25 #: templates/projects/project_dashboard_base.html:53 @@ -5975,12 +5967,3 @@ msgstr "" "servizo, tamén debe visitar o seu provedor de Git para eliminar a conexión " "OAuth de Read the Docs. En GitHub, atópase en Axustes > Aplicacións > " "Aplicacións OAuth autorizadas." - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index d85f109eed2..b33daeb55bb 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 296d7dd0661..b91cb074504 100644 --- a/readthedocs/locale/he/LC_MESSAGES/django.po +++ b/readthedocs/locale/he/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Yaron Shahrabani , 2018-2019,2022-2024\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "1 == 0) ? 1: 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -237,7 +237,7 @@ msgid "Username" msgstr "שם משתמש" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -445,7 +445,7 @@ msgstr "ענף" msgid "Tag" msgstr "תגית" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "לא ידוע" @@ -477,7 +477,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -492,7 +492,7 @@ msgstr "בקשת משיכה/דחיפה" #: builds/filters.py:42 projects/filters.py:197 msgid "All versions" -msgstr "" +msgstr "כל הגרסאות" #: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" @@ -637,7 +637,7 @@ msgstr "שגיאה" msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "ביצוע" @@ -917,7 +917,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "כתובת" @@ -1048,7 +1048,7 @@ msgid "Publication date" msgstr "תאריך פרסום" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "תאריך עריכה" @@ -1175,7 +1175,7 @@ msgstr "" "subject=Gold%%20membership%%20questions\">ליצור אתנו קשר בדוא״ל." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "חברות הזהב שלך" #: gold/templates/gold/subscription_detail.html:80 @@ -1471,7 +1471,7 @@ msgstr "משתמשים" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "שם" @@ -1555,7 +1555,7 @@ msgstr "מפתח ההטמעה נוסף בהצלחה" msgid "Failed to add deploy key to project" msgstr "הוספת מפתח הטמעה למיזם נכשלה" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2213,7 +2213,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "ציבורי" @@ -2229,47 +2229,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "תקף ופעיל" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "שגוי" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "ממתין" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "מגוון גרסאות עם תרגומים (///)" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "מגוון גרסאות ללא תרגומים (//)" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "גרסה יחידה ללא תרגומים (/)" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "לפי האלפבית" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "גרסה סמנטית (בתיעוד)" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "אריזת Python‏ (PEP 440 and PEP 425)" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "גרסה לפי תאריך (YYYY.0M.0M)" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "הגדרת תבנית משלך" @@ -2378,22 +2378,22 @@ msgstr "" "זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." #: projects/forms.py:412 -#, fuzzy, python-brace-format -#| msgid "To build from pull requests you need a " +#, python-brace-format msgid "" "To build from pull requests you need a GitHub or GitLab integration." -msgstr "כדי לבנות מבקשות דחיפה יש" +msgstr "" +"כדי לבנות מבקשות דחיפה צריך שילוב מול GitHub או מול " +"GitLab" #: projects/forms.py:422 -#, fuzzy, python-brace-format -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. " +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. Try to resync your integration." -msgstr "לבנות מבקשות דחיפה התליית המאגר שלך צריכה לשלוח אירועי בקשת דחיפה." +msgstr "" +"כדי לבנות מבקשות דחיפה ההתלייה של המאגר שלך צריכה לשלוח אירועי בקשות דחיפה. " +"כדאי לנסות לסנכרן את השילוב שלך מחדש." #: projects/forms.py:497 #, python-brace-format @@ -2771,59 +2771,59 @@ msgstr "מיזם" msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "נתיב" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "נוצר" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "נערך" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2924,89 +2924,89 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3306,67 +3306,67 @@ msgstr "שאילתה" msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "אנגלי" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "צרפתית" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "רוסית" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "גרמנית" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "גליסית" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "קוריאנית" @@ -3412,7 +3412,7 @@ msgstr "כניסה אחודה (SSO) עם Google" #: subscriptions/constants.py:35 msgid "Single sign on (SSO) with SAML" -msgstr "" +msgstr "כניסה אחודה (SSO) עם SAML" #: subscriptions/constants.py:36 msgid "Custom URLs" @@ -5116,10 +5116,10 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" "איך מקימים אתר בזריזות? צריך להתפצל " -"ממיזם התבנית שלנו ב־Github, ולייבא " +"ממיזם התבנית שלנו ב־GitHub, ולייבא " "אותו." #: templates/projects/onboard_import.html:25 @@ -5888,12 +5888,3 @@ msgstr "" "מספיקה ועליך גם לבקר בהגדרות אצל ספק ה־Git שלך כדי למחוק את חיבור ה־OAuth של " "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 8471c64d29b..c56a414bed2 100644 --- a/readthedocs/locale/hu/LC_MESSAGES/django.po +++ b/readthedocs/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -232,7 +232,7 @@ msgid "Username" msgstr "Felhasználónév" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -440,7 +440,7 @@ msgstr "Elágazás" msgid "Tag" msgstr "Címke" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Ismeretlen" @@ -472,7 +472,7 @@ msgstr "Aktív" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" @@ -632,7 +632,7 @@ msgstr "Hiba" msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Megerősít" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1036,7 +1036,7 @@ msgid "Publication date" msgstr "Kiadás dátuma" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1151,7 +1151,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1444,7 +1444,7 @@ msgstr "Felhasználók" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Név" @@ -1528,7 +1528,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2137,7 +2137,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Nyilvános" @@ -2153,47 +2153,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2672,232 +2672,232 @@ msgstr "" msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3192,67 +3192,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Angol" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Francia" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Orosz" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Német" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Gall" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japán" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Olasz" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Koreai" @@ -4883,7 +4883,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5562,12 +5562,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index da9b32f02c6..fc50e0c79fd 100644 --- a/readthedocs/locale/id_ID/LC_MESSAGES/django.po +++ b/readthedocs/locale/id_ID/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versi" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Nama pengguna" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -441,7 +441,7 @@ msgstr "Cabang" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Tak dikenal" @@ -473,7 +473,7 @@ msgstr "Aktif" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -633,7 +633,7 @@ msgstr "Galat" msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Tanggal publikasi" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1149,7 +1149,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1443,7 +1443,7 @@ msgstr "Pengguna" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nama" @@ -1527,7 +1527,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2136,7 +2136,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Publik" @@ -2152,47 +2152,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2663,232 +2663,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3178,67 +3178,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Katala" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Inggris" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Prancis" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Rusia" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Jerman" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galisia" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italia" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Korea" @@ -4854,7 +4854,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5538,6 +5538,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversi" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 746fec9d5dc..07542a89f61 100644 --- a/readthedocs/locale/it/LC_MESSAGES/django.po +++ b/readthedocs/locale/it/LC_MESSAGES/django.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Eugenia Baldoni, 2024\n" "Language-Team: Italian (http://app.transifex.com/readthedocs/readthedocs/" @@ -33,7 +33,7 @@ msgstr "" "1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versione" @@ -244,7 +244,7 @@ msgid "Username" msgstr "Nome utente" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Progetto" @@ -452,7 +452,7 @@ msgstr "Ramo" msgid "Tag" msgstr "Etichetta" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Sconosciuto" @@ -484,7 +484,7 @@ msgstr "Attivo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilazione fallita" @@ -645,7 +645,7 @@ msgstr "Errore" msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Commit" @@ -923,7 +923,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1049,7 +1049,7 @@ msgid "Publication date" msgstr "Data di pubblicazione" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Data di modifica" @@ -1164,7 +1164,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1457,7 +1457,7 @@ msgstr "Utenti" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nome" @@ -1541,7 +1541,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2151,7 +2151,7 @@ msgstr "Eliminato" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Pubblico" @@ -2167,47 +2167,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2691,232 +2691,232 @@ msgstr "" msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Percorso" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3210,67 +3210,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Inglese" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Francese" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Russo" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Tedesco" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Coreano" @@ -4915,7 +4915,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5621,12 +5621,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index faf2b11c459..4e7e42fd55c 100644 --- a/readthedocs/locale/ja/LC_MESSAGES/django.po +++ b/readthedocs/locale/ja/LC_MESSAGES/django.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -33,7 +33,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -244,7 +244,7 @@ msgid "Username" msgstr "ユーザー名" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -452,7 +452,7 @@ msgstr "ブランチ" msgid "Tag" msgstr "タグ" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "不明" @@ -484,7 +484,7 @@ msgstr "有効" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "ビルド失敗" @@ -644,7 +644,7 @@ msgstr "エラー" msgid "Exit code" msgstr "終了コード" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "コミット" @@ -922,7 +922,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1048,7 +1048,7 @@ msgid "Publication date" msgstr "公開時刻" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "変更時刻" @@ -1160,7 +1160,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1453,7 +1453,7 @@ msgstr "ユーザー" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "名前" @@ -1537,7 +1537,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2146,7 +2146,7 @@ msgstr "削除済み" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "公開" @@ -2162,47 +2162,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2677,232 +2677,232 @@ msgstr "" msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "パス" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3194,67 +3194,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "英語" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "フランス語" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "ドイツ語" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "日本語" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "韓国語" @@ -4860,7 +4860,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5545,12 +5545,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 52cfb5d1ab8..834f23e885e 100644 --- a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po +++ b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "버전" @@ -232,7 +232,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -440,7 +440,7 @@ msgstr "브랜치" msgid "Tag" msgstr "태그" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "알 수 없음" @@ -472,7 +472,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" @@ -632,7 +632,7 @@ msgstr "오류" msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "커밋" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1036,7 +1036,7 @@ msgid "Publication date" msgstr "게시 날짜" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "수정 날짜" @@ -1148,7 +1148,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1441,7 +1441,7 @@ msgstr "사용자" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "이름" @@ -1525,7 +1525,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2134,7 +2134,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "공개" @@ -2150,47 +2150,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2662,232 +2662,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "경로" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "도메인" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3177,67 +3177,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "영어" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "프랑스어" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "러시아어" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "독일어" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "일본어" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "한국어" @@ -4833,7 +4833,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index f74b2edc529..5ce0c7b51f4 100755 Binary files a/readthedocs/locale/lt/LC_MESSAGES/django.mo and b/readthedocs/locale/lt/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 06ddbd1ea68..ac616c9bdf2 100644 --- a/readthedocs/locale/lt/LC_MESSAGES/django.po +++ b/readthedocs/locale/lt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -23,7 +23,7 @@ msgstr "" "1 : n % 1 != 0 ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versija" @@ -234,7 +234,7 @@ msgid "Username" msgstr "Naudotojo vardas" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -444,7 +444,7 @@ msgstr "Šaka" msgid "Tag" msgstr "Žyma" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Nežinoma" @@ -476,7 +476,7 @@ msgstr "Aktyvi" msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Kūrimas nepavyko" @@ -637,7 +637,7 @@ msgstr "Klaida" msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Patvirtinti" @@ -917,7 +917,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1047,7 +1047,7 @@ msgid "Publication date" msgstr "Publikavimo data" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Keitimo data" @@ -1175,8 +1175,8 @@ msgstr "" "laiškus." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" -msgstr "Jūsų auksinė narystė" +msgid "Your Gold membership" +msgstr "" #: gold/templates/gold/subscription_detail.html:80 msgid "Thanks for supporting Read the Docs! It really means a lot to us." @@ -1473,7 +1473,7 @@ msgstr "Naudotojai" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Vardas" @@ -1557,7 +1557,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2202,7 +2202,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Viešas" @@ -2218,47 +2218,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2735,232 +2735,232 @@ msgstr "" msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Kelias" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "sukurta" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "keista" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3255,67 +3255,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Anglų" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Prancūzų" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Rusų" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Vokiečių" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galų" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italų" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Korėjiečių" @@ -4956,7 +4956,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5659,12 +5659,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 1773fb20dbf..b93977ba0c3 100644 --- a/readthedocs/locale/nb/LC_MESSAGES/django.po +++ b/readthedocs/locale/nb/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Brukernavn" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -441,7 +441,7 @@ msgstr "Gren" msgid "Tag" msgstr "Tagg" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Ukjent" @@ -473,7 +473,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -633,7 +633,7 @@ msgstr "Feil" msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Commit" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Publiseringsdato" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Endringsdato" @@ -1149,7 +1149,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1442,7 +1442,7 @@ msgstr "Brukere" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Navn" @@ -1526,7 +1526,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2135,7 +2135,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Offentlig" @@ -2151,47 +2151,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2665,232 +2665,232 @@ msgstr "" msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Filsti" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3181,67 +3181,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "engelsk" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "spansk" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "fransk" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Russisk" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Tysk" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4838,7 +4838,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5522,12 +5522,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index 727b33b9f98..42fa572baf5 100644 --- a/readthedocs/locale/nl/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -28,7 +28,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -239,7 +239,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -447,7 +447,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Onbekend" @@ -479,7 +479,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Bouw activiteit gefaald" @@ -640,7 +640,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Commit" @@ -918,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1044,7 +1044,7 @@ msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Aanpassingsdatum" @@ -1159,7 +1159,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1453,7 +1453,7 @@ msgstr "Gebruikers" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Naam" @@ -1537,7 +1537,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2146,7 +2146,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Publiek" @@ -2162,47 +2162,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2671,232 +2671,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Pad" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Domein" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3187,67 +3187,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Engels" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Frans" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Russisch" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Duits" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japans" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Koreaans" @@ -4852,7 +4852,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5539,12 +5539,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index e0d5cc47303..44dfa45138d 100644 --- a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -235,7 +235,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -443,7 +443,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Onbekend" @@ -475,7 +475,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -636,7 +636,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Commit" @@ -914,7 +914,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1040,7 +1040,7 @@ msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -1155,7 +1155,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1448,7 +1448,7 @@ msgstr "Gebruikers" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Naam" @@ -1532,7 +1532,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2142,7 +2142,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Publiekelijk" @@ -2158,47 +2158,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2668,232 +2668,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3183,67 +3183,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4848,7 +4848,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5534,12 +5534,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index ba434cad83d..90830f3a607 100644 --- a/readthedocs/locale/pl/LC_MESSAGES/django.po +++ b/readthedocs/locale/pl/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -29,7 +29,7 @@ msgstr "" "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -240,7 +240,7 @@ msgid "Username" msgstr "Nazwa użytkownika" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -448,7 +448,7 @@ msgstr "Gałąź" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Nieznany" @@ -480,7 +480,7 @@ msgstr "Aktywna" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -640,7 +640,7 @@ msgstr "Błąd" msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Commit" @@ -918,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1044,7 +1044,7 @@ msgid "Publication date" msgstr "Data publikacji" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Data modyfikacji" @@ -1156,7 +1156,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1449,7 +1449,7 @@ msgstr "Użytkownicy" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nazwa" @@ -1533,7 +1533,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2144,7 +2144,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Publiczny" @@ -2160,47 +2160,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2669,232 +2669,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Domena" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3184,67 +3184,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "angielski" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "francuski" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "niemiecki" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "włoski" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "koreański" @@ -4839,7 +4839,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5520,12 +5520,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 867dea33b5d..550277ef998 100755 Binary files a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo and b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index cbcc46fa29d..9dceec5c617 100644 --- a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rafael Fontenelle , 2020,2022-2024\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" @@ -37,7 +37,7 @@ msgstr "" "1000000 == 0 ? 1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versão" @@ -154,7 +154,7 @@ msgstr "Hospedado por" #: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" -msgstr "Política de privacidade" +msgstr "Política de Privacidade" #: api/v3/serializers.py:625 #, python-brace-format @@ -254,7 +254,7 @@ msgid "Username" msgstr "Usuário" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -464,7 +464,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Desconhecido" @@ -496,7 +496,7 @@ msgstr "Ativo" msgid "Build successful" msgstr "Construção bem-sucedida" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Construção falhou" @@ -658,7 +658,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Commit" @@ -940,7 +940,7 @@ msgstr "Explicação do problema" msgid "Please provide as much detail as possible." msgstr "Por favor, forneça o máximo possível de detalhes." -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1044,11 +1044,11 @@ msgstr "Um ambiente de construção está atualmente em execução para esta ver #: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "" +msgstr "Exceção de usuário de construção" #: doc_builder/exceptions.py:24 msgid "Build application exception" -msgstr "" +msgstr "Exceção de aplicação de construção" #: domains/notifications.py:23 msgid "Pending configuration of custom domain: {{domain}}" @@ -1072,7 +1072,7 @@ msgid "Publication date" msgstr "Data de publicação" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Data de modificação" @@ -1202,7 +1202,7 @@ msgstr "" "subject=Gold%%20membership%%20questions\">envie um e-mail para nós." #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "Sua assinatura Gold" #: gold/templates/gold/subscription_detail.html:80 @@ -1259,7 +1259,7 @@ msgstr "Código de status" #: integrations/models.py:174 #, python-brace-format msgid "Exchange {0}" -msgstr "" +msgstr "Troca {0}" #: integrations/models.py:272 msgid "GitHub incoming webhook" @@ -1501,7 +1501,7 @@ msgstr "Usuários" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Nome" @@ -1585,7 +1585,7 @@ msgstr "Chave de implantação adicionada com sucesso" msgid "Failed to add deploy key to project" msgstr "Falha ao adicionar chave de implantação ao projeto" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2237,7 +2237,7 @@ msgstr "Sphinx em página HTML única" #: projects/constants.py:27 msgid "Mkdocs Html Pages" -msgstr "Págins Html Mkdocs" +msgstr "Páginas Html Mkdocs" #: projects/constants.py:28 msgid "Generic" @@ -2255,7 +2255,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Público" @@ -2271,47 +2271,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "Válido e ativo" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "Inválido" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "Pendente" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "Várias versões com traduções (///)" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "Várias versões sem traduções (//)" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "Uma única versão sem traduções (//)" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "Alfabeticamente" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "SemVer (Read the Docs)" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "Empacotamento do Python (PEP 440 e PEP 425)" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "CalVer (AAAA.0M.0M)" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "Defina seu próprio padrão" @@ -2427,24 +2427,23 @@ msgstr "" "definidas como públicas." #: projects/forms.py:412 -#, fuzzy, python-brace-format -#| msgid "To build from pull requests you need a " +#, python-brace-format msgid "" "To build from pull requests you need a GitHub or GitLab integration." -msgstr "Para construir a partir de pull requests, você precisa de uma " +msgstr "" +"Para construir a partir de pull requests, você precisa de uma integração com GitHub ou GitLab." #: projects/forms.py:422 -#, fuzzy, python-brace-format -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. " +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. Try to resync your integration." msgstr "" "Para construir a partir de pull requests, o webhook do seu repositório " -"precisa enviar eventos de pull request." +"precisa enviar eventos de pull request. Tente ressincronizar sua integração." #: projects/forms.py:497 #, python-brace-format @@ -2539,7 +2538,7 @@ msgstr "URL do repositório" #: projects/models.py:260 msgid "Hosted documentation repository URL" -msgstr "URL do repositório da documentação hospedada" +msgstr "URL do repositório onde a documentação está hospedada" #: projects/models.py:267 msgid "Repository type" @@ -2586,7 +2585,7 @@ msgid "" "you will never have multiple versions of your docs." msgstr "" "Um site de versão única ainda não tem traduções e somente a versão " -"\"lastest\", servida como raiz do domínio. Use isso com cautela, somente " +"\"latest\", servida como raiz do domínio. Use isso com cautela, somente " "ative-a se nunca terá múltiplas versões de sua documentação." #: projects/models.py:307 @@ -2755,8 +2754,8 @@ msgid "" "yaml." msgstr "" "Aviso: recurso experimental. Caminho personalizado a partir " -"do nível raiz do repositório para o seu .readthedocs.yaml como, " -"por exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " +"da raiz do repositório para o seu .readthedocs.yaml como, por " +"exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " "para usar o valor padrão: .readthedocs.yaml." #: projects/models.py:459 @@ -2834,59 +2833,59 @@ msgstr "projeto" msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Caminho" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "ID de construção" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" -msgstr "" +msgstr "Classificação de busca por páginas" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" -msgstr "" +msgstr "Ignorar este arquivo de operações como indexação" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "criado" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "modificado" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "Construção acionada" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "Construção bem-sucedida" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "Eventos para assinar" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check a documentação para substituições disponíveis." -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "Este domínio é o principal de onde a documentação é veiculada" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Status do certificado SSL" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "Ignorar processo de validação." -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "Data de início do processo de validação." -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" "Defina uma idade máxima personalizada (por exemplo, 31536000) para o " "cabeçalho HSTS" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Se hsts_max_age > 0, defina o sinalizador includeSubDomains com o cabeçalho " "HSTS" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "Se hsts_max_age > 0, defina o sinalizador de pré-carregamento com o " "cabeçalho HSTS" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" -msgstr "Build: experimente um método alternativo de postar dados grandes" +msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -"Conda: Anexe os requisitos principais do Read the Docs ao arquivo " +"Conda: Anexa os requisitos principais do Read the Docs ao arquivo " "environment.yml" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -"Sphinx: Passe todas as versões (incluindo privadas) para o contexto HTML ao " +"Sphinx: Passa todas as versões (incluindo privadas) para o contexto HTML ao " "construir com o Sphinx" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." -msgstr "Proxito: Registre visualizações de páginas 404s." +msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" -msgstr "Proxito: Desativar todas as visualizações de páginas" +msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" -msgstr "" +msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" +"Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " +"tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." -msgstr "" +msgstr "Painel: Permite que o projeto use o banner de aviso de versão." -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" -msgstr "" +msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" -msgstr "" +msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" -msgstr "" +msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" -msgstr "" +msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" -msgstr "" +msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" -msgstr "" +msgstr "Construção: Não instala a versão mais recente do pip" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" -msgstr "" +msgstr "Sphinx: Usa a versão mais recente da extensão Read the Docs do Sphinx" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" +"Construção: Instala todas as versões mais recentes a partir dos requisitos " +"principais do Read the Docs" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" -msgstr "" +msgstr "Pesquisa: Desativa a pesquisa no servidor" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" -msgstr "" +msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" +"Pesquisa: Usa como padrão a pesquisa difusa para consultas de pesquisa " +"simples" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." -msgstr "" +msgstr "Construção: Define a proteção de redução antes/depois da construção." -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" @@ -3319,7 +3324,7 @@ msgstr "Excluir" #: redirects/templates/redirects/redirect_list.html:27 msgid "Add Redirect" -msgstr "Adic Redicionamento" +msgstr "Adicionar redirecionamento" #: redirects/templates/redirects/redirect_list.html:52 #: redirects/templates/redirects/redirect_list.html:53 @@ -3380,67 +3385,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Inglês" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Frances" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Russo" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Alemão" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galego" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Coreano" @@ -3450,11 +3455,11 @@ msgstr "Domínio personalizado" #: subscriptions/constants.py:26 msgid "CDN public documentation" -msgstr "" +msgstr "CDN de documentação pública" #: subscriptions/constants.py:27 msgid "Custom SSL configuration" -msgstr "" +msgstr "Configuração de SSL personalizada" #: subscriptions/constants.py:28 msgid "Support SLA" @@ -3466,7 +3471,7 @@ msgstr "Documentação privada" #: subscriptions/constants.py:30 msgid "Embed content via API" -msgstr "" +msgstr "Incorporar conteúdo via API" #: subscriptions/constants.py:31 msgid "Search analytics" @@ -3661,7 +3666,7 @@ msgstr "" #: templates/account/email.html:50 msgid "Add E-mail Address" -msgstr "Adicione um endereço de e-mail" +msgstr "Adicionar um endereço de e-mail" #: templates/account/email.html:55 msgid "Add E-mail" @@ -3852,7 +3857,7 @@ msgstr "Documentação" #: templates/base.html:209 msgid "Going Ad-free" -msgstr "Se tornando livre de assuntos" +msgstr "Remover anúncios" #: templates/base.html:212 msgid "Site Support" @@ -4490,7 +4495,7 @@ msgid "" "as single page HTML, and for eReaders. No additional configuration is " "required." msgstr "" -"Construimos e hospedamos seus documentos para a web, mas eles também podem " +"Construímos e hospedamos seus documentos para a web, mas eles também podem " "ser visualizados como PDFs, HTML de página única e para eReaders. Nenhuma " "configuração adicional é necessária." @@ -4724,7 +4729,7 @@ msgid "" msgstr "" "Você pode ficar livre de anúncios se tornando um membro Gold ou Patrocinadores do Read the Docs." +"href=\"%(donate_url)s\">Patrocinador do Read the Docs." #: templates/profiles/private/advertising_profile.html:49 msgid "Update advertisement preference" @@ -4769,7 +4774,7 @@ msgid "" "%(days_limit)s days." msgstr "" "O log de segurança do usuário permite que você " -"veja o que aconteceu recentemente na sua conta. Mostrando os logos dos " +"veja o que aconteceu recentemente na sua conta. Mostrando os logs dos " "últimos %(days_limit)s dias." #: templates/profiles/private/token_list.html:13 @@ -5246,7 +5251,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" "Está com pressa? Faça um fork nosso " "projeto modelo no GitHub e importe-" @@ -5423,7 +5428,7 @@ msgstr "falhando" #: templates/projects/project_dashboard_base.html:112 msgid "Search all docs" -msgstr "" +msgstr "Pesquisar todos os documentos" #: templates/projects/project_dashboard_base.html:125 #: templates/projects/project_dashboard_base.html:134 @@ -5448,7 +5453,7 @@ msgid "" "Check out the documentation for Read the Docs. It contains lots of information about how to get the most out of RTD." msgstr "" -"Confira a documentação para Read the Docs. " +"Confira a documentação do Read the Docs. " "Ela contém muitas informações sobre como aproveitar ao máximo o RTD." #: templates/projects/project_delete.html:4 @@ -5616,8 +5621,7 @@ msgstr "Navegar em projetos" #: templates/projects/project_notifications.html:16 msgid "Configure email notifications to be sent on build failures." msgstr "" -"Configura notificações por e-mail para serem recebidas em falhas de " -"construção." +"Configure o recebimento de notificações por e-mail em falhas de construção." #: templates/projects/project_notifications.html:22 #, python-format @@ -5650,7 +5654,7 @@ msgstr "Adicione um endereço e-mail para notificar" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 msgid "Add Email Notification" -msgstr "Adicionar notificação por e-mai" +msgstr "Adicionar notificação por e-mail" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5881,7 +5885,7 @@ msgstr "Principais consultas nos últimos 30 dias" #: templates/projects/projects_search_analytics.html:46 msgid "Daily search totals" -msgstr "Totais de pesquisas diárias" +msgstr "Totais diários de pesquisas" #: templates/projects/samples/getting_started.rst.html:3 msgid "Here's a place to describe how to get up and running with your project" @@ -5899,6 +5903,9 @@ msgid "" "below on the selected events. Check our docs " "for more information." msgstr "" +"Enviaremos uma solicitação POST para a URL com a carga útil " +"JSON abaixo nos eventos selecionados. Confira nossa " +"documentação para mais informações." #: templates/projects/webhook_form.html:25 #, python-format @@ -5907,14 +5914,18 @@ msgid "" "custom payload. Check our docs for the payload " "description or edit the payload to set a custom one." msgstr "" +"Este webhook foi criado a partir de nossa implementação antiga e não possui " +"uma carga útil personalizada. Confira nossa " +"documentação para obter a descrição da carga útil ou edite a carga útil " +"para definir uma personalizada." #: templates/projects/webhook_list.html:18 msgid "Add Webhook" -msgstr "" +msgstr "Adicionar webhook" #: templates/projects/webhook_list.html:47 msgid "No webhooks found." -msgstr "" +msgstr "Nenhum webhook encontrado." #: templates/search/elastic_search.html:6 #, python-format @@ -5923,10 +5934,13 @@ msgid "" " Search: %(query)s\n" " " msgstr "" +"\n" +" Pesquisa: %(query)s\n" +" " #: templates/search/elastic_search.html:30 msgid "Object Type" -msgstr "" +msgstr "Tipo do objeto" #: templates/search/elastic_search.html:34 msgid "Files" @@ -5934,7 +5948,7 @@ msgstr "Arquivos" #: templates/search/elastic_search.html:42 msgid "Search all" -msgstr "" +msgstr "Pesquisar todos" #: templates/search/elastic_search.html:105 #, python-format @@ -5943,10 +5957,13 @@ msgid "" " %(count)s results for %(query)s\n" " " msgstr "" +"\n" +" %(count)s resultados para %(query)s\n" +" " #: templates/search/elastic_search.html:197 msgid "No results found." -msgstr "" +msgstr "Nenhum resultado encontrado." #: templates/security.html:5 msgid "Security" @@ -5962,6 +5979,9 @@ msgid "" "please see our security policy." msgstr "" +"Para obter mais detalhes sobre segurança no Read the Docs ou para relatar um " +"problema de segurança, consulte nossa política de segurança." #: templates/socialaccount/authentication_error.html:5 #: templates/socialaccount/authentication_error.html:8 @@ -5990,7 +6010,7 @@ msgstr "" #: templates/socialaccount/connections.html:37 msgid "Active connections" -msgstr "" +msgstr "Conexões ativas" #: templates/socialaccount/connections.html:40 msgid "The following services are currently connected to your account:" @@ -6020,12 +6040,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" +"Nota: Se você pressionar o botão Desconectar para " +"desconectar um serviço, você também deverá visitar seu provedor Git para " +"excluir a conexão OAuth do Read the Docs. No GitHub, isso está localizado em " +"Settings > Applications > Authorized OAuth Apps." diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index 2d206a70280..11a4e0ba439 100644 --- a/readthedocs/locale/ru/LC_MESSAGES/django.po +++ b/readthedocs/locale/ru/LC_MESSAGES/django.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -39,7 +39,7 @@ msgstr "" "(n%100>=11 && n%100<=14)? 2 : 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -250,7 +250,7 @@ msgid "Username" msgstr "Имя пользователя" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -458,7 +458,7 @@ msgstr "Ветка" msgid "Tag" msgstr "Метка" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Неизв." @@ -490,7 +490,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" @@ -650,7 +650,7 @@ msgstr "Ошибка" msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Коммит" @@ -928,7 +928,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1059,7 +1059,7 @@ msgid "Publication date" msgstr "Дата публикации" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1179,7 +1179,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1472,7 +1472,7 @@ msgstr "Пользователи" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Имя" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2167,7 +2167,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Общедоступный" @@ -2183,47 +2183,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2705,232 +2705,232 @@ msgstr "" msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Путь" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "создано" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "изменено" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Домен" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3227,67 +3227,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Английский" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Французский" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Русский" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Немецкий" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Японский" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Корейский" @@ -4963,7 +4963,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5676,12 +5676,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index b0ad2b6b38e..4aa581abc54 100644 --- a/readthedocs/locale/sk/LC_MESSAGES/django.po +++ b/readthedocs/locale/sk/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -23,7 +23,7 @@ msgstr "" ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -234,7 +234,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -442,7 +442,7 @@ msgstr "Vetva" msgid "Tag" msgstr "" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Neznámy" @@ -474,7 +474,7 @@ msgstr "Aktívny" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -634,7 +634,7 @@ msgstr "Chyba" msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "" @@ -912,7 +912,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1038,7 +1038,7 @@ msgid "Publication date" msgstr "Dátum zverejnenia" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Dátum úpravy" @@ -1150,7 +1150,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1443,7 +1443,7 @@ msgstr "Užívatelia" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Názov" @@ -1527,7 +1527,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2136,7 +2136,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Verejný" @@ -2152,47 +2152,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2661,232 +2661,232 @@ msgstr "" msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Cesta" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3176,67 +3176,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Anglicky" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Francúzština" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Ruština" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Nemčina" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4834,7 +4834,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5515,12 +5515,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 41cdc190de0..5300d02580d 100644 --- a/readthedocs/locale/tr/LC_MESSAGES/django.po +++ b/readthedocs/locale/tr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Kullanıcı adı" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -441,7 +441,7 @@ msgstr "Dal" msgid "Tag" msgstr "Etiket" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Bilinmiyor" @@ -473,7 +473,7 @@ msgstr "Etkin" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -633,7 +633,7 @@ msgstr "Hata" msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "İşle" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Yayımlanma tarihi" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1152,7 +1152,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1447,7 +1447,7 @@ msgstr "Kullanıcılar" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Adı" @@ -1531,7 +1531,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2142,7 +2142,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Ortak" @@ -2158,47 +2158,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2676,232 +2676,232 @@ msgstr "" msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Yol" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "Bu etki alanına kaç kez uğrandığının sayısı" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3194,67 +3194,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "İngilizce" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Fransızca" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Rusça" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Almanca" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Korece" @@ -4900,7 +4900,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5603,12 +5603,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index b540a800f0f..f360a8eb5c1 100644 --- a/readthedocs/locale/uk/LC_MESSAGES/django.po +++ b/readthedocs/locale/uk/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -30,7 +30,7 @@ msgstr "" "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -241,7 +241,7 @@ msgid "Username" msgstr "Ім'я користувача" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -451,7 +451,7 @@ msgstr "Гілка" msgid "Tag" msgstr "Тег" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Невідомий" @@ -483,7 +483,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" @@ -646,7 +646,7 @@ msgstr "Помилка" msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "Здійснити" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "URL" @@ -1052,7 +1052,7 @@ msgid "Publication date" msgstr "Дата публікації" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Модифікована дата" @@ -1164,7 +1164,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1457,7 +1457,7 @@ msgstr "Користувачі" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Ім’я" @@ -1541,7 +1541,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2150,7 +2150,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Загальнодоступно" @@ -2166,47 +2166,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2679,232 +2679,232 @@ msgstr "" msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Шлях" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "Створено" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3194,67 +3194,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Англійська" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "Французька" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "Російська" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "Німецька" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Японська" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "Італійська" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "Корейська" @@ -4852,7 +4852,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5533,12 +5533,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index a07150c5e98..ec101981fbd 100644 --- a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po +++ b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -441,7 +441,7 @@ msgstr "Nhánh" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "Không rõ" @@ -473,7 +473,7 @@ msgstr "Đang hoạt động" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -633,7 +633,7 @@ msgstr "Lỗi" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Ngày xuất bản" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1149,7 +1149,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1442,7 +1442,7 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "Tên" @@ -1526,7 +1526,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2135,7 +2135,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "Công cộng" @@ -2151,47 +2151,47 @@ msgstr "" msgid "CPython 3.x" msgstr "" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2660,232 +2660,232 @@ msgstr "" msgid "Model must have slug" msgstr "" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3175,67 +3175,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "" @@ -4827,7 +4827,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5509,12 +5509,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index 57bcc6a4d87..e3f2b6c7846 100644 --- a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po @@ -33,7 +33,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -45,7 +45,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -256,7 +256,7 @@ msgid "Username" msgstr "用户名" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "项目" @@ -464,7 +464,7 @@ msgstr "分支" msgid "Tag" msgstr "标签" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "未知" @@ -496,7 +496,7 @@ msgstr "激活" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "构建失败" @@ -656,7 +656,7 @@ msgstr "错误" msgid "Exit code" msgstr "退出码" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "提交" @@ -934,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "" @@ -1060,7 +1060,7 @@ msgid "Publication date" msgstr "发布日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "修改日期" @@ -1172,7 +1172,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1465,7 +1465,7 @@ msgstr "用户" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "名称" @@ -1549,7 +1549,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2159,7 +2159,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "公开" @@ -2175,47 +2175,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2688,232 +2688,232 @@ msgstr "" msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "路径" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "创建的" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "修改的" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "域" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3205,67 +3205,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "英语" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "法语" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "俄语" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "德语" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "日语" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "意大利语" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "韩语" @@ -4876,7 +4876,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5558,12 +5558,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index 8db2a7f5c8d..ddc584bc04c 100644 --- a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-11 14:31+0000\n" +"POT-Creation-Date: 2024-06-25 14:50+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/" @@ -31,7 +31,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -242,7 +242,7 @@ msgid "Username" msgstr "使用者名稱" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 #: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -450,7 +450,7 @@ msgstr "分支" msgid "Tag" msgstr "標記" -#: builds/constants.py:56 projects/constants.py:399 +#: builds/constants.py:56 projects/constants.py:412 msgid "Unknown" msgstr "未知" @@ -482,7 +482,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:29 projects/models.py:1572 +#: builds/filters.py:29 projects/models.py:1575 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" @@ -642,7 +642,7 @@ msgstr "錯誤" msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:761 projects/models.py:1484 +#: builds/models.py:761 projects/models.py:1487 msgid "Commit" msgstr "送交" @@ -920,7 +920,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1587 +#: core/forms.py:198 projects/models.py:1590 msgid "URL" msgstr "網址" @@ -1046,7 +1046,7 @@ msgid "Publication date" msgstr "發佈日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 msgid "Modified date" msgstr "修改日期" @@ -1160,7 +1160,7 @@ msgid "" msgstr "" #: gold/templates/gold/subscription_detail.html:74 -msgid "Your gold membership" +msgid "Your Gold membership" msgstr "" #: gold/templates/gold/subscription_detail.html:80 @@ -1453,7 +1453,7 @@ msgstr "使用者" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1478 +#: projects/models.py:249 projects/models.py:1481 msgid "Name" msgstr "名稱" @@ -1537,7 +1537,7 @@ msgstr "" msgid "Failed to add deploy key to project" msgstr "" -#: oauth/services/base.py:24 +#: oauth/services/base.py:25 #, python-brace-format msgid "" "Our access to your following accounts was revoked: {provider}. Please, " @@ -2146,7 +2146,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2051 +#: projects/constants.py:92 projects/models.py:2054 msgid "Public" msgstr "公開" @@ -2162,47 +2162,47 @@ msgstr "CPython 2.x" msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:396 +#: projects/constants.py:409 msgid "Valid and active" msgstr "" -#: projects/constants.py:397 +#: projects/constants.py:410 msgid "Invalid" msgstr "" -#: projects/constants.py:398 +#: projects/constants.py:411 msgid "Pending" msgstr "" -#: projects/constants.py:408 +#: projects/constants.py:421 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:412 +#: projects/constants.py:425 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:416 +#: projects/constants.py:429 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:433 +#: projects/constants.py:446 msgid "Alphabetically" msgstr "" -#: projects/constants.py:434 +#: projects/constants.py:447 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:437 +#: projects/constants.py:450 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:439 +#: projects/constants.py:452 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:453 msgid "Define your own pattern" msgstr "" @@ -2675,232 +2675,232 @@ msgstr "" msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1348 +#: projects/models.py:1351 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1483 +#: projects/models.py:1486 msgid "Path" msgstr "路徑" -#: projects/models.py:1485 +#: projects/models.py:1488 msgid "Build id" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1491 msgid "Page search rank" msgstr "" -#: projects/models.py:1493 +#: projects/models.py:1496 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1536 projects/models.py:1701 +#: projects/models.py:1539 projects/models.py:1704 msgid "created" msgstr "建立時間" -#: projects/models.py:1541 +#: projects/models.py:1544 msgid "modified" msgstr "修改時間" -#: projects/models.py:1570 +#: projects/models.py:1573 msgid "Build triggered" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1574 msgid "Build passed" msgstr "" -#: projects/models.py:1589 +#: projects/models.py:1592 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1603 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1606 msgid "JSON payload" msgstr "" -#: projects/models.py:1605 +#: projects/models.py:1608 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1712 +#: projects/models.py:1715 msgid "Domain" msgstr "網域" -#: projects/models.py:1719 +#: projects/models.py:1722 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1726 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1728 +#: projects/models.py:1731 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1735 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1741 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1743 templates/projects/domain_form.html:49 +#: projects/models.py:1746 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1752 +#: projects/models.py:1755 msgid "Skip validation process." msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1765 +#: projects/models.py:1768 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1770 +#: projects/models.py:1773 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1775 +#: projects/models.py:1778 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1908 +#: projects/models.py:1911 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1915 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1920 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1923 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1950 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1954 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1976 +#: projects/models.py:1979 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1983 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1984 +#: projects/models.py:1987 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1992 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2005 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2007 +#: projects/models.py:2010 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2013 +#: projects/models.py:2016 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2020 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2042 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2043 +#: projects/models.py:2046 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2048 +#: projects/models.py:2051 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2054 +#: projects/models.py:2057 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3192,67 +3192,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:464 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:464 +#: settings/base.py:465 msgid "English" msgstr "英語" -#: settings/base.py:465 +#: settings/base.py:466 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:466 +#: settings/base.py:467 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:467 +#: settings/base.py:468 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:468 +#: settings/base.py:469 msgid "French" msgstr "法語" -#: settings/base.py:469 +#: settings/base.py:470 msgid "Russian" msgstr "俄語" -#: settings/base.py:470 +#: settings/base.py:471 msgid "German" msgstr "德語" -#: settings/base.py:471 +#: settings/base.py:472 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:472 +#: settings/base.py:473 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:473 +#: settings/base.py:474 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:474 +#: settings/base.py:475 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:475 +#: settings/base.py:476 msgid "Japanese" msgstr "日語" -#: settings/base.py:476 +#: settings/base.py:477 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:477 +#: settings/base.py:478 msgid "Italian" msgstr "義大利語" -#: settings/base.py:478 +#: settings/base.py:479 msgid "Korean" msgstr "韓語" @@ -4859,7 +4859,7 @@ msgstr "" #, python-format msgid "" "In a hurry? Fork our template project on Github, and import it." +"a> on GitHub, and import it." msgstr "" #: templates/projects/onboard_import.html:25 @@ -5540,12 +5540,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Subversion" -#~ msgstr "Subversion" - -#~ msgid "Mercurial" -#~ msgstr "Mercurial" - -#~ msgid "Bazaar" -#~ msgstr "Bazaar" diff --git a/setup.cfg b/setup.cfg index 9d3a921991b..0defbdce4c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.1.0 +version = 11.1.1 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 = "11.1.0" +current_version = "11.1.1" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False