From 2f48c81e9ce162bbd34229e897db84044b00fe31 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 10 Sep 2024 12:55:02 +0200 Subject: [PATCH] Release 11.7.2 (#11595) --- CHANGELOG.rst | 16 + docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- readthedocs/locale/ar/LC_MESSAGES/django.po | 473 ++++++++------- readthedocs/locale/ca/LC_MESSAGES/django.po | 477 ++++++++------- readthedocs/locale/de/LC_MESSAGES/django.po | 479 ++++++++------- readthedocs/locale/en/LC_MESSAGES/django.po | 473 ++++++++------- readthedocs/locale/es/LC_MESSAGES/django.mo | Bin 96451 -> 97264 bytes readthedocs/locale/es/LC_MESSAGES/django.po | 508 ++++++++-------- readthedocs/locale/eu/LC_MESSAGES/django.po | 473 ++++++++------- readthedocs/locale/fr/LC_MESSAGES/django.mo | Bin 105405 -> 109153 bytes readthedocs/locale/fr/LC_MESSAGES/django.po | 561 ++++++++++-------- readthedocs/locale/gl/LC_MESSAGES/django.mo | Bin 110787 -> 110723 bytes readthedocs/locale/gl/LC_MESSAGES/django.po | 479 ++++++++------- readthedocs/locale/he/LC_MESSAGES/django.mo | Bin 141003 -> 141017 bytes readthedocs/locale/he/LC_MESSAGES/django.po | 482 ++++++++------- readthedocs/locale/hu/LC_MESSAGES/django.mo | Bin 27275 -> 27201 bytes readthedocs/locale/hu/LC_MESSAGES/django.po | 477 ++++++++------- .../locale/id_ID/LC_MESSAGES/django.mo | Bin 18228 -> 18174 bytes .../locale/id_ID/LC_MESSAGES/django.po | 477 ++++++++------- readthedocs/locale/it/LC_MESSAGES/django.mo | Bin 41058 -> 41001 bytes readthedocs/locale/it/LC_MESSAGES/django.po | 479 ++++++++------- readthedocs/locale/ja/LC_MESSAGES/django.po | 477 ++++++++------- .../locale/ko_KR/LC_MESSAGES/django.po | 477 ++++++++------- readthedocs/locale/lt/LC_MESSAGES/django.mo | Bin 58699 -> 58641 bytes readthedocs/locale/lt/LC_MESSAGES/django.po | 479 ++++++++------- readthedocs/locale/nb/LC_MESSAGES/django.po | 477 ++++++++------- readthedocs/locale/nl/LC_MESSAGES/django.mo | Bin 18980 -> 18892 bytes readthedocs/locale/nl/LC_MESSAGES/django.po | 477 ++++++++------- .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 17788 -> 17732 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 475 ++++++++------- readthedocs/locale/pl/LC_MESSAGES/django.mo | Bin 15834 -> 15766 bytes readthedocs/locale/pl/LC_MESSAGES/django.po | 477 ++++++++------- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 131501 -> 131527 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 482 ++++++++------- readthedocs/locale/ru/LC_MESSAGES/django.mo | Bin 68244 -> 68145 bytes readthedocs/locale/ru/LC_MESSAGES/django.po | 477 ++++++++------- readthedocs/locale/sk/LC_MESSAGES/django.po | 473 ++++++++------- readthedocs/locale/tr/LC_MESSAGES/django.mo | Bin 39727 -> 39677 bytes readthedocs/locale/tr/LC_MESSAGES/django.po | 477 ++++++++------- readthedocs/locale/uk/LC_MESSAGES/django.po | 477 ++++++++------- .../locale/vi_VN/LC_MESSAGES/django.po | 473 ++++++++------- .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 36167 -> 36119 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 477 ++++++++------- .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 40162 -> 40108 bytes .../locale/zh_TW/LC_MESSAGES/django.po | 477 ++++++++------- setup.cfg | 4 +- 48 files changed, 7002 insertions(+), 6014 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 418403bd6a3..a85df6926f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 11.7.2 +-------------- + +:Date: September 10, 2024 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11590 `__) +* `@agjohnson `__: Update common (`#11589 `__) +* `@humitos `__: Docs: final date for addons and link to blog post (`#11588 `__) +* `@humitos `__: Docs: small updates to sitemaps page (`#11585 `__) +* `@stsewd `__: SAML: update docs (`#11583 `__) +* `@stsewd `__: Email: use first recipient from email object (`#11581 `__) +* `@humitos `__: Release 11.7.1 (`#11580 `__) +* `@stsewd `__: Admin: set raw field for SSOIntegration (`#11572 `__) +* `@humitos `__: Add project: skip config step if YAML file is present (`#11540 `__) +* `@agjohnson `__: Standardize error template paths (`#11494 `__) + Version 11.7.1 -------------- diff --git a/docs/conf.py b/docs/conf.py index b1288c85360..96afbf01ead 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.7.1" +version = "11.7.2" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 32fd417a590..dc7b58c58c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.7.1", + "version": "11.7.2", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 45a5165d906..cdda40ca9e1 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.7.1" +__version__ = "11.7.2" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 6c11e7d0282..38fa97e46eb 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -145,39 +145,39 @@ msgstr "" msgid "Privacy Policy" msgstr "سياسة الخصوصية" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -207,7 +207,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -477,7 +477,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -589,7 +589,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "" @@ -637,7 +637,7 @@ msgstr "خطأ" msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "تقديم" @@ -915,7 +915,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1431,14 +1431,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" @@ -1446,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "الاسم" @@ -1620,11 +1616,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2135,7 +2131,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "للعامة" @@ -2239,146 +2235,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2645,288 +2641,300 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "المسار" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +msgid "Builds skipped for this project" msgstr "" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2974,152 +2982,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3292,67 +3306,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "الفرنسية" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "الروسية" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "الألمانية" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "الكورية" @@ -3500,19 +3514,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3632,6 +3633,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4107,10 +4112,6 @@ msgstr "لا ملفات تعليمات" msgid "No projects found" msgstr "" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4124,22 +4125,48 @@ msgstr "" msgid "Let's do this." msgstr "لنعمل على هذا" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4150,66 +4177,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index 3e1410beb88..b8665057b58 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versió" @@ -141,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -473,7 +473,7 @@ msgstr "Actiu" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Tipus de documentació" @@ -633,7 +633,7 @@ msgstr "Error" msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Data de modificació" @@ -1427,14 +1427,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuaris" @@ -1442,7 +1438,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nom" @@ -1616,11 +1612,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2131,7 +2127,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Públic" @@ -2235,146 +2231,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2646,288 +2642,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Camí" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "No hi ha cap descàrrega d'aquest projecte." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2975,152 +2985,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3293,67 +3309,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Anglès" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Francès" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Rus" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Alemany" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Gallec" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3501,19 +3517,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "S'ha trobat un laberint" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Error del servidor" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3633,6 +3636,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4108,10 +4115,6 @@ msgstr "No hi ha cap document" msgid "No projects found" msgstr "No s'ha trobat cap projecte" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4125,22 +4128,48 @@ msgstr "" msgid "Let's do this." msgstr "Anem a fer-ho" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "S'ha trobat un laberint" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Error del servidor" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4151,66 +4180,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 3f7965aeee8..5ad0c6d8193 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -155,39 +155,39 @@ msgstr "Bereitgestellt von" msgid "Privacy Policy" msgstr "Datenschutz-Bestimmungen" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Ungültiger Projektname \"{0}\": kein Slug generiert." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekt mit Slug \"{0}\" existiert bereits." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projekt mit {slug_name}={value} ist als Unterprojekt nicht gültig" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -217,7 +217,7 @@ msgid "Log out" msgstr "Abmelden" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -489,7 +489,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -603,7 +603,7 @@ msgstr "Hat ePub" msgid "Has HTML Zip" msgstr "Hat HTML-Zip" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Dokumentationstyp" @@ -653,7 +653,7 @@ msgstr "Fehler" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1475,14 +1475,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Benutzer" @@ -1490,7 +1486,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Name" @@ -1666,11 +1662,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2185,7 +2181,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Öffentlich" @@ -2289,17 +2285,29 @@ msgstr "Private Versionen" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Ungültiger Projektname" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "Um aus Pull Requests zu bauen, benötigen Sie eine" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2307,131 +2315,119 @@ msgstr "" "Um aus Pull-Requests zu erstellen, muss der Webhook Ihres Repositorys Pull-" "Request-Ereignisse senden." -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Ungültiger Projektname" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "Kurze Beschreibung dieses Projekts" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" "Es existiert bereits eine \"{lang}\" Übersetzung für das Projekt {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Die Länge der einzelnen Tags darf nicht mehr als 100 Zeichen betragen." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Es existiert bereits eine Variable mit diesem Namen für dieses Projekt" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -2710,7 +2706,15 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " @@ -2720,67 +2724,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "projekt" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Pfad" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "erstellt" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "geändert" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Domain" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1732 +#: projects/models.py:1734 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:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 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:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "Build pull requests for this project" +msgid "Builds skipped for this project" +msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -3052,27 +3062,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3081,125 +3097,125 @@ msgstr "" "Es gibt ein Problem mit Ihrem {service}-Konto. Versuchen Sie, Ihr Konto auf " "Ihrer Seite für verbundene Dienste erneut zu verbinden." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3377,67 +3393,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Englisch" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Französisch" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Russisch" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Deutsch" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Koreanisch" @@ -3589,19 +3605,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Labyrinth gefunden" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Serverfehler" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3732,6 +3735,10 @@ msgstr "" "Wenn Sie Ihr Passwort vergessen haben, setzen Sie es zurück." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4216,10 +4223,6 @@ msgstr "Keine Dokumentation" msgid "No projects found" msgstr "Keine Projekte gefunden." -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Alle Dokumente duchsuchen" @@ -4233,22 +4236,50 @@ msgstr "" msgid "Let's do this." msgstr "Los geht's." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Labyrinth gefunden" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Invitation request" +msgid "Bad request" +msgstr "Einladung anfordern" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Serverfehler" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4268,19 +4299,21 @@ msgstr "" "Sie einige Schritte, die Ihnen dabei helfen, Ihre Domain wieder " "funktionsfähig zu machen:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4288,48 +4321,52 @@ msgstr "" "Fügen Sie Ihre gewünschte Domain im Read the Docs-Dashboard für Ihr Projekt " "hinzu (unter Ihr Projekt >> Admin >> Domains)." -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index a3f0d6a0dc7..b3baf0358e0 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "" @@ -138,39 +138,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -200,7 +200,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "" @@ -470,7 +470,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -582,7 +582,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "" @@ -908,7 +908,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "" @@ -1424,14 +1424,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" @@ -1439,7 +1435,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "" @@ -1613,11 +1609,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2128,7 +2124,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "" @@ -2232,146 +2228,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2638,288 +2634,300 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +msgid "Builds skipped for this project" msgstr "" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2967,152 +2975,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3285,67 +3299,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3493,19 +3507,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3625,6 +3626,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4100,10 +4105,6 @@ msgstr "" msgid "No projects found" msgstr "" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4117,22 +4118,48 @@ msgstr "" msgid "Let's do this." msgstr "" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4143,66 +4170,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index 5a9cb8fced3c386fd1bc3d89dc5c3316a45b0f2b..aba56dd7a51df07487986d036ef6f55ac42f9604 100755 GIT binary patch delta 20833 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 diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index 97702b82131..f3a45afb41b 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ # # Translators: # Adolfo Jayme-Barrientos, 2014 -# Adolfo Jayme Barrientos, 2014 +# Adolfo Jayme-Barrientos, 2014 # Alberto Apollaro , 2019 # Darío Hereñú, 2015,2019 # Darío Hereñú, 2015 @@ -22,6 +22,7 @@ # Leonardo J. Caballero G. , 2015,2017-2020,2022 # Leonardo J. Caballero G. , 2022 # Manuel Viera , 2013 +# Raul Galvez, 2024 # Rodrigo Vegas Sánchez-Ferrero, 2017-2018 # Sergio, 2023 #: notifications/messages.py:408 @@ -29,9 +30,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Edgar Ramírez Mondragón, 2024\n" +"Last-Translator: Raul Galvez, 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" "language/es/)\n" "Language: es\n" @@ -42,7 +43,7 @@ msgstr "" "1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -61,15 +62,15 @@ msgstr "Código de estado HTTP" #: api/v2/models.py:43 msgid "Project that this API key grants access to" -msgstr "" +msgstr "Proyecto al que esta clave API da aceso" #: api/v2/models.py:49 msgid "Build API key" -msgstr "" +msgstr "Construir clave de API" #: api/v2/models.py:50 msgid "Build API keys" -msgstr "" +msgstr "Construir claves de API" #: api/v2/serializers.py:392 msgid "This field is required." @@ -82,7 +83,7 @@ msgstr "El objeto no existe." #: api/v2/serializers.py:395 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." -msgstr "" +msgstr "Tipo incorrecto. Se esperaba cadena de URL, se recibió {tipo de data}." #: api/v2/templates/restapi/footer.html:18 msgid "Languages" @@ -161,39 +162,39 @@ msgstr "Alojado por" msgid "Privacy Policy" msgstr "Política de privacidad" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nombre de proyecto no válido \"{0}\": no se generó ningún slug." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "El proyecto con slug \"{0}\" ya existe." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "El proyecto con {slug_name}={value} no es válido como subproyecto" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Ya existe un subproyecto con este alias" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -212,7 +213,7 @@ msgstr "Descarga" #: audit/models.py:82 msgid "Authentication" -msgstr "" +msgstr "Autenticación" #: audit/models.py:85 msgid "Authentication failure" @@ -223,7 +224,7 @@ msgid "Log out" msgstr "Cerrar sesión" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "Invitación enviada" @@ -253,7 +254,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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Proyecto" @@ -360,11 +361,11 @@ msgstr "hace %(date)s" #: audit/templates/audit/list_logs.html:62 msgid "actor:" -msgstr "" +msgstr "actor:" #: audit/templates/audit/list_logs.html:66 msgid "anonymous" -msgstr "" +msgstr "Anónimo" #: audit/templates/audit/list_logs.html:73 #: audit/templates/audit/list_logs.html:94 @@ -377,7 +378,7 @@ msgstr "página:" #: audit/templates/audit/list_logs.html:84 msgid "to user:" -msgstr "" +msgstr "A usuario:" #: audit/templates/audit/list_logs.html:87 msgid "to email:" @@ -491,9 +492,9 @@ msgstr "Activo" #: builds/filters.py:28 msgid "Build successful" -msgstr "" +msgstr "Compilación exitosa" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilación fallida" @@ -608,7 +609,7 @@ msgstr "Tiene ePub" msgid "Has HTML Zip" msgstr "Tiene Zip HTML" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Tipo de documentación" @@ -656,7 +657,7 @@ msgstr "Error" msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "Envío" @@ -936,7 +937,7 @@ msgstr "Explicación del problema" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 msgid "URL" msgstr "Dirección URL" @@ -1066,7 +1067,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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Fecha de modificación" @@ -1378,15 +1379,15 @@ msgstr "" #: notifications/messages.py:154 msgid "Build skipped." -msgstr "" +msgstr "Compilación omitida." #: notifications/messages.py:167 msgid "Build terminated due to time out." -msgstr "" +msgstr "Compilación terminada por tiempo de espera excedido." #: notifications/messages.py:180 msgid "Build terminated due to excessive memory consumption." -msgstr "" +msgstr "Compilación terminada por consumo excesivo de memoria" #: notifications/messages.py:193 msgid "Build used a deprecated VCS is not supported: {{vcs}}." @@ -1480,14 +1481,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuarios" @@ -1495,7 +1492,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nombre" @@ -1672,11 +1669,11 @@ msgstr "Nombre de Organización Inválida: Sin slug generado" msgid "Organization %(name)s already exists" msgstr "La organización %(name)s ya existe" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "Nombre de usuario o dirección de correo electrónico" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "El usuario %(username)s no existe" @@ -2243,7 +2240,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Público" @@ -2347,17 +2344,29 @@ msgstr "Versiones privadas" msgid "Visibility" msgstr "Visibilidad" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Nombre de proyecto no válido, ya existe un proyecto con ese nombre" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Nombre de proyecto no válido" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "Para construir a partir de pull requests, necesita un" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2365,130 +2374,118 @@ msgstr "" "Para compilar a partir de pull requests, el webhook de su repositorio debe " "enviar eventos de pull request." -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Nombre de proyecto no válido, ya existe un proyecto con ese nombre" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Nombre de proyecto no válido" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Repositorio no válido" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "Breve descripción de este proyecto" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Ya existe una traducción \"{lang}\" para el proyecto {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "La longitud de cada etiqueta debe ser menor o igual a 100 caracteres." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Ya existe una variable con este nombre en este proyecto" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -2772,7 +2769,15 @@ msgstr "Este proyecto ha sido construido con un webhook" msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " @@ -2782,67 +2787,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Más " "información sobre sphinx builders." -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "proyecto" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Ruta" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "creado" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "modificado" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1732 +#: projects/models.py:1734 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:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1769 +#: projects/models.py:1771 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:1774 +#: projects/models.py:1776 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:1779 +#: projects/models.py:1781 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:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "Build pull requests for this project" +msgid "Builds skipped for this project" +msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "Error al clonar el repositorio" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "No se encontró el archivo de configuración de Sphinx" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "Se encontraron múltiples archivos de configuración de Sphinx" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -3115,27 +3126,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3144,125 +3161,125 @@ msgstr "" "Hay un problema con tu cuenta de {service}, intenta volver a conectar tu " "cuenta en tu página de servicios conectados." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} es el último propietario, no se puede eliminar" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "traducción" @@ -3439,67 +3456,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Inglés" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Español" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Francés" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Ruso" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Alemán" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Gallego" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Coreano" @@ -3653,19 +3670,6 @@ msgid "" msgstr "" "Hubo un error al conectarse a Stripe, intente nuevamente en unos minutos." -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Hallamos un laberinto" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "Demasiadas solicitudes" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Error en el servidor" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3802,6 +3806,10 @@ msgid "" msgstr "" "Si olvidó su contraseña, restáurela." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4302,10 +4310,6 @@ msgstr "No hay documentación" msgid "No projects found" msgstr "No se han encontrado proyectos" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Buscar en toda la documentación" @@ -4319,22 +4323,50 @@ msgstr "Buscar en Read the Docs" msgid "Let's do this." msgstr "Hagámoslo." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Hallamos un laberinto" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "Demasiadas solicitudes" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Too many requests" +msgid "Bad request" +msgstr "Demasiadas solicitudes" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Error en el servidor" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4353,20 +4385,22 @@ msgstr "" "explícito es mejor que lo implícito. Debajo están los pasos para ayudarte a " "poner en funcionamiento tu dominio de nuevo:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Asegúrese que posee un registro CNAME apuntando a readthedocs.io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4374,48 +4408,52 @@ msgstr "" "Agregue el dominio que desee en el panel Read the Docs para su proyecto (en " "Su proyecto >> Admin >> Dominios)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 348180e45e3..592d8515f93 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -141,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -473,7 +473,7 @@ msgstr "Aktibo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "" @@ -633,7 +633,7 @@ msgstr "Errorea" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "" @@ -1427,14 +1427,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" @@ -1442,7 +1438,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Izena" @@ -1616,11 +1612,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2131,7 +2127,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "" @@ -2235,146 +2231,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2641,288 +2637,300 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +msgid "Builds skipped for this project" msgstr "" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2970,152 +2978,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3288,67 +3302,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3496,19 +3510,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3628,6 +3629,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4103,10 +4108,6 @@ msgstr "" msgid "No projects found" msgstr "" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4120,22 +4121,48 @@ msgstr "" msgid "Let's do this." msgstr "" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4146,66 +4173,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 494cfeb9b4c1ad14cf03acfbe55a8548e66717e9..7f447e900f868e1074e018e7d2100794c724cfea 100755 GIT binary patch delta 24783 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%0AM`-Zn&U^%S`jL&X z-t;ZSUDxww>qP(3=TvqL$s6dy>pD2l;CnvY-8R~DWII!!E_xC<+($O@-sTgFcZfbg zqpE0vc>n9ge`G`QKi>Lor-Lst+Q&xn1z-P}#{Sn#u^STjxYx4skjLFge2V$JZm0Ed z_NyKn$IN;?$tk=KyhDfTV}Q&EUqp;A-XDErBRiK51~N7C|CpH6@9McyYIb9LN5^xE zRxdaxb=rPV*ctJkB^SOZ+C(f{!ah5?%$szPXs?R{_*U8 zHSF{=UxEIr6Ux&5=jo}h*LVF`qId8!M zNVoVg-ni6|X0DwBgMIcy=o9z9%{#W6|Fb+}qXs`xv>(}>w(|Tui%O)QZRQ&0D%pem zYI@G*NH(A9_F$wpY~f1J7S^>&JfAgurgH>&O?kD&!_)a6S~Sca=*l`~d~oP1p_)oy zckuDSS1mrUSV$H|Uvv_Eya~KX;qG1>>=;j^cWkW~?$&A3Zp_q*`9Sh!{vZl>_hYmD z;}gi~k$5D%LMK<*tQGVivy1eG3x2yC#=ej9``j^A_$WHEF)97g$6d)e(+~A_Jt$JU zFNa*88#+xap*-5%eSE0gHf-la*;CaS?CY?8sd9Udc%ITW==OS0p)C1A3e5nbku8{P8sjfO%1H890 zPeP`T8n?&JW1=^Xm#kiOdb#}f^Xk8o^uHU`=U3)-YyH)*`QZA;=hlB3PM@~a)x`CG DqA{_v delta 21172 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, 2014 # c1b16e6c929c50740e884a23aafc8829_00449d9 , 2014 # CapitainFlam, 2022 +# Christian Wiat, 2024 # FX Bénard , 2013 # FX Bénard , 2013,2018 # FX Bénard , 2013 @@ -41,9 +42,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Jérémie Tarot , 2022-2023\n" +"Last-Translator: Christian Wiat, 2024\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" "language/fr/)\n" "Language: fr\n" @@ -54,7 +55,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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -73,15 +74,15 @@ msgstr "Code de statut HTTP" #: api/v2/models.py:43 msgid "Project that this API key grants access to" -msgstr "" +msgstr "Projet dont cette clé API garanti l'accès" #: api/v2/models.py:49 msgid "Build API key" -msgstr "" +msgstr "Générer la clé API" #: api/v2/models.py:50 msgid "Build API keys" -msgstr "" +msgstr "Générer les clés API" #: api/v2/serializers.py:392 msgid "This field is required." @@ -89,12 +90,13 @@ msgstr "Ce champ est obligatoire." #: api/v2/serializers.py:393 msgid "Object does not exist." -msgstr "" +msgstr "L'objet n'existe pas." #: api/v2/serializers.py:395 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" +"Type incorrect. Chaîne de caractères attendue d'une URL, reçu {data_type}. " #: api/v2/templates/restapi/footer.html:18 msgid "Languages" @@ -173,45 +175,51 @@ msgstr "Hébergé par" msgid "Privacy Policy" msgstr "Politique de confidentialité" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nom du projet invalide \"{0}\": pas de jeton généré." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Un projet avec le slug \"{0}\" existe déjà." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" "Le projet avec {slug_name}={value} n'est pas valide en tant que sous-projet" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" +"Les redirections de préfixe ont été supprimées. Remplacez-les par une " +"redirection exacte `/prefix/*`. Voir {blog_link}." -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" +"la redirection sphinx_html a été renommée en clean_url_to_html. Voir " +"{blog_link}." -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " "{blog_link}." msgstr "" +"la redirection sphinx_htmldir a été renommée en html_to_clean_url. Voir " +"{blog_link}." #: audit/models.py:76 msgid "Page view" @@ -236,7 +244,7 @@ msgid "Log out" msgstr "Se déconnecter" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -266,7 +274,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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -508,7 +516,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" @@ -523,7 +531,7 @@ msgstr "Requête de tirage/fusion" #: builds/filters.py:42 projects/filters.py:197 msgid "All versions" -msgstr "" +msgstr "Toutes versions" #: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" @@ -623,7 +631,7 @@ msgstr "Contient une ePub" msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Type de documentation" @@ -638,7 +646,7 @@ msgstr "" #: builds/models.py:190 msgid "Inject new addons js library for this version" -msgstr "" +msgstr "Ajout de nouveaux greffons de bibliothèques js dans cette version" #: builds/models.py:739 msgid "Status" @@ -672,7 +680,7 @@ msgstr "Erreur" msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "Consigner" @@ -853,35 +861,36 @@ msgstr "Échec: {project[name]} ({version[verbose_name]})" #: config/notifications.py:15 msgid "There was an unexpected problem in your config file" msgstr "" +"Un problème inattendu s'est produit dans votre fichier de configuration" #: config/notifications.py:28 msgid "Config file not found at default path" -msgstr "" +msgstr "Fichier de configuration non trouvé dans le chemin par défaut" #: config/notifications.py:41 msgid "Configuration file not found" -msgstr "" +msgstr "Fichier de configuration non trouvé" #: config/notifications.py:53 msgid "Configuration key not supported in this version" -msgstr "" +msgstr "La clé de configuration n'est pas prise en charge dans cette version" #: config/notifications.py:65 config/notifications.py:79 #: config/notifications.py:179 config/notifications.py:191 msgid "Invalid configuration key" -msgstr "" +msgstr "Clé de configuration incorrecte" #: config/notifications.py:93 msgid "Invalid configuration version" -msgstr "" +msgstr "Version incorrecte de configuration " #: config/notifications.py:105 msgid "Missing configuration option" -msgstr "" +msgstr "Option absente de configuration" #: config/notifications.py:117 msgid "Invalid configuration option" -msgstr "" +msgstr "Option incorrecte de configuration" #: config/notifications.py:129 config/notifications.py:141 msgid "Invalid APT package name" @@ -889,23 +898,23 @@ msgstr "" #: config/notifications.py:153 msgid "Invalid Python install method" -msgstr "" +msgstr "Méthode incorrecte d'installation de Python" #: config/notifications.py:166 msgid "Missing configuration key" -msgstr "" +msgstr "Clé absente de configuration" #: config/notifications.py:203 msgid "Invalid configuration key: {{key}}" -msgstr "" +msgstr "Clé incorrecte de configuration : {{key}}" #: config/notifications.py:215 msgid "Invalid syntax in configuration file" -msgstr "" +msgstr "Syntaxe incorrecte dans le fichier de configuration" #: config/notifications.py:230 msgid "Missing required key" -msgstr "" +msgstr "La clé requise est absente" #: config/notifications.py:247 config/notifications.py:261 #: config/notifications.py:276 config/notifications.py:289 @@ -948,13 +957,13 @@ msgstr "Le nom d'utilisateur est incorrect!" #: core/forms.py:193 msgid "Explanation of the issue" -msgstr "" +msgstr "Explication du problème" #: core/forms.py:194 msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 msgid "URL" msgstr "URL" @@ -972,15 +981,15 @@ msgstr "" #: core/forms.py:209 msgid "Low" -msgstr "" +msgstr "Bas" #: core/forms.py:210 msgid "Medium" -msgstr "" +msgstr "Moyen" #: core/forms.py:211 msgid "High" -msgstr "" +msgstr "Haut" #: core/forms.py:213 msgid "Please rate the severity of this event." @@ -1026,7 +1035,7 @@ msgstr "Banni" #: core/notifications.py:15 msgid "Email address not verified" -msgstr "" +msgstr "Adresse courriel non vérifiée" #: core/notifications.py:28 msgid "New beta dashboard" @@ -1087,7 +1096,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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Modifié le" @@ -1220,7 +1229,7 @@ msgstr "" #: gold/templates/gold/subscription_detail.html:74 msgid "Your Gold membership" -msgstr "" +msgstr "Votre abonnement Gold" #: gold/templates/gold/subscription_detail.html:80 msgid "Thanks for supporting Read the Docs! It really means a lot to us." @@ -1382,11 +1391,11 @@ msgstr "Refuser" #: notifications/exceptions.py:13 msgid "Undefined error" -msgstr "" +msgstr "Erreur non définie" #: notifications/messages.py:84 notifications/messages.py:115 msgid "Unknown problem" -msgstr "" +msgstr "Problème inconnu" #: notifications/messages.py:101 msgid "Build terminated due inactivity" @@ -1398,19 +1407,19 @@ msgstr "" #: notifications/messages.py:142 msgid "Build cancelled manually." -msgstr "" +msgstr "Compilation arrêtée manuellement." #: notifications/messages.py:154 msgid "Build skipped." -msgstr "" +msgstr "Compilation ignorée." #: notifications/messages.py:167 msgid "Build terminated due to time out." -msgstr "" +msgstr "Compilation arrêtée dûe au dépassement du temps maximum d'exécution." #: notifications/messages.py:180 msgid "Build terminated due to excessive memory consumption." -msgstr "" +msgstr "Compilation arrêtée dûe à la consommation excessive de mémoire." #: notifications/messages.py:193 msgid "Build used a deprecated VCS is not supported: {{vcs}}." @@ -1418,7 +1427,7 @@ msgstr "" #: notifications/messages.py:206 msgid "Build terminated due to unknown error." -msgstr "" +msgstr "Compilation terminée suite à une erreur inconnue." #: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." @@ -1426,7 +1435,7 @@ msgstr "" #: notifications/messages.py:232 msgid "No HTML content found" -msgstr "" +msgstr "Pas de contenu HTML trouvé" #: notifications/messages.py:245 msgid "Build output directory is not a directory" @@ -1442,7 +1451,7 @@ msgstr "" #: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" -msgstr "" +msgstr "Fichier index non trouvé dans le répertoire de sortie " #: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" @@ -1504,14 +1513,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Utilisateurs" @@ -1519,7 +1524,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nom" @@ -1697,11 +1702,11 @@ msgstr "Nom d'organisation non valide: aucun slug n'a été généré" msgid "Organization %(name)s already exists" msgstr "L'organisation %(name)s existe déjà" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -2256,7 +2261,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Public" @@ -2298,7 +2303,7 @@ msgstr "" #: projects/constants.py:446 msgid "Alphabetically" -msgstr "" +msgstr "Alphabétiquement" #: projects/constants.py:447 msgid "SemVer (Read the Docs)" @@ -2360,17 +2365,29 @@ msgstr "Versions privées" msgid "Visibility" msgstr "Visibilité" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Nom de projet invalide, il y a déjà un projet portant ce nom" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Nom du projet invalide" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "Pour construire une requête de téléversement vous aurez besoin de" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2378,132 +2395,120 @@ msgstr "" "Pour construire à partir de requête de téléversement, votre webhook de dépot " "doit envoyer des évenements." -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Nom de projet invalide, il y a déjà un projet portant ce nom" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Nom du projet invalide" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Dépôt non valide" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "Description courte de ce projet" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Il existe déjà une traduction \"{lang}\" pour le projet {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" "La longueur de chaque étiquette doit être inférieure ou égale à 100 " "caractères." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Il y a déjà un variable nommée de cette manière dans ce projet." -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -2798,7 +2803,15 @@ msgstr "Ce projet a été compilé par un webhook" msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " @@ -2808,67 +2821,67 @@ msgstr "" "en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Plus de " "détails sur les compilateurs Sphinx." -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "projet" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Chemin" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "créé" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "modifié" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1732 +#: projects/models.py:1734 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:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1769 +#: projects/models.py:1771 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:1774 +#: projects/models.py:1776 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:1779 +#: projects/models.py:1781 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:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "Build pull requests for this project" +msgid "Builds skipped for this project" +msgstr "Pull request de compilation pour ce projet" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "Entrez un nom de domaine valide simple ou internationalisé" @@ -3141,27 +3160,33 @@ msgstr "Le seul nom de fichier autorisé est {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Les seuls noms de fichiers autorisés sont {filenames}." -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3170,125 +3195,125 @@ msgstr "" "Il y a eu un problème avec votre compte {service}, merci de le reconnecter " "sur la page de vos services liés." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} est le dernier propriétaire, il ne peut pas être supprimé" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3466,67 +3491,67 @@ msgstr "Recherche" msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Anglais" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Français" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Russe" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Allemand" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galicien" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italien" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Coréen" @@ -3682,19 +3707,6 @@ msgstr "" "Il y a eu une erreur lors de la connection à Stripe, merci de reessayer dans " "quelques minutes." -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Perdu dans le labyrinthe" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "Trop de requêtes" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Erreur du serveur" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3829,6 +3841,10 @@ msgstr "" "Mot de passe oublié ? Réinitialisez-le." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4327,10 +4343,6 @@ msgstr "Aucune documentation" msgid "No projects found" msgstr "Aucun projet trouvé" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Chercher dans toutes les documentations" @@ -4344,22 +4356,50 @@ msgstr "Chercher dans Read the Docs" msgid "Let's do this." msgstr "C’est parti." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Perdu dans le labyrinthe" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "Trop de requêtes" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Too many requests" +msgid "Bad request" +msgstr "Trop de requêtes" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Erreur du serveur" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4378,21 +4418,23 @@ msgstr "" "que l'explicite est meilleur que l'implicite. Trouvez ci-dessous quelques " "étapes pour vous aider à rétablir le bon fonctionnement de votre domaine:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Assurez-vous d'avoir un enregistrement CNAME pointant vers readthedocs." "io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4400,48 +4442,52 @@ msgstr "" "Ajouter le domaine souhaité dans le tableau de bord Read the Docs de votre " "projet (dans Votre Projet >> Admin >> Domaines)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" @@ -6097,3 +6143,6 @@ 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 "Unknown message" +#~ msgstr "Message inconnu" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index 5483b8667e8ab2459e15a74461852f5aa11aef5a..a8768773ab70ab33d37d5b7d5323da69ac13e0cc 100755 GIT binary patch delta 19852 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 F{tq&-9De`+ delta 19890 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, 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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -143,39 +143,39 @@ msgstr "Aloxado por" msgid "Privacy Policy" msgstr "Directiva de privacidade" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O proxecto con {slug_name}={value} non é válido como subproxecto" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Saír" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "Convite enviado" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -477,7 +477,7 @@ msgstr "Activa" msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -594,7 +594,7 @@ msgstr "Conten un ePub" msgid "Has HTML Zip" msgstr "Conten un Zip HTML" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Tipo de documentación" @@ -644,7 +644,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Data de modificación" @@ -1469,14 +1469,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuarios" @@ -1484,7 +1480,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nome" @@ -1662,11 +1658,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "A organización %(name)s xa existe" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -2234,7 +2230,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Público" @@ -2338,17 +2334,29 @@ msgstr "Versións privadas" msgid "Visibility" msgstr "Visibilidade" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "O nome do proxecto non é válido, xa existe un proxecto con ese nome" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "O nome de proxecto non é válido" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "Para construír a partir de solicitudes de extracción necesita" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2356,131 +2364,119 @@ 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:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "O nome do proxecto non é válido, xa existe un proxecto con ese nome" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "O nome de proxecto non é válido" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "O repositorio non é válido" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "Breve descrición deste proxecto" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Xa hai unha tradución a «{lang}» para o proxecto {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" "A lonxitude de cada etiqueta debe ser inferior ou igual a 100 caracteres." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "O nome da variábel non pode comezar por __ (dobre trazo baixo)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Xa hai unha variábel con este nome para este proxecto" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -2776,7 +2772,15 @@ msgstr "Este proxecto foi construído cunha ancoraxe web" msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " @@ -2787,67 +2791,67 @@ msgstr "" "DirectoryHTMLBuilder\">Obteña máis información sobre os construtores de " "Sphinx." -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "proxecto" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Ruta" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "creado" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "modificado" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1609 +#: projects/models.py:1611 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:1779 +#: projects/models.py:1781 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:1913 +#: projects/models.py:1915 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:1917 +#: projects/models.py:1919 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:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2931,19 +2935,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2951,133 +2955,139 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1946 +#: projects/models.py:1948 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:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1970 +#: projects/models.py:1972 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:1975 +#: projects/models.py:1977 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:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:2000 +#: projects/models.py:2002 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:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "Build pull requests for this project" +msgid "Builds skipped for this project" +msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -3130,27 +3140,33 @@ msgstr "O único nome de ficheiro permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de ficheiro permitidos son {filenames}." -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3159,125 +3175,125 @@ msgstr "" "Houbo un problema coa súa conta de {service}, tente volver conectar a súa " "conta na súa páxina de servizos conectados." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} é o último propietario, non é posíbel retiralo" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "subproxecto" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "tradución" @@ -3454,67 +3470,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Inglés" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Español" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Francés" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Ruso" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Alemán" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galego" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Coreano" @@ -3669,19 +3685,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Perdido no labirinto" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "Demasiadas solicitudes" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Produciuse un erro do servidor" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3815,6 +3818,10 @@ msgstr "" "Se esqueceu o seu contrasinal, restabelézao." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4310,10 +4317,6 @@ msgstr "Non hai documentos" msgid "No projects found" msgstr "Non se atopou ningún proxecto" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Buscar en todos os documentos" @@ -4327,11 +4330,19 @@ msgstr "Buscar en Read the Docs" msgid "Let's do this." msgstr "Fagámolo." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Perdido no labirinto" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "404 Non atopado" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." @@ -4339,12 +4350,32 @@ msgstr "" "Atopou un erro 404 en Read the Docs. Está a buscar unha páxina que non " "existe ou un proxecto que foi eliminado." -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "Demasiadas solicitudes" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Too many requests" +msgid "Bad request" +msgstr "Demasiadas solicitudes" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Produciuse un erro do servidor" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "O aloxamento «%(domain)s» é descoñecido para Read the Docs" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4362,20 +4393,22 @@ msgstr "" "cremos que o explícito é mellor que o implícito. A seguir amósanse algúns " "pasos que lle axudarán a que o seu dominio volva funcionar:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "É Vde. o propietario do proxecto?" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "Aquí te algúns consellos para solucionar os erros 404:" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Asegúrese de ter un rexistro CNAME que apunta a readthedocs.io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4383,7 +4416,7 @@ msgstr "" "Engada o dominio desexado no panel Read the Docs do seu proxecto (en O seu " "proxecto >> Admin >> Dominios)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " @@ -4392,7 +4425,7 @@ msgstr "" "Estás navegando pola documentación de %(project_slug)s. Non se " "atopou o %(not_found_subject)s que busca." -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " @@ -4402,28 +4435,28 @@ msgstr "" "navegar ata a páxina de índice do proxecto e utilizar a " "súa navegación, ou buscar unha páxina semellante." -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "Tentar buscar?" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "Use a súa propia páxina 404 personalizada:" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "Máis información" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "Cree redireccións cando mova contidos:" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "sn dominio" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " @@ -4432,6 +4465,10 @@ msgstr "" "O proxecto de %(domain)s que busca non existe, foi eliminado ou " "aínda non ten ningunha construción correcta." +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 6511ec8b5d9e84a8bc11de5e502444e3081a76d4..b65ee4ba3862be1f3322c883852c81a2d356437c 100755 GIT binary patch delta 22540 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 J53Zv5{trq*HeLV# delta 22488 zcmYk@2YgLu1IO`mL&PSC*h#F2P3#>zh?Lm1M~S_+UR&*PqxNc1qxOhBsy0Q@)T*NP zDjHk8zyE!nem?JcKj-~E>pbf`&pG#A>6Np|PoGV`xs#!wuGMR7ew;#E|AdB;0WIJO$^xSi|-W{}{A z>o7TP#bme_i{Ve`i!W{dTbxYXHNkPt;8aY7Ehain7VM0QkFrk2jKt?+YFvvcaOXs~ zb$B`Ix{as`cVG(KkGk$S*1{{84}+#~ zyRa6Pz>YTVjw4Wxge|Ch@(4BMxu%*m&=4yU?~U_u9jd_^(@clzqt;9-48R_!k&Quh zBn~w*t5IueKl2dLzznqS%q5VMgf*xU978RZ>zEY(M$JGX*1-}pP5LlY$G%3* z$XrZ^OE3>^Ks9s$)8Z=(MxR-xTpkRheJ7lN?qz*UkBw0mbV7BcKWao1ZTcLWzQV?L zpgR6DYRa$L^e5I2s1Bx_ZFW}%{F-=nbZZ0)31|kkpc*=d+3*_b!q@1J|6&VFKgU!Q ziz$is$8ITZa-bxlw+*$p)l<1hf1pk{8Hn}8}ffZ85sP$PbV8qq&C z{t0Un_nqfB6|e!S;z_6qze9~|m-R9(BmNRKz&Z0x$L3)u@grK;3KNx zR13_EWJ1kI2xi8Ts0JfZQ`-&$F&5L|7|epRu_&%X)prF||80!M7f5-x6S2_Ti$rR7HQG8h(nJ>Nlu+`3co<(nV%KIZ^2)P}h}1O?d=rZ8X4)+W#F0 zFuTqm9EGVDbDvy}GX+C1?NVMCq!(vCx8PN5kJFZ$5k1Am#6MzQjAliK;6PLdzD3R8 z5>!Vvq6QEzY2P_aARJHI0-sSMPX3))3)xZkHV>-8YN%~m2a{k7s(f?Qt>|tYi&|R? zQMYD|jqgHr_!zoXAnW(M5HJ+ASf-$QIurBbeAEaIqISu7)FQosT03`9<=>&M_gU#U zt|8BwUI?1s9RBXJte z#Qm6Kv$>a7u>$c2SQ7KFB8y-%)Ck9;*2YZKc3p(3cdPXn>Q-LG)aZUpK>PA7`k~)e zvyIZB-U$UTH`Yci!dT3T6K(o(n|=gU{!c87|DqZww9Ra{a;O=I!pb-j>7d)$Lm)2+ z7ce8fwx--}W+Iohgtex%Ii{n0cT9uBQ3LtL=Fdabw+^*74qzxAM-B8jCe{9bLqI+K zh`TYx4s*c~)M7h>{&)eC;T@a*2(|cLp{D+mjVIq};u)|!={b>+I?XW?_O|hH=zae$ zBv6fvt*CqV3N@0?=!`EBqc+|G%g; zm1+<3UzR}8J!Un3g__C*s1dD1Z%0ti_Cu%!u3$sFg;}xqUb8ssp~`o~N;nb=;cl#n zcTo)&+-Kf3QTw?6YN#Ixy2nFN6-+@bs%1C~H=w3Ibie692@E4%9(7$Otc`&2C(L$Chgws)(4CDy9s)VB3i@Gd z)EelFS8yKcf_^92Iye|ZaRuhXlc+*OY9@S7@pTJ>Q0Ws<_0P1}EuA$b%9n?tPp+=bcw5cd3YHj4R@d~J^u8z7jO;Fc&Ms;vFro>4$KIb&^ zuPI(ef-cyJrSTZ5;*Y2X{m+=!aBkFt=ucFI@30^yJ8KqY3DnHA!iqQ+HSz=48joWR z%=?SEr4eodMM#LoARL9kxCFc60o1+Af6jEU2&zMsF$5c;8tjXjq4}5}*Q3_Zuc(3i zjw$ddrolI;nQ{A`H}^g}YAuwcnY6`2PI@AhK;^ zM~kLFvba*3$=lKpNzm}Ee=p5+Y)sDVCM6j!14|0UFZ_2VI+k)}h< zKo->g&WCEaDyqRIr~!1g@e!yFO+}6PTh#R{u`F)6!u;zk^pFHy=zG;PlmoST^Pw&% zgz9-YRE0HBiz^xjVL#L^xR1p#-8D0yYN&b#qdGd>`W==b9)FGb&raYO392aNb@NNc zXw=9bT3=vG;_q-a#@sOX{4Q$EJjY=4`NKTG@}Ta0bu596Py-l;8qiGCJ7lq&Ko$ar zQTO~R=D?e%4tzvinDnN}Pmf9uz(SZ4l^=;}uqg&&XH)|tu|BTAHuw~)Vf{bN47#Tg z(CXfZ8p$Qp6yHbPf|sZ@@fNk{LT?$1q8cuZ8c_sl4Kzg6(-yV(`q}&msCwtv{3S-W zvzdTiuSaageN@HoQB$4lwwdbrSey8FsO|X>)xZbTjHJ6`3`AWYgxZ#c(1WEh6i;Fj ze1YE2|B2oJ4WfGZ8C7x0zs$&TVF2+$HXecAk)md(E#}6~sBJb0wYuk{8a$7x_bobpn>YnC%U@9Dk<%sXb3iuKW zV3CLBWz-Cd5ubyak)P1}`(Lw1W)1YhFUatq3jT#*nCUTZGOU8?$YHFAt|w+2RYo;5 z5Vf0@;6Jz<>*2b~#2&4Wbj7P93#(y@eKaJz^u9*PT zF6oRxI2iNdx9E#|F%7y86Ua#59O{BQHlAor;c|KRcTP-6enCuur7ONl3#x*QzAo?n zE`b_xECyq5)V-dGTIIXZ4{u_2ypMV^CP`-EnK3o(J0%Hd2CCYOR;Y#sqh=ruHPZd4 za%WMy-~sB^IeumUnNaVNoTz(T2Df1)OpSkIdi;dNFl};|;|?KEg@Eo!dn}BzQLFO+ zYMb1`(wI7hsi->Yo=0O=Y=IhSf7H|tM|F6bbuntK{D|tvUes&(L<*PN`+5H+2^#Ug zwm^=QreGMVqB5ukYoqRQG-~Qwp>A0_RKu}0J_1#K0_xt+K+WVv)XXKI>Uo~hZKmWs z3A!LvDwneuGoiNQ7A%QFQ@fn*E*2ANpJ(P_FcN!V1U|wwSU8=_nS_^7kMuTtgVl&X zqB@wu-{t+iF*|Btojv_>XLJV>iX$Z#?m*q-OQ;?_$8Yd0{(xgLxV%5!hVlHC7}bJLyfFNPO}PYqed8unxRs;OnMCJqtal^gB}}?M|J2DhGV86m-mxPT~xi% zsP;PB^xkd)TE2r&Q$7l{k0#mz%WVE?)CS&&x|xSj9lD6RWiL_7JWa5vCkJYk=0i1D z5Ph%|YEhI$?=!e20d3gEm<(H>I@Au;p{_RG*E-auk4BZBj9S*SZ2B5hgIiGb>_x4O zBdAq(4jbT2jMg)_aER&YNK{A0pn5n7HPSd#g{x5=+KlS?ZW}+2T6E`84~|QyN8TGO ziWzgeyzlYqSeW=Xc+|yW$KHAdkH~9YTaU0D1DUKMk41^J!m8ms zgI`l%VJQ|7t7CR)m-oZlk7dm^ypP)VtID~&pQWP8yPR3X=OgRQ39DeXQDjB4ILBDy z(AzL}r2GfeBd;z09HCnni;DNJWS_yKNYJBhvCTM#8Hr!DK0{sTQ`tQ9Q=w)cAI4$? zY7wr-{CEV_z$4U*C1Nn9s$$kiVN^W2irWUEYi!sT4TaMXyCS2qp%qbe$i z8d+Uy4C24~F_yy37=?GS6Nc9` zi*X(fBEAOIpScdA^9V~8l{-rfp1M`_H8|s$SL*0^T=+;!9 zBcKbCMVW1w4Yi7+Ff$H8H82BJeht>gn^+kOHFSCZ$s-n3&uUZ$_h1+N71i-_(Pme) zM=icZ(d_@h1fGx(gPp!G#-l1u)yPbJB1j_?M~0y~G8^^UT!6uj(&haNqr#{L2HN;S)N|lAmd8Ne z97V7Z_CPo8!pEqFSAJ<`WD}~vqp0n71GVb;a^{_}T*&rxJEaJy11(WKo`9-o2I|SS z05$bnQTO<)jo(5|{YUJJ8QPeST;s49@px4JebnOpWaEKt&7v%VnYI5t1XS@ltb+$o zJxmlq)`e`hU;a$viv8WCV z?85%nvwRu}8p+77%xAkkjJ~)S9@18u3TetxDU~yk1M7X0ipI#L=jZ*6U^# zbyL(kVFc=Vvb>wy6xcw5-p{*G7u>WyLVYw#L``9aSTh5KF_?IDRL476hoH($MU8M3 z2IGEIy?@yJhp3Jwad$W0R0^T)c{5bOL8uBwqZZwKn|>HI@-sI62eu&o5cNo{-ovbZ z4{Ey|LDhT9>hyFuw}}U#7O~r>mub)swXZXvR&O=bjC4nhXf|rf)?<3yg{t_Z&3}OU zNaoYqbTAj{IZ_<8Xq%yKT~BO^6Oj7c&NTx1Nb~@^Ve&p^)%HWp#5B|cXdY@N&R|(g zL{(g*uPIjp(-3cHGPyDMryeNi*I(57$2)Y|`h38W(91cu-xRKeG{7t{80IScR< zu6Oa>t-p(3n)tnSp!qi2ZID@P^#;3~nUu>k#B^*Wb|$_DHM2oO%|N11GdUJ>YyZzA zphdLRW*kFx=pyPZc+;lm9A>7tAZlc_Q8N;as&FW3MkZhqT!b3PGSn`Kw_Ziv(og8t zVhS8??pYX4Bwo?Rf5K73FQFDo;}Pa%)Er9_?~3|Ty2QE})v+U}U2_Ig;6v1{e1&oN zuTA%iWdFyIuwk?7*wg1NDe2FKK9qZ(CPd58@))X_6Th>I>_DV6;q!&Ql zvr2dYo8dDoFwNY$Kw57~JPhli8>`_7)Y?cf!^~i2)J%k+X3kyK2I^bep+4~pKs`Xl zqGn_{>YlDe?dxM$7@weCGFfMu4wphb*on<~cg<=&7 zbVrSRE$Tgf0yXltsMVZdwrQ{+DqagUk~TKp4>iKc)@9ZmsE(dS4dfoC(Ed*{$2=g? zphjL6HR9T+wGoZKVjI*VEbcK@L_N`Jqn?QEP>ZiG>iQw54vxljI3G3gHP`_6U^(r7 zzc^E{8fwZ~phi3jTjM;`2>(H?=HzotLzz$ymh7nfNYuSiAIWI8?bA z=vKxe0xGx~)#FX5o*qZd$Q7IZ0M(#={*XnH_2sliP5GmFMrXdMCo?L&D5}AlsI}7w zHNYYB+5dA0%qBroly`x7M3zE52VzkllXsvxlyae|CY)bG3)|sP)V=;4 zgYgyWR%KdbKJ^yCO2h{)VqZ5Tu!V$z=qxs$`3j-#WgFB3r!yAC(Wnt^LOn>1qB>r0 ziRoY~EKj^AY9?2s>OX+BFwIhPeGKXr#kvWog5IcA`88_F7okS9&Zh4`t&Lw%Q}_ne z!JNxXMR`$cAPm*v%BXTJF$CSH`d46CJb;=}_iF;0s^rT}fjp>tTMcz#Z&bsxFdTQF zzH~lBRhVXl8EHXO#nn;i!%@$Vc{l-g*m%Y7%nY|gZk^kiN<4es2R9x(?6hQAlZ8JGOL2hua0`6wm@}k z2ZhO9*g0)6g4Bi+Waf1d;JvkK>38a zK5(;{`n;%y%U}prMb+B@^^zL2*=-I>@l4dMSd6M@v-KG2y6dRd@IR>Xz6VWu2Gp%Ah`MD_s5Q|Q zL-qdeOF$LQw;3Bz4aH*tJdK*6e{6cPLuS!s!_uS|MCG?fb)-M4fhnktcu@5%N42vZ zHM6HMx%U5a0@?*{Q3aD6Ht|5zb0IhC!V)&U4(e^z7;9n=)au@hs^?eKNN=DP^BYvX znSOG4?|A`hB)Zk(?gVtfSnPv~QHv+_5%bong8FDS9?Rkp^urIR29x}38c2(3FgFHc zRaE`$Q6nCT>c|q*fVTY1{#SwHBxnk6q8>0WQ1>k2sQGBt88wwNPz^3ZRkRva(H_)u z;ymh>J;5y)aLjDO<5-!v-*NMasut?)_}y{037jB7J%5H@V5$>l-?qkh;!|-Z);MW8 zaMAh)?k4>q{)FG3GWlPfHY4wcdeBTpHMj-U@dVUNK6Vq(6D-delM#;PiPu3rqsO3T zW(^j@J*e`JtnX2aE#+A=Lm5$@n1WHC6$hc#&=}N=&ccGY4I88T4+6sol=#K`Tg`gZ z*X6Y5%nX!6O>tLL&qtvi!Lu<6=c8`PJ)8al^&EMNdN3tBZ#tY8HN&M)^)z}ff;Rc^wsX2zDG^0!#`p{_rUnz5_6 zQ~Uo80X4MnqRBXey701%|B34HL)4S;vyErFWTvz@s^c-Jay?Lsbqs1T&amn6s6}`d zOJb_a3|#xa3W1Iog-LNUPRAX118e-|^8OdcAqi&DtVdmU2XzZN{cgVVZNaL<-=jWq zRk&h)&^&~Vi6_76^8SazU!vX-XVG1QfX_Aaa;c3=i4Q^DyUf?kYqu26Al?lN;Tu$b zo*U+0J|i%Kc(OlS-oMSNi`9vbN0mR0!T1W(xp)xWGy~52C;Pt(8I%4rQ}q<<5zl;! zDWqTr)VAt<+q^VN+%c=SC#vJ~urOXjO?~pe_!i7{x$sBg1Mj-@gO?L>&-_X@>-Uz&!)FoXt*y)vu1(LZK? zcfz8S+lAV`_fa#|A&~)4KJROn_rJ4^dSe#j85}|W71Sbb`qsQV+esC&N}H)ElH&Aq*j-re-sTvr?Q>~DnH zZo^O?;WnZ=a1(QBAHO1?)tiC8(9nnqpbFGNeQs}w!8jE45?O%yc6<>1F_p_)m(yAS zbzO7R$Oofla3boKt;Z+02i@x74?d=%bEpyALRFA2iI4Y|)WizJ$6{&RZ{x2}Z_A=d zO+#+fjLk&v6BYHSJ%bwHWz@hPTR$iDaeFf|`uce9VHj%a%c3gif@*Lc>Rz5jjp!b# z!q=!rZR%t`-nEex)q%pO{IaMSjk59XsCq`D+F6jy?c;qGAGZbHqbdmW^YOk+a-&|O zl`s+OVgcr%ylq+^=PXuC zXF8I?o!&NtUCF3~TBR$k`)vLttVa4X498;r#!jdin1?%XC0@f;8GM}YuuMiD@2BD` zn30Y=Le0#-nS8wO8h54uAMdKpiap3Eim|v5zu3$(Tj-DqaP>Z?=>Ipjl zYij?`BcRvjb@am=xy>TWi<;U}s5KFRTFnhmA2gbx-fn$t{vzvY)IVNrK`piuSQu}i z7Gv5x<`x%1@8|y-1oVh(fO^2hU{dUcYPc6_5e~%^I3Crp8P-Lpa%)f>+-BW}Dt{DJ z{v4_!*HPtDKm8kX(=kv+$O*lhBBnc0(Er#d!@%|~+9Axb{$33^|Wz6ZHgim*z>zJIC z$Tw7n4-DSptjE88P{0+!e4h3GWxA5HQtGj%R{e1IQbJj{?mpJz)RH~wqcVJgB(5Vr zX9=$E&AE!ShvZ-8JV$s8X{nGU>pfBs_91O5`Mt0T@&Arzqz$31eI#^3R%JH+2AO}V zvW0?d$#~*xJ^l?cR<2}owo-~mjQ5D8TE31r^K3kbs-6%&WaI6K*WkJxo(>H%MxNrD z4z`wTTs4;P1kxVjE}Wp+2xqrt22l&21)PDzXOjOJXOVWov%f)52npUpJA5uVx$z1X zrbG|g-Rk+&pjgO$Qo3_?;=DsnRqESM$(e+|CT*Q3Dk?PU9S*D48XZ)6Bq^IYvvBHoMae0I^|9zFVI5Z}U7V}F zBR+|E8BfF)#Ud(F>JcevvA8Yirqmh26LBh6%^~j=C$Bc|OE;dhP1Nv~v~bUsFY-j? zBvg*v!K60es-DD;P^vxQnw&a($x6b)-l5Bw)UXhHqJ9#r&p(* zNIfXe;n~|LAWbszbnL~to*Rv#i%cSPff8R~ACu|*mJnr2ZYHl7tu`Ys&eO7Sc6UQ^ zez7GJts(`b*3*w!oHs<<{!}c*LhbCqX*OpxoM=SEDZ`$zI>Q9eD^A+HYV z7)5vk*S|GUhZm4@ns7tXi;`ZLYyLa76Ms#91=4=CZ5AWbkN6_2eS`u%}Vez~x8*gU(&T>nV_p_q77Ff|Da9ehX!X5XIILWv1v1jzol#p)=BDk5}Kz82`2x5 z&2K}xjzT&~_ocr39^V#0DgGojh1k!YA}s>b zspAFlnWX#L9yan!ZxNbv0jU=_zvVnesnwim2*2cf@43(-(A}T%b4a~QijKZmmUJ`uXJV@%~an`hN$%ggE0=kmD(Z_HdrI@zJPnsEes2fb^4uhuA!oPaxb6V{kv` zPo9WY87m*NC1SW@H>Zw$wDOM)&nCQra6#Ni*>5>_5MIpL+B3UVpzjM(R(LkF3Unv6 z*DS$n6q=Q+$K**Hc}oDYtI=? zi3g~o2;m&$b@q&D6X+gK=o?bj*lPGG zv^>-`o3yOtwZl%NP2`NU*FOKRK4X5TF&R53IDv$j7*F8?q-7#JkIKFxzTH!~ZD`Jg z_R`9v{{OLu^s=5YZG+rj+Y(pF?nbH4wpakRBkz)pZ=~)L-hgtq51O z#YbRYs#xwB)UHs$G35StWV9ukV*CF~SN=-JbE;k2Mr#RrXfF#D>$ljwob@RlfVr_V zc?~%uxV*ouE(h`7h>z!-ZqrodPU38u_Ss7uC-ncv3?e_;w7KKvm!1KhqwQ;S zaFO#DrM7U+Abgop%V_H(@ej70mA01utH3!-_`zJRt%V^VzJ@$Z;1pfNdH zIQ0WWWm4C3^-)jxjzO*po|YYhvNj-3M|$fV^50RzdC%;QfdPX^T}AFtQcB_w&Obc+ zJ7y1CMoM$a>L^Kg3UxOl{x?^g=JRLd(Mh+mQ4lOL=)Ug&fo1nAF)}v@;!VhsgwWK8MgE|Tl9>>{b z+u=@Aa&0R-wr$F7%cdm_-?sPQ^2~m*y$5&b8QXc=z~Ax~N!F{&fB_x4#?MINIv<%S zE@5`U@`MHaFD^L2lQ1`7al)K=={~wL$G44g?N2*zz(QA+_&Tj!|I~, 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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -141,26 +141,26 @@ msgstr "מתארח בחסות" msgid "Privacy Policy" msgstr "מדיניות פרטיות" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "שם המיזם „{0}” שגוי: לא נוצר שם מפושט." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "כבר קיים מיזם עם השם המפושט „{0}”." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -169,14 +169,14 @@ msgstr "" "הפניות קידומת הוסרו. נא להשתמש בהפנייה מדויקת ‎`/prefix/*`‎ במקום. למידע נוסף: " "{blog_link}." -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" "שם ההפניה sphinx_html השתנה ל־clean_url_to_html. ניתן לפנות אל {blog_link}." -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -207,7 +207,7 @@ msgid "Log out" msgstr "יציאה" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -477,7 +477,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -589,7 +589,7 @@ msgstr "יש ePub" msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "סוג התיעוד" @@ -637,7 +637,7 @@ msgstr "שגיאה" msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "ביצוע" @@ -917,7 +917,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "תאריך עריכה" @@ -1456,14 +1456,10 @@ msgstr "שגיאה לא ידועה בעת טעינת קובץ ההגדרות ש msgid "Syntax error in mkdocs.yml" msgstr "שגיאת תחביר ב־mkdocs.yml" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "להציג תחת סמל הפעמון" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "הודעה לא ידועה" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "משתמשים" @@ -1471,7 +1467,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "שם" @@ -1647,11 +1643,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -2209,7 +2205,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "ציבורי" @@ -2313,147 +2309,147 @@ msgstr "גרסאות פרטיות" msgid "Visibility" msgstr "חשיפה" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "מאגר לא מחובר" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "שם מיזם שגוי, כבר קיים מיזם בשם הזה" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "שם המיזם שגוי" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" "זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "כדי לבנות מבקשות דחיפה יש" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "לבנות מבקשות דחיפה התליית המאגר שלך צריכה לשלוח אירועי בקשת דחיפה." -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "בניות מבקשות דחיפה לא נתמכות" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "צריך קודם להוסיף שירות מקושר" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "לא נמצאו שירותים מקושרים" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "רק בעלי הארגון יכולים ליצור מיזמים חדשים כשכניסה אחודה מופעלת." -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "מופעלת כניסה אחודה לארגון" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "צריך להיות בצוות עם הרשאות ניהול כדי להוסיף מיזם חדש לארגון שלך." -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "נדרשת הרשאת הנהלה" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "שם מיזם שגוי, כבר קיים מיזם בשם הזה" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "שם המיזם שגוי" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "מאגר שגוי" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "תיאור קצר של המיזם הזה" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "הגדרה זו התקבלה בירושה מגרסת ההורה." -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -2745,7 +2741,15 @@ msgstr "מיזם זה נבנה עם התלייה" msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "מאגר מחובר" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "המאגר מחובר למיזם הזה" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " @@ -2755,67 +2759,67 @@ msgstr "" "html#sphinx.builders.html.DirectoryHTMLBuilder\">מידע נוסף על בנאי sphinx." -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "מיזם" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "נתיב" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "נוצר" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "נערך" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2916,130 +2920,136 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "Sphinx: לא להוסיף `conf.py` ולא להתקין ``readthedocs-sphinx-ext``" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "Build skipped for this project" +msgid "Builds skipped for this project" msgstr "הבנייה דולגה למיזם הזה" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "שגיאה בשיבוט המאגר הזה" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "גרסאות שמורות כפולות" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "שגיאה במשיכת (checkout) המאגר" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "קובץ ההגדרות של Sphinx חסר" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "נמצאו מגוון קובצי הגדרות של Sphinx" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "הקובץ המצופה לא נמצא" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "המאגר נעול" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "נא להקליד ערך תקני לשם מתחם פשוט או בינלאומי" @@ -3089,27 +3099,33 @@ msgstr "שם הקובץ היחידי שמותר הוא {filename}." msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "גרסה נוצרה" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "גרסה עודכנה" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3118,125 +3134,125 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "תת־מיזם נוצר" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "תת־מיזם עודכן" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "תת־מיזם נמחק" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "משתמש נמחק" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "התראה נוצרה" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "התראה נמחקה" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "התלייה נוצרה" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "התלייה עודכנה" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "התלייה נמחקה" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "תרגום נוצר" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "תרגום נמחק" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "הפניה נוצרה" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "הפניה עודכנה" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "הפניה נמחקה" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "שם תחום נוצר" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "שם תחום עודכן" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "שם תחום נמחק" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "שילוב נוצר" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "שילוב נמחק" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "משתנה סביבה נוצר" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "משתנה סביבה נמחק" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "כלל אוטומטציה הועבר" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "כלל אוטומציה נמחק" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "כלל אוטומציה נוצר" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "כלל אוטומציה עודכן" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "הגדרות בקשות הדחיפה עודכנו" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "תת־מיזם" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "תרגום" @@ -3415,67 +3431,67 @@ msgstr "שאילתה" msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "אנגלי" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "צרפתית" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "רוסית" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "גרמנית" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "גליסית" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "קוריאנית" @@ -3634,19 +3650,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד מספר דקות." -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "נמצא מבוך" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "יותר מדי בקשות" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "שגיאת שרת" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3775,6 +3778,12 @@ msgid "" msgstr "" "אם שכחת את הסיסמה שלך, ניתן לאפס אותה." +#: templates/account/login.html:78 +#, fuzzy +#| msgid "Organization single sign-on enabled" +msgid "Log in using single sign-on" +msgstr "מופעלת כניסה אחודה לארגון" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4269,10 +4278,6 @@ msgstr "אין מסמכים" msgid "No projects found" msgstr "לא נמצאו מיזמים" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "418. אני קומקום" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "חיפוש בכל המסמכים" @@ -4286,23 +4291,51 @@ msgstr "חיפוש ב־Read the Docs" msgid "Let's do this." msgstr "קדימה." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "נמצא מבוך" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "404 לא נמצא" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" "נתקלת ב־404 מול Read the Docs. או שחיפשת עמוד שלא קיים או שזה מיזם שהוסר." -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "יותר מדי בקשות" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Too many requests" +msgid "Bad request" +msgstr "יותר מדי בקשות" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "שגיאת שרת" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "המארח „%(domain)s” אינו מוכר ל־Read the Docs" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4319,19 +4352,21 @@ msgstr "" "בגישה המפורשת מאשר במרומזת. להלן מספר צעדים שיסייעו לך להחזיר את פעילות שם " "המתחם שלך:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "הבעלות של המיזם בידיך?" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "הנה כמה עצות לטיפול בשגיאות 404:" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "נא לוודא שיש לך רשומת CNAME שמפנה אל readthedocs.io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4339,7 +4374,7 @@ msgstr "" "באפשרותך להוסיף את שם המתחם המועדף עליך בלוח הבקרה של המיזם שלך תחת Read the " "Docs (בתוך המיזם שלך << ניהול << שמות מתחם)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " @@ -4348,7 +4383,7 @@ msgstr "" "זה התיעוד של %(project_slug)s. ה%(not_found_subject)s שחיפשת לא " "נמצא." -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " @@ -4357,28 +4392,28 @@ msgstr "" "תיעוד משתנה לאורך הזמן והעמודים זזים. אפשר לנסות לנווט אל עמוד " "מפתח העניינים של המיזם ולהשתמש בניווט או לחפש אחר עמוד דומה." -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "לנסות לחפש?" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "להשתמש בעמוד 404 משלך:" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "מידע נוסף" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "יצירת הפניות בעת העברת תוכן:" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "אין שם תחום" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " @@ -4387,6 +4422,10 @@ msgstr "" "המיזם עבור %(domain)s אותו חיפשת לא קיים, או שהוא נמחק או שאין " "לו בניות מוצלחות עדיין." +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "418. אני קומקום" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" @@ -5990,3 +6029,6 @@ msgstr "" "מספיקה ועליך גם לבקר בהגדרות אצל ספק ה־Git שלך כדי למחוק את חיבור ה־OAuth של " "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." + +#~ msgid "Unknown message" +#~ msgstr "הודעה לא ידועה" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.mo b/readthedocs/locale/hu/LC_MESSAGES/django.mo index 9835711ea650e50ae2b96a1f60c33c5855ca7516..12c5115e19f7dac1701672a2c44b03a0da6e4154 100755 GIT binary patch delta 7420 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 lkQi39U{XQRmT}W2j~FvzT, 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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -140,39 +140,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Adatvédelmi Szabályzat" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -472,7 +472,7 @@ msgstr "Aktív" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" @@ -584,7 +584,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Dokumentáció típusa" @@ -632,7 +632,7 @@ msgstr "Hiba" msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1429,14 +1429,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Felhasználók" @@ -1444,7 +1440,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Név" @@ -1618,11 +1614,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2133,7 +2129,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Nyilvános" @@ -2237,146 +2233,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Érvénytelen projektnév, ilyen nevű projekt már létezik" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Érvénytelen projektnév" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Érvénytelen projektnév, ilyen nevű projekt már létezik" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Érvénytelen projektnév" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Érvénytelen tároló" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Már van egy \"{lang}\" fordítás a {proj} projektben." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "A jelölő hossza nem lehet nagyobb 100 karakternél" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Változónév nem kezdődhet aláhúzás karakterrel." -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Már van ilyen nevű változó a projektben" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -2653,288 +2649,302 @@ msgstr "A projekt webhoroggal épült fel." msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Nincs letöltés ehhez a projekthez." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2983,27 +2993,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3012,125 +3028,125 @@ msgstr "" "Probléma merült fel a {service} fiókjával, próbáljon újra csatlakozni a kapcsolt szolgáltatások oldalon." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3305,67 +3321,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Angol" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Francia" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Orosz" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Német" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Gall" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japán" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Olasz" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Koreai" @@ -3513,19 +3529,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Labirintus talált" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Szerverhiba" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3659,6 +3662,10 @@ msgstr "" "Ha elfelejtette jelszavát, visszaállíthatja itt." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4137,10 +4144,6 @@ msgstr "Nincs dokumentáció" msgid "No projects found" msgstr "Nem található projekt" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Keresés minden dokumentumban" @@ -4154,22 +4157,48 @@ msgstr "Keresés a Read the Docs-on" msgid "Let's do this." msgstr "Csináljuk ezt!" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Labirintus talált" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Szerverhiba" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4188,20 +4217,22 @@ msgstr "" "beállítani, mint kikövetkeztetni. Az alábbiakban bemutatunk néhány lépést, " "amelyek segítenek a domain újbóli működésében: " -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Ellenőrizze, hogy CNAME rekord a readthedocs.io domainre mutat." -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4209,48 +4240,52 @@ msgstr "" "Adja hozzá a projektjéhez a használni kívánt domaint a Read the Docs " "írányítópultján. (Saját projekt >> Adminisztráció >> Domainek)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.mo b/readthedocs/locale/id_ID/LC_MESSAGES/django.mo index 50a7ef6680bfa8a50c2df64e86ecbb79fd74292b..6ed412f64e25d9d96a5997ede5d10c079e04d332 100755 GIT binary patch delta 5309 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 SM?_XU+AKS<;+5Pzq5lJe;o- zbXUZvr(co!rOaO+X#*V=zn1TZ_1CwwL=Hj1G&(&f!euqjdHO?4+ z%(mvD63oXaEVMp@jTzreqo9H2SQn#a@;Ykf>#!MavF@|iE3Kzd34ex4s17yL`xuNN zE!_U1P}f_cRwNB07~kYjP=-aQ2S=bX9c`V3L#V%snprI>p^K;vzqfV2c()%fY9(5r zuBTbEtpiaB{|bGY={O2nfyqc;W)7--4QdZJU?#qcO7LrBa;6?NlTZ$h?oUF^IK|o> zm2hv=O6H*k9*o-RXIirUoHsLu26a%1{c#5B!2|Zja#Y6^s2QEM?H5ohcgcDU)!%JY z;*V^5NP^oQf$FD)ttTh2{_3DJ4LY?MSb~|T1lHOc*Q1yEU$GzVx7R%!WepUF-7o?N zVLu#!%drqI;nSFr=x*Ig)E2$%qo9s=qdKZUE!C%}nSO~{nd_*8?xJS+0JW5XN$v!i zquLX(VGFP?_3o&Crl6L5KDNO{sQY|dDCoj&)Jp8L9!3pZf!gyb)ETKoC34kz9W{Yl z$Rtg0YjzK5v9 zf|!o3N23x>wsu0jMH#j}5S7qS)Z6oHgFcpqg7#to@*QGUq6T;mHNYNJf=5vIRiZln z++M$d(bOMd3P!i(I|Xy_9PUDLHOrD+x1$m`h2e~EE>O?_^{6v&4>h9zrmNR03iUt- z)C_xCbJ3sr0Mzq?P>BskZOLy@6ZySuUx@1GPpEM=qfay3O+kmQ9C@Y9Nz{YiqHer} z>e#e*6NpA7mVi1FT~Uejw%7A8jru@)eHv;)^H3|X9M$iR_Uykp*iVBJs6f@LQ8T?@ zy@EOmH&FxK#-8{C=3#mVV|w5;%*8F%tN0l8H1?$z{u(vGGEBvtDXhP4I8Q?$hSEA1 zqfkruEGn@X7>qBW5?F>x$U&W%G7QG;7=(LKGdzqsbSE$wYq2r_By?(5je?QjYfQ-2YaXf5h{piyVH-Ws*C`KXB%qR!59 z$hbZ;gF+)3UO~-Z32NY#Sb(c>fybB{)Pp7LmlB?a&F~L66U$I57S6X!6O2I(+y-@D zDrzEG7>-5Qf$>c-1kKW@5wAq4u)Swm)I(CD@eq38=lCg-UnH&RL1`4ZX&^`8>6l5aU}Jgs18@45?F(wxY5>kp=Nvt zmB2C7z-Mgz0_wS&>8!tQctnF{(2VueDQ%7#xD9Fr(oxs5@h8|1wNkTCr}<^n{p(Qo zZ$l-x2ldJ_HW3HmaeNY^Gu;GylWgHd)QlFRI$Dd`ijAl(+Kx)_LsUY?Z2e=5 zrhXc=LYHm(HPnjUM*bN8EO)>@sQZ3~d{6jH5d|%2DQbY(sF}`3-S|grIBXb2eGTgV zt*AuyqMkd5G58Vci|9NmG5zBp7Gh8n?1C(g$why?|I;aG#5XXB!~5TglcWT?qLw@t zwIT(!y$Cgfr%`8NGU~qhs1;a*N^Ci5OUh99zk&Qk*=$3t>yfY725uGarc^u>|?HHcOFJG>1@!)RXT{q!}u)PS)EH=XbVspHL)6uWMUGiC|=a1l6Jc)^z-QV5gCsFm; z7=UY0E42Zm_5SapphH!K{&)#>V;%ZoJ!+5dpa-jnRfHwSGlV5x0HB?_>$O4JVh)ab`gAkHGKB-b8y3x%f0^HKBe}id!gay zzxnx^t&hOng!XqRF^l+*bJW|xbIz&r#*h4v`a?n|R=+Oq5od@wgg$Q(dkFm^IZmu0 z^rJqubumsS0w}M?wZsfUpPeoZ|8t=KmkV*; ziyF{lyKNOWh|R?J#3NbFgx=E2guYh(=cGobOARdj5-Zz)|P9w+t^U5Jgucf=S%pK2#G zCO$NfkqfBpBhETKViH6BX$hm2M_hM`V|qpZgOWb+L?qFfIJ)!wn5V*m#!j4GJbvtR eJN?>a#YGMqJ*jlc*r}zH$0q&Q-YciP@&5twc}4#K diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index e2004b41f6e..7e88a6d3396 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versi" @@ -141,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Kebijakan Privasi" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -473,7 +473,7 @@ msgstr "Aktif" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Tipe dokumentasi" @@ -633,7 +633,7 @@ msgstr "Galat" msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1428,14 +1428,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Pengguna" @@ -1443,7 +1439,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nama" @@ -1617,11 +1613,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2132,7 +2128,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Publik" @@ -2236,146 +2232,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Repositori invalid" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Panjang tag harus kurang dari sasma dengan 100 karakter." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Sudah ada variabel dengan nama tersebut untuk proyek ini" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -2644,288 +2640,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Tidak ada unduhan pada proyek ini." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2973,152 +2983,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3291,67 +3307,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Katala" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Inggris" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Prancis" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Rusia" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Jerman" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galisia" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italia" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Korea" @@ -3499,19 +3515,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Galat peladen" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3643,6 +3646,10 @@ msgstr "" "Jika anda lupa sandi anda, ganti sandi." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4119,10 +4126,6 @@ msgstr "" msgid "No projects found" msgstr "" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Pencarian seluruh dokumentasi" @@ -4136,22 +4139,48 @@ msgstr "Cari Read the Docs" msgid "Let's do this." msgstr "Ayo lakukan." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Galat peladen" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4162,68 +4191,74 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Pastikan anda memiliki rekaman CNAME yang mengarah pada readthedocs." "io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.mo b/readthedocs/locale/it/LC_MESSAGES/django.mo index 22fad18c84420b796040778d9f192ddcbe547ad6..86f5415be2392e01294039a1e8f7cb9a48bcabc0 100755 GIT binary patch delta 9767 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 g8rrGfJ0nI78a-mbAR~%0>MBD&Hw-a diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index b368a534bb2..aeb495c82a3 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versione" @@ -152,39 +152,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Privacy Policy" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -214,7 +214,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Progetto" @@ -484,7 +484,7 @@ msgstr "Attivo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilazione fallita" @@ -597,7 +597,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Tipo di documentazione" @@ -645,7 +645,7 @@ msgstr "Errore" msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Data di modifica" @@ -1442,14 +1442,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Utenti" @@ -1457,7 +1453,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nome" @@ -1632,11 +1628,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2147,7 +2143,7 @@ msgstr "Eliminato" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Pubblico" @@ -2251,147 +2247,147 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Nome di progetto invalido: uno esiste già con quel nome" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Nome progetto non valido" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Nome di progetto invalido: uno esiste già con quel nome" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Nome progetto non valido" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Repository non valido" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "C'è già una traduzione \"{lang}\" per il progetto {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" "La lunghezza di ciascun tag deve essere inferiore o uguale a 100 caratteri." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "C'è già una variabile con questo nome per questo progetto" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -2672,288 +2668,302 @@ msgstr "Il progetto è stato compilato con un webhook" msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Percorso" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Nessun download per questo progetto." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "Inserisci un nome di dominio " @@ -3001,27 +3011,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3030,125 +3046,125 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3323,67 +3339,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Inglese" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Francese" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Russo" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Tedesco" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Coreano" @@ -3532,19 +3548,6 @@ msgid "" msgstr "" "C'è stato un errore nel connettersi a Stripe, riprova tra qualche minuto." -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Trovato Labirinto" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "Troppe richieste" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Errore del server" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3678,6 +3681,10 @@ msgstr "" "Se hai dimenticato la password, reimpostala." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4158,10 +4165,6 @@ msgstr "Nessun documento" msgid "No projects found" msgstr "Nessun progetto trovato" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Cerca in tutti i documenti" @@ -4175,22 +4178,50 @@ msgstr "Cerca in Read the Docs" msgid "Let's do this." msgstr "Iniziamo." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Trovato Labirinto" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "Troppe richieste" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Too many requests" +msgid "Bad request" +msgstr "Troppe richieste" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Errore del server" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4208,20 +4239,22 @@ msgstr "" "esplicito sia meglio di implicito. Sotto ci sono alcuni passi per aiutarti a " "far funzionare il tuo dominio di nuovo:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Assicurati di avere un record CNAME che punta a readthedocs.io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4229,48 +4262,52 @@ msgstr "" "Aggiungi il tuo dominio nella dashboard di Read the Docs per il tuo progetto " "(sotto Il tuo progetto >> Amministrazioni >> Domini)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index 525500a64e9..819ac882149 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -152,39 +152,39 @@ msgstr "" msgid "Privacy Policy" msgstr "プライバシーポリシー" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -214,7 +214,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -484,7 +484,7 @@ msgstr "有効" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "ビルド失敗" @@ -596,7 +596,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "ドキュメントの種類" @@ -644,7 +644,7 @@ msgstr "エラー" msgid "Exit code" msgstr "終了コード" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "コミット" @@ -922,7 +922,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "変更時刻" @@ -1438,14 +1438,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "ユーザー" @@ -1453,7 +1449,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "名前" @@ -1627,11 +1623,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2142,7 +2138,7 @@ msgstr "削除済み" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "公開" @@ -2246,146 +2242,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "無効なプロジェクト名" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "無効なプロジェクト名" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存在します。" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -2658,288 +2654,302 @@ msgstr "このプロジェクトはWebhookでビルドされました。" msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "パス" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "このプロジェクトにはダウンロードできるファイルはありません" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "有効なプレーンまたは国際化ドメイン名の値を入力してください" @@ -2987,27 +2997,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3016,125 +3032,125 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3307,67 +3323,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "英語" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "フランス語" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "ドイツ語" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "日本語" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "韓国語" @@ -3515,19 +3531,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "迷宮に迷い込んでしまいました" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "サーバーエラー" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3655,6 +3658,10 @@ msgstr "" "パスワードを忘れた場合は、リセットしてくだ" "さい。" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4132,10 +4139,6 @@ msgstr "ドキュメントがありません" msgid "No projects found" msgstr "プロジェクトが見つかりません" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "全ドキュメントを検索" @@ -4149,22 +4152,48 @@ msgstr "Read the Docsを検索する" msgid "Let's do this." msgstr "検索しよう" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "迷宮に迷い込んでしまいました" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "サーバーエラー" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4175,66 +4204,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 853f870aa55..899ca5379ae 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "버전" @@ -140,39 +140,39 @@ msgstr "" msgid "Privacy Policy" msgstr "개인정보 보호 정책" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -472,7 +472,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" @@ -584,7 +584,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "문서 종류" @@ -632,7 +632,7 @@ msgstr "오류" msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "커밋" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "수정 날짜" @@ -1426,14 +1426,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "사용자" @@ -1441,7 +1437,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "이름" @@ -1615,11 +1611,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2130,7 +2126,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "공개" @@ -2234,146 +2230,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2643,288 +2639,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "경로" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "도메인" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "이 프로젝트에서 다운로드할 항목이 없습니다." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2972,152 +2982,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3290,67 +3306,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "영어" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "프랑스어" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "러시아어" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "독일어" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "일본어" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "한국어" @@ -3498,19 +3514,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "서버 오류" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3633,6 +3636,10 @@ msgid "" msgstr "" "비밀번호를 잊으셨다면, 재설정하세요." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4109,10 +4116,6 @@ msgstr "문서 없음" msgid "No projects found" msgstr "검색된 프로젝트 없음" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4126,22 +4129,48 @@ msgstr "" msgid "Let's do this." msgstr "" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "서버 오류" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4152,66 +4181,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index 6fd2351b9d03c0a9fbe4d2f4e7222161eeafc52d..6fc70650df52486765d5461bf3ff521a369797c3 100755 GIT binary patch delta 13704 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.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Naudotojai" @@ -1473,7 +1469,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Vardas" @@ -1650,11 +1646,11 @@ msgstr "Netinkamas organizacijos pavadinimas: nėra sugeneruoto žetono" msgid "Organization %(name)s already exists" msgstr "Organizacija %(name)s jau yra" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -2198,7 +2194,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Viešas" @@ -2302,146 +2298,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Netinkamas projekto pavadinimas, projektas tokiu pavadinimu jau yra" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Netinkamas projekto pavadinimas" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Netinkamas projekto pavadinimas, projektas tokiu pavadinimu jau yra" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Netinkamas projekto pavadinimas" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Netinkama repozitorija" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Jau yra projekto {proj} vertimo kalba „{lang}“." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Kiekvienos žymos ilgis turi būti ne mažesnis nei 100 simbolių." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -2716,288 +2712,302 @@ msgstr "Šitas projektas sukurtas su webhook" msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Kelias" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "sukurta" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "keista" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Nėra atsisiuntimų šiam projektui." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "Įveskite tinkamą paprastą arba internacionalizuotą vardo reikšmę" @@ -3045,27 +3055,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3074,125 +3090,125 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3368,67 +3384,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Anglų" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Prancūzų" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Rusų" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Vokiečių" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galų" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italų" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Korėjiečių" @@ -3576,19 +3592,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Rastas labirintas" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Serverio klaida" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3721,6 +3724,10 @@ msgstr "" "Jei pamiršote savo slaptažodį, iš naujo " "jį nustatykite." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4200,10 +4207,6 @@ msgstr "Nėra dokumentų" msgid "No projects found" msgstr "Nerastas joks projektas" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Ieškoti visuose dokumentuose" @@ -4217,22 +4220,50 @@ msgstr "Ieškoti Read the Docs" msgid "Let's do this." msgstr "Padarykime tai." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Rastas labirintas" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Invitation request" +msgid "Bad request" +msgstr "Pakvietimo užklausa" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Serverio klaida" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4250,20 +4281,22 @@ msgstr "" "tiesiogiai. Žemiau pateikiami žingsniai, kurie padės jums padaryti, kad jūsų " "vardas ir vėl veiktų:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Įsitikinkite, kad turite CNAME įrašą, rodantį į readthedocs.io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4271,48 +4304,52 @@ msgstr "" "Pridėkite jūsų norimą vardą Read the Docs panelėje jūsų projektui (Jūsų " "projektas >> Admin >> Vardai)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 78127c326bb..57f1ef6e8e9 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -141,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -473,7 +473,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Dokumentasjonstype" @@ -633,7 +633,7 @@ msgstr "Feil" msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Endringsdato" @@ -1427,14 +1427,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Brukere" @@ -1442,7 +1438,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Navn" @@ -1616,11 +1612,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2131,7 +2127,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Offentlig" @@ -2235,146 +2231,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2646,288 +2642,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Filsti" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Ingen nedlastninger er tilgjengelig for dette prosjektet." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2976,152 +2986,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3294,67 +3310,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "engelsk" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "spansk" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "fransk" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Russisk" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Tysk" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3502,19 +3518,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Labyrint funnet" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Serverfeil" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3634,6 +3637,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4109,10 +4116,6 @@ msgstr "Ingen dokumentasjon" msgid "No projects found" msgstr "Ingen prosjekter funnet" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4126,22 +4129,48 @@ msgstr "" msgid "Let's do this." msgstr "Kjør på." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Labyrint funnet" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Serverfeil" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4152,66 +4181,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.mo b/readthedocs/locale/nl/LC_MESSAGES/django.mo index fa493cfb7a0a5b497210ce83c191d8c461df974f..ad020c28107d23768a730c9af04ba274a60a360c 100755 GIT binary patch delta 6517 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 Ke`)tomkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Gebruikers" @@ -1453,7 +1449,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Naam" @@ -1627,11 +1623,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2142,7 +2138,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Publiek" @@ -2246,146 +2242,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Ongeldige project naam, er bestaat al een project met deze naam" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Ongeldige projectnaam" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Ongeldige project naam, er bestaat al een project met deze naam" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Ongeldige projectnaam" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Ongeldige repository" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2652,288 +2648,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Pad" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Domein" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Geen downloads voor dit project." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2982,152 +2992,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3300,67 +3316,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Engels" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Frans" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Russisch" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Duits" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japans" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Koreaans" @@ -3508,19 +3524,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Serverfout" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3640,6 +3643,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4115,10 +4122,6 @@ msgstr "" msgid "No projects found" msgstr "Geen projecten gevonden" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4132,22 +4135,48 @@ msgstr "" msgid "Let's do this." msgstr "Laten we dit doen." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Serverfout" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4166,21 +4195,23 @@ msgstr "" "Hieronder staan enkele stappen om je te assisteren bij het weer werkend " "krijgen van je eigen domeinnaam:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Zorg ervoor dat je een CNAME-record naar readthedocs.io hebt " "geconfigureerd" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4188,48 +4219,52 @@ msgstr "" "Voeg je gewenste domeinnaam toe aan je project binnen het Read the Docs " "dashboard (onder Jouw Project >> Admin >> Domeinnamen)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo b/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo index c98309c6769ad0f950973b2237e535d73c2a34a8..ec50d105371f34eda95101b6bd24afad4b5a5555 100755 GIT binary patch delta 4938 zcmXxn4_sE&9mny5fXbiv^MEF(10+O|A?OlNO2j~MSZgoPjb&rmKXuwPW16~KZLSHf zlxNO4L(J5fiAspBFrCxX1x-a)O^`JI;FwEv$YNW)_W3^d?7sZ*KIcC7p7T5Z9^tXgV3?Z)cGv;AGV|In>t}$KF#zf#P%*H+gjOmLx*2$cvtF#WExpGat#-yoCL+0`;61 zLvVw28|F~2Lp}dFs+}HR-7&`hZet?35rQ!|6g84e)JO|34yU7@n{V$ss6>8l-G~~% zUTXtt0Pmt^@B>u4t=3MAq<_Is<(l8hcQ3)1f5H3J9!)o__7=|8oTf?n>c>3y95{MRWsCud}REFy6p}b%KYoabZ%(MC!j_=1@*$CsF`>MHR9!{ zHLt|`a5E~wcI$2QQ1AOSx8oSpfJUMcO|xcUF7-Tzf~N4NI1E?W2X@)}`%w)XL~X_+ zs9k&#wYg5)`bE5p`gPRvJ*XM|4{9$&v4fK_2{oYUsDzwSTX-Bb;suzl4^T6+7xh9T zDuI)z89Iep!)vI9I+4MfZcIW?yqi!KYUT=1iI<>eXqH=d%#SE2!zHMWDo}~6N9}NdF)bk@zOO}pGB;VGHF`WHp=1@?_OMN#u&!~=n zjq11t)le;}fqkfv9JTkGPEblso0PHO%?^MSuW~$ zh{e$2-Ws08~BH)avW;Yh4Pb$Ad1@Hq0_ zW15CD|H|kJH?#+CAbpsxP*a(h?7onSdM*RiakjMtb)FZZI$n)>Z!4;US`5VF$Yhvi zOu?I|0mhDC{Ua!t5>1J%FGlT+^$vv~3cFAl??)YvQ>czVL%rCI8fg^i_rWw&A{nRw6r!G=f!efB zqY^1cCGb4vV>NE{Gv+et6gf_+I~8ltH&xh|51LWC_ADyX%cyUwv#Bq` zFl@k3Jcj-83~KY9MEBGJps&s!pr+12C9+BnU=@bpcGTWzK+VKS z)br<1&$r`uumiPub2D7?Q5{di2%L$UnWxcF<_-llv<~mW8e6YLC2#=ML6h|yDxnKF z7H^=AZTuK_)8(T!bD{MyR6@&8?Yw|$chwl?KZim!Hy*(AsJ#$JtI9Y9wc9gMUp(V6 zh8yLmDPF@N)&RC)JT{^_Zo??NgK95mocmlfhEq>L&EWWP%)drlU>_*PsnqA98mh;E z*o*`4vb7gAqVP<2Peh|SibWl>B-AFJhw-=wHDg}XX5NB&f2Tu1ne0I=K_hzbeS7~C zRK{0OFLa|$NiQm~s4Tu*FaOVnpHfvBza01n@bDDx)XhXgg%{9~) zM;K>Io5h1V$BC%VC!$93l(if+(v_%=R-;C^3HAPV)KVNk4Xg>(U%UIcW3E$B=Dnzq z_8sqjV+};Tkd1nw2-VOGTc3-XfyJnVDp7mlx2SgZpxQlb>&>VcY(p*iC5+Jdze!;b zH?+f)c?{~o1XRbvQB#$UI;J_O|E5b(3H=x~1C^*fP=$KF8r9C5n25VkQ{Q4gZ^ba3 z{|*XwV-JqNFph*e&P09TOhPq01+~`SMvZJGZo?|n^I7+~9p~ZO)E`7GrQiL=OvXUe zX(~khpHhSl%WdXS(5~Hz8eu1DM*2_W&nrwoP4!k>j*XatS-I{S&qj@OF~;Ij)JT7Y znxSe;z&cc-XRQ} zi+-rZj7S`Co6=lD*Q11{YP3}h3ot7AME^+L#2%B!gm}|CJ$jULj8ctmaXmp?CDMos#4X}gLRYwp`7UlE?zQz~eAkx$ik}io qY`qr8+VVx5LHv!-xqglCclRZKXVrfh{c>pi`h*EF^&R8a1^*9~rwZKw delta 4998 zcmXxn3tX4g9mny5A_y3lKOiC)ASptqfm5Rb5lt{7a-|KYZ7rN&c+EL+>7z}{Da@Dt zOEc0+=hVqC$7t4M;jO%`$VHSEY03WqJfqHZthT>#fudwys;0xS; z4Lf0USGT=5q#ehkQ|QhI1JEBIb3ZUops!)ni<7YnPRA&mhvaHjVrP6E_1p#w!7bK$ ze2Drk)brn>+6jnJ-7zMTLIgMBFc$lwMv{*j=~zs_38?4h+55{;iLA12MGc_Qx(_vg zgQyuigKGDR^$teRzX|H*eh`PsFby?=Ow`QeU@#V=5-hUbJ@4t!a za5L)pIvjuvs6BQKJ7Q>e=AT(G9)>B?PzmLs8p=mC{5TH65>)2Z_VZ6s9b7?mcoX}h zi8JN{Ht~I^CAdnjnjzD}ozVzXyXifcf4!K?4Ndtd)QF!#y)YFu6Ao&`m8dnZ#%z2C z)ljRo!`%#qdRJ7(si*;Ep%Trp7GN&*A378?gf8rp?Q z;A7P1r!fgHp=Kh8iV}%MZPsMe^I51R%S9zJ#@0*Fqw`-uK@C)*5_rSbx1bVu50$`f zRD;J*4K<-g)MD?qqV~{D)O&ucCmY=aqY}6W)lU{`$wy)c{hJ~RYUszPwR;wIOiJ|t zF1D^fb-Wg}wlzp!W-n@~T2KvNL%r9I$=Hz}s;A%z9DwR?A3B<{BNV*YgdOp@dyE;1 z({LbeN3HoK9D?8CgP6lYbHdDAnhO3#(M~!$Cs^c-p z2{m(UeYHbDo8x^9!jDlIe}XzD*HImJB3->0gBs}|?0}ZpYF~?9r~sU19-3vwQFyo5)J6k7{TK-i5nu{TM32GpG()t?j6U zOs4z$Jq&ehhoLrIDQYv9TNk4eT8C<9LniaDhHJQ?ztI|TIDUhgs=NVi#)YWeJ`VN8 zGXZ0{u?988b(~=hU_U0}IaJ5rVI+1N2>;u2V0_s($ zhE8KwY(q5=FxWL7HKI(^o*0ZuJR2Xz0@Nn{Ehgfts2O_~wVC%h6x6^GR3ax(OK=W7 z_?f-`UsT3{_q)%>piW6VDzQPxq?tn08ZSV#Q)OL^5!ByC#$f7DOW=G?K^@;fz3?6K z?P!8HQ(D6e)MgooI>#eWpZ^RslBL!)sF7|)b+ipN!d%iT3*%78CZ=MisP({P%~1CnyDsC!WPtwbk1`ViA2pz z4w9Rhfm+(_sHNGBTG|77j+^OmZp3rrG-_>bphg(OJSpRTI1=+vOI3*-@HO;cH7e0s zOvGkXqPH;tdk%Ly%tOueBdASU=1|ZV%6v@3SL_4zs18n|_Cgctxi-|uJFz}WEDAef zAN0p`d;~Ml4|P=$3yBwrEyPqJh|uLd78XCImBMU7Q}}!0CZX#W#D0Q7`2Ma_#s>&( zHeE@?PgUU328;ET*noJ}J2X5cXg8%F5P$d12v3f_L1{9f>uEwWx5>LDJh|68-QxNW z@xHHQOmEcC?-09)Q{HRgk-h3EX$iLyj}pfT4gBYXu6E+IH#H(5_FZ4y{ojm=ZN$Hb z?cQf1iZV`8+CfYrW)Qz4bbaLF`^rLZ=okS;*XScX|L(p;9cm6jM(T_d}l?)FTEQ*DM7dG-8%0nPyaC= z+L{-2Mz7iWJgfMM7)4wrbl!A!b$v}#6FZ6bh(8mb5e?qr$OPwalyub)CB#ESIkBD? zM_eMV5dXgpQ+S!s`Ox(#!B?62fOw8*BASWwL_X0->?L#+5i^M|RN?vw-)_D_AwT~~ zsJ6#xKfC}`bzww!VAP4;tisf7(nQ{NQ@;uCv?o$5*^)r$)E6bUq-#$C9rJj>}Sf$ nO6p3J@?)clrcRnzUQ#w`V&cq+)2BUOHf!3, 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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -143,39 +143,39 @@ msgstr "Beheerd door" msgid "Privacy Policy" msgstr "Privacy beleid" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Uitloggen" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -475,7 +475,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -588,7 +588,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "" @@ -636,7 +636,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -1433,14 +1433,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Gebruikers" @@ -1448,7 +1444,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Naam" @@ -1623,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2138,7 +2134,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Publiekelijk" @@ -2242,147 +2238,147 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" +"Ongeldige projectnaam, er bestaat al een project met exact dezelfde naam" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Ongeldige projectnaam" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" -"Ongeldige projectnaam, er bestaat al een project met exact dezelfde naam" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Ongeldige projectnaam" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Ongeldige repository" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Er is al een \"{lang}\"-vertaling voor het {proj}-project." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "De lengte van elke tag moet minder of gelijk aan 100 characters zijn." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Er is al een bestaande variabele met dezelfde naam binnen dit project" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -2649,288 +2645,300 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +msgid "Builds skipped for this project" msgstr "" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2978,152 +2986,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3296,67 +3310,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3504,19 +3518,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3636,6 +3637,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4111,10 +4116,6 @@ msgstr "" msgid "No projects found" msgstr "" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4128,22 +4129,48 @@ msgstr "" msgid "Let's do this." msgstr "" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4162,21 +4189,23 @@ msgstr "" "Hieronder staan enkele stappen om je te assisteren bij het weer werkend " "krijgen van je eigen domeinnaam:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Zorg ervoor dat je een CNAME-record naar readthedocs.io hebt " "geconfigureerd" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4184,48 +4213,52 @@ msgstr "" "Voeg je gewenste domeinnaam toe aan je project binnen het Read the Docs " "dashboard (onder Jouw Project >> Admin >> Domeinnamen)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.mo b/readthedocs/locale/pl/LC_MESSAGES/django.mo index e331b243c56138103ddad5a869caf7d7930d5f05..fcbccffe29121ef91424b01ca3a22953bf313aa6 100755 GIT binary patch delta 5582 zcmZA53vd_39l-Gm5E23*kSCAC03k-+q6R@h3z!N;L{Sm7h**&k3Mv)^l>QxCURs3m z2YeJNKG5ojQ$=9LR+?e=!Z4aCbVkL<4Dq2GTCrHP{;s{1WuO;pjNmqZ5n^ z-W|@*2`<2voPQWwGk^3P6<1b?M))xn<2H2Qli_?y+c&r10`v$MXVYF{W zGq5)JH#D#}(D|w{VaIMN4pf8g?TK(f8V`gQ<_AlI=b?cOL^Cr4i7~o1^iM`JGXvf0 zx#;+R3g@3h9<%8ALh^6r6*`P`J(|MGU^TkZ&x1ASmZTKL4^tYtRoQ4jZSevu!92VX z9rrirebdneCNLit7Lk81e3lLac@16hJLte$(a3j)_5t)Mu0c~?7tUw#KF zfR0yQY=Bo8I0aP z0=<4T8rVeiZI}|;b1|3sqlKYkC7Ovp*^!o6HY#T(b51HFq5@Dciu?L+sv1|8rOdR=qAx2`NNScGPz z6g}S=4X`IV-UaCW!_aX@mymx`Ha=WeWWP%%|GJVCzqZO{q3qZ3_-jj#e8_!pu7ax{REXew_) zhKeSjDPM@*|0sI@Q=$Ja=ri;Zreb0P6*EwcPW&x8z-i6-rQ&?n%arz^|R2|?;#w7E6``*5R&0Ubc%{A%P5Oe(;OYJ6nV~~9_S6ju`!NA zS1<{E2Iim>JchpaFQ7k+-bVvGfDQ048qiTRz*mJP)GE&>4gS%2^z>C ztiTCan?efF>z?Zz2eJ-*i#DL+>_9Vk1o<%$rFDs-^RX1ua1^Hc{*R?%>L;Kpnugx+ zAl6TSCA8Ot_6~G_Lzs%+g#OylpV~D(pNVEN5BU=n^OqUA49(00Of;o(2bFZZ7ftmn zbl}I(m8?J~d>I|^)nFC+I(>+a^Lg+PI?nOX&gd2|EFWD^r{MYB$bSYM6?8bk73hs4 zk?ckj(UdMl_x@RQ1uvraZA8CppP_HhQ8eHN-Q)3c(eVm{J#iH6pQ8(Yx;yzd6|3lQ zqLtQls~EDUx=Gt?U$cR=XB6us{nY=&dd`6eZ(xUwId zP20%k2bYHPkE0VkgU#_3bj6jS|5G&3{h@sro$w?YQ0m$Inub|u#%@3ZOx#Ju0H&fV zpNT%T3(?o?c{JimG_}>Cy%(LZ2A$}5Xs7gyU#~QD;$rmvPS^r_p<8!pd_EBkr{Zh& zOZ1a?Q}A9i!bi}IEJxppXF`7!X3>5R&CIso!QgQ;u!iTv0c4>Q7or&`t8cUa{iw90 zV-VK=;(&fYrlViR#puJiHn<*L+1u!V)o2EHpn>j1Cq5kdYth&D6q*ahp*tv&NR z_TNw8#Z<^vbS-A%JakKzp%bq_SM~xr;2Lzo*U{@XqAA^kZplG(oLXejQATe4x^vwM!opSiDl@xBhU#) zqk-LqK10*d1w7n~{O40yNrw~u9gTbw`kL)SBRz(uHjNLs?M!sb+G9R;N4KH^4R{0^ zz>T3j4qe#o!Kr9KGZR!CU_Ls))9A!&f>r24_DOITdfg#3;5u}RvUt8=~j~1gTe-cgkT6Dlltbh1|o6rEZpcC)G`b=SG z+I8W4DgQt;@U!b>|NByL&j+FJ{|)FwGtl>cPG~=e2DBFaCsY->(l3Hvp#jvO*VUn0 zk$z!3ZV{T6=(Fw0W z7c@4sr(rwV^RWoTTr}#9Q!nA(zfUPi(b{90T{^&|7Z~$I~ z{9+W%pd6hxqV*wVUvf-Naptjb zZY8!(&d(|6cADD1L+{f#o3fsADD=5`pM`pq+>}$0(k6K*XIT4o%=N>OP5nL^<&^Q1 zNtE5m>vG$czDI2wC7ml?Mvn~YU*Sf|{glJWM{|258vbZJI_nP~hz*pcoVx`J@Mc^^ zIphDXpGV&|N~6&KXX-CeYANmMYe5-K{Wi*Fl(w`B!?kn#EHtMx&rW#x4>wUhpp2qaQYKP-1GBh(KDMKH)KET6p3LvkAlk~j`w4tkMZtMe+aizzM%}J{EM=VvXio$lEVFW;NE2GR%Myh b)P_+!>Q)bJ^+Cq!t|fhQSI;~D%Etc#kt{Rn delta 5653 zcmZA533QHE9>?(~jqHo;n?x2Ok%%Q~E2>4#B$hFjagJ$q$_SDUi6sn1Ungy9(h_yv zD#c8+(^j=~rp<92DipO-F{oumEgexEN-+#tneQ*pzvp!3J-t5n-se8|{_p>}&*SLp z^Ulokd>PeZnZqx`$8nOeLy+TCQSTF_UdQ=Gg5!kZa8%bb7=hEwO5{JsYp%y$w0EOF zHlZ*2Cpu0r2BYSQMJ{=qY${=NJc+Gw82aH<48fV!UV!1WUqVf|%=+IzEmVtb@Lf#8 z1K0vDnctwsUB{Mq2mM&z@n^Jl7>WUyh=G`n3M2;=NN2N;S%?aJ6zab5sCi0J3(Phb z+V$mTEk<&EEhe(Qvzdx^b_^BaMNGvjsELDGxz{66sY^pm&=obl0Ap~7ISz->o`uT5 z9`hh7um;q6=h35%>r^yR6YAOea}YEj-fU-fGY6sq8;Q!yQ%J1NBL>J&GjQXb5S)%8@=_;#pyI$67y zUGI-Nv_%+?L(O6j6-787H9;jt<15x*Yrc(|cpYk79V(Ems8sK@_6gJ@Igi@mRa8cO zIZ)bI1d>E26}16RA1WF+9F@Y!sDR2*3ss(tLj}};3h*n` z!Z%U(-LEDhmaF@9cyU{+3dh2{WoE*NoP7*4W-BIsJ zg9>aCDv;-}0Bi8BkK-IijXRX%266`VHeEx_^AMH6h+N0vuMH;$dtf03=>1enm$x zPDU*-19js(B)iV5sFZF-J^KTw9UMj7cLVi>dw_a-B0IVPXQJlofts(MISR+pF6l`A zwd1{XC=(5+g-)O%ZM611R3?Hux&0BSowh-J$vR;e_A`f~GV~N`-eT)7Mcwy148<2c zRJ7ny)Xv^A*P#OYtGU_wccK>BkKuR{wc|$XzmEzuu(LZZ9JOFFDxho}jQOaHd7h`D z2wy`5@CIt^+kNatVIR*2`VF>qTY)A)_)mW(!Pqy%=cz+zS~Yf1=bD~KtAfs^ut)a z|AVaKS&ZbubEv~LAN2uQjruZfLLH{l<^|NwuAnBoh05SVRG@xc-G#$Z{Yj|THyxFM z0`$}SKbneecp4R9F>0ad)}D*ev=^dwvdY?PQ4@cHns6s71IJKj-~#FqUPcA#^QgPQ z5X_~Wf*w8FA}V@T1$e)cs}M$bU4IIdo{^#TbjPqjt6)W3UdDk$u)~Ks~BUsJ|=jqBauV-Tg#o zA#bcR2sQ5<)Pj|$z!ss-(CY5wUpv@BM;z`$EqD$U`E69h0er9(XdEiFIo9rsdSnAp z_YcQ3oQ!%T)u_N%q5^r#+8>}cSm&|I7F1+AP!kM*8gkkFGppp%3O|G&$Et-Ua!rl8@HJUPz!&7dL1ueCi?Vp`?FB@b+>kJ)cu1{ znHr6HD@sv2tw3eq_ozovg`63WvxJH!^4fqE)_xO}iFZ-2VLj?mokA_ph)Vr^)Pw>2 z!%v4W(u_p~kce8iEjDKgb7()_e4XcCLPe3!G#8+r{UX$Npcb{zHq>|EptY}|0=kd- zCskl?cc+Cas=XayqK z{-57(XdR(k@(zzq4ZCgE-oYgA{OI^RZSCLI`!>Er*+%)s`t)c|TYaZ@M|8YTEAQ#( zVd?4I_v0^``T`n!znoIaRLXg8QB14M1Jou_f*A2J>K8)&3Vu$hq+In@$8_?v_{n^9 zHvi)I^B^UZYZEX5$KwV{>i>_UAE z^qGjGLq}=9w;(pl=dyQ7Y^vWm+TVMZ#>RIG;ObpkUsCigUZkw0G*PlC`faE9FfJAA zDEGZ*V>|i8dc)#U$Lyp1(_aCN){ND6U@zqwMPIk26#f21DWm+863ncVR>h?jMA56?3Cg$4HU9CBf1@0xjHP@=nL-JnL@<6arcv~}K{@5U5|MEQ=giE@_m zN6I7IUyfgSgA%gBj#3*&(eFWB--JWK0VPvsjr(oMgt{Lx3S-hn6qlFHoinp+dP&8U fw9?`kGt;J)6qipQH@jrQ?#i;+#dQOFjPU<2bL~5u diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 915fe0a38e6..b516310602c 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -148,39 +148,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -210,7 +210,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -480,7 +480,7 @@ msgstr "Aktywna" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -592,7 +592,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Typ dokumentacji" @@ -640,7 +640,7 @@ msgstr "Błąd" msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Data modyfikacji" @@ -1434,14 +1434,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Użytkownicy" @@ -1449,7 +1445,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nazwa" @@ -1625,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2140,7 +2136,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Publiczny" @@ -2244,146 +2240,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Niepoprawna nazwa projektu" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Niepoprawna nazwa projektu" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Repozytorium jest nieprawidłowe" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2650,288 +2646,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Domena" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Brak plików do pobrania dla tego projektu." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "Wprowadź poprawną prostą lub umiędzynarodowioną wartość nazwy domeny" @@ -2979,152 +2989,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3297,67 +3313,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "angielski" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "francuski" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "niemiecki" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "włoski" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "koreański" @@ -3505,19 +3521,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Błąd serwera" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3637,6 +3640,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4112,10 +4119,6 @@ msgstr "Brak dokumentacji" msgid "No projects found" msgstr "Nie znaleziono projektu" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4129,22 +4132,48 @@ msgstr "" msgid "Let's do this." msgstr "Zróbmy to." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Błąd serwera" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4155,66 +4184,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 3ae953908d89ada423dbe95e1d7d368c11133909..1bff41995a7bec97b51c81203683a7874d78fabc 100755 GIT binary patch delta 22539 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 delta 22453 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 diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index 38487f56bf8..e6a002c194b 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versão" @@ -156,26 +156,26 @@ msgstr "Hospedado por" msgid "Privacy Policy" msgstr "Política de Privacidade" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nome de projeto \"{0}\" inválido: nenhum slug gerado." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Um projeto com slug \"{0}\" já existe." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O projeto com {slug_name}={value} não é válido como subprojeto" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -184,7 +184,7 @@ msgstr "" "Redirecionamentos de prefixo foram removidos. Em vez disso, use um " "redirecionamento exato `/prefix/*`. Veja {blog_link}." -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." @@ -192,7 +192,7 @@ msgstr "" "sphinx_html redirecionamento foi renomeado para clean_url_to_html. Veja " "{blog_link}." -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -224,7 +224,7 @@ msgid "Log out" msgstr "Sair" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "Convite enviado" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -496,7 +496,7 @@ msgstr "Ativo" msgid "Build successful" msgstr "Construção bem-sucedida" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Construção falhou" @@ -609,7 +609,7 @@ msgstr "Tem ePub" msgid "Has HTML Zip" msgstr "Tem Zip de HTML" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Tipo de documentação" @@ -658,7 +658,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 msgid "URL" msgstr "URL" @@ -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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Data de modificação" @@ -1486,14 +1486,10 @@ msgstr "Erro desconhecido ao carregar seu arquivo de configuração de MkDocs" msgid "Syntax error in mkdocs.yml" msgstr "Erro de sintaxe em mkdocs.yml" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "Mostrar sob o ícone do sino" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "Mensagem desconhecida" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuários" @@ -1501,7 +1497,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Nome" @@ -1679,11 +1675,11 @@ msgstr "Nome organização inválido: nenhum slug gerado" msgid "Organization %(name)s already exists" msgstr "Organização %(name)s já existe" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "Endereço de e-mail ou nome de usuário" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -2251,7 +2247,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Público" @@ -2355,7 +2351,19 @@ msgstr "Versões privadas" msgid "Visibility" msgstr "Visibilidade" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "Nenhum repositório conectado" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Nome do projeto inválido. Já existe um projeto com esse nome" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Nome de projeto inválido" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." @@ -2363,11 +2371,11 @@ msgstr "" "Detectamos que este projeto é público, as prévias de pull request estão " "definidas como públicas." -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "Para construir a partir de pull requests, você precisa de uma " -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2375,20 +2383,20 @@ msgstr "" "Para construir a partir de pull requests, o webhook do seu repositório " "precisa enviar eventos de pull request." -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "Sem suporte a construção a partir de pull requests" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "Você deve adicionar um serviço conectado " -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "Nenhum serviço conectado encontrado" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." @@ -2396,11 +2404,11 @@ msgstr "" "Somente os donos da organização podem criar novos projetos quando o logon " "único estiver ativado." -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "Logon único da organização ativado" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." @@ -2408,11 +2416,11 @@ msgstr "" "Você deve fazer parte de uma equipe com permissões de administrador para " "adicionar um novo projeto à sua organização." -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "Permissão de administrador necessária" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." @@ -2420,51 +2428,39 @@ msgstr "" "Os projetos não podem ser configurados manualmente quando o logon único está " "ativado para sua organização." -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Nome do projeto inválido. Já existe um projeto com esse nome" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Nome de projeto inválido" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Repositório inválido" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "Descrição curta deste projeto" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "Essa configuração é herdada da tradução mãe." -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Há há uma tradução \"{lang}\" para o projeto {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "O comprimento de cada tag deve ser menor ou igual a 100 caracteres." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "Ativar addons" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" "Mostrar uma notificação em versões não estáveis e mais recentes (latest)" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." @@ -2472,16 +2468,16 @@ msgstr "" "O padrão personalizado de classificação do menu flutuante é necessário ao " "selecionar um padrão personalizado." -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." @@ -2489,27 +2485,27 @@ msgstr "" "Este projeto está configurado com um esquema de versionamento que não " "oferece suporte a traduções." -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Já existe uma variável com esse nome para este projeto" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -2808,7 +2804,15 @@ msgstr "Este projeto foi construído com um webhook" msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "Repositório conectado" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "Repositório conectado a este projeto" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " @@ -2818,67 +2822,67 @@ msgstr "" "doc.org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Mais informações sobre construtores do Sphinx." -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "projeto" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Caminho" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "ID de construção" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "Classificação de busca por páginas" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este arquivo de operações como indexação" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "criado" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "modificado" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "Construção acionada" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "Construção bem-sucedida" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "Eventos para assinar" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check a documentação para substituições disponíveis." -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1732 +#: projects/models.py:1734 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:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Status do certificado SSL" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "Ignorar processo de validação." -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "Data de início do processo de validação." -#: projects/models.py:1769 +#: projects/models.py:1771 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:1774 +#: projects/models.py:1776 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:1779 +#: projects/models.py:1781 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:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" "Conda: Anexa os requisitos principais do Read the Docs ao arquivo " "environment.yml" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2965,19 +2969,19 @@ msgstr "" "Sphinx: Passa todas as versões (incluindo privadas) para o contexto HTML ao " "construir com o Sphinx" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2985,133 +2989,139 @@ msgstr "" "Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " "tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "Painel: Permite que o projeto use o banner de aviso de versão." -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "Construção: Não instala a versão mais recente do pip" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: Usa a versão mais recente da extensão Read the Docs do Sphinx" -#: projects/models.py:1975 +#: projects/models.py:1977 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:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "Sphinx: Não anexa `conf.py` e não instala ``readthedocs-sphinx-ext``" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "Pesquisa: Desativa a pesquisa no servidor" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:1995 +#: projects/models.py:1997 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:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "Construção: Define a proteção de redução antes/depois da construção." -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "Build skipped for this project" +msgid "Builds skipped for this project" msgstr "Construção ignorada neste projeto" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "Erro ao clonar o repositório" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "Versões reservadas duplicadas" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "Erro ao verificar o repositório" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "O arquivo de configuração do Sphinx está ausente" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "Vários arquivos de configuração do Sphinx encontrados" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "Arquivo esperado não encontrado" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "Repositório bloqueado" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -3164,27 +3174,33 @@ msgstr "O único nome de arquivo permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de arquivos permitidos são {filenames}." -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "Addons do projeto atualizados" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "Versão criada" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "Versão atualizada" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3193,125 +3209,125 @@ msgstr "" "Há um problema com sua conta do {service}, tente reconectar sua conta na sua " "página de serviços conectados." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "Subprojeto criado" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "Subprojeto atualizado" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "Subprojeto excluído" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "Usuário excluído" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} é o último dono, não pode ser removido" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "Notificação criada" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "Notificação excluída" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "Webhook criado" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "Webhook atualizado" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "Webhook excluído" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "Tradução criada" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "Tradução excluída" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "Redirecionamento criado" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "Redirecionamento atualizado" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "Redirecionamento excluído" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "Domínio criado" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "Domínio atualizado" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "Domínio excluído" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "Integração criada" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "Integração excluída" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "Variável ambiente criada" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "Variável ambiente excluída" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "Regra de automação movida" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "Regra de automação excluída" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "Regra de automação criada" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "Regra de automação atualizada" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "As configurações de pull request foram atualizadas" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "subprojeto" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "tradução" @@ -3495,67 +3511,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Inglês" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Frances" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Russo" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Alemão" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galego" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Italiano" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Coreano" @@ -3716,19 +3732,6 @@ msgid "" msgstr "" "Ocorreu um erro ao conectar-se ao Stripe. Tente novamente em alguns minutos." -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Labirinto encontrado" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "Número excessivo de solicitações" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Erro do servidor" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3868,6 +3871,12 @@ msgstr "" "Se você esqueceu sua senha, redefina-a." +#: templates/account/login.html:78 +#, fuzzy +#| msgid "Organization single sign-on enabled" +msgid "Log in using single sign-on" +msgstr "Logon único da organização ativado" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4368,10 +4377,6 @@ msgstr "Nenhum documento" msgid "No projects found" msgstr "Nenhum projeto encontrado" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "418. I'm a teapot" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Pesquisar todos os documentos" @@ -4385,11 +4390,19 @@ msgstr "Pesquisar no Read the Docs" msgid "Let's do this." msgstr "Vamos lá!" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Labirinto encontrado" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "404 Não Encontrado" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." @@ -4397,12 +4410,32 @@ msgstr "" "Você encontrou um 404 em Read the Docs. Você está procurando uma página que " "não existe ou um projeto que foi removido." -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "Número excessivo de solicitações" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +#, fuzzy +#| msgid "Too many requests" +msgid "Bad request" +msgstr "Número excessivo de solicitações" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Erro do servidor" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "O host \"%(domain)s\" é desconhecido para Read the Docs" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4421,21 +4454,23 @@ msgstr "" "estão algumas etapas para ajudar você a fazer com que seu domínio volte a " "funcionar:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "Você é o dono do projeto?" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "Aqui estão algumas dicas para resolver erros 404:" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Verifique se você possui um registro CNAME apontando para readthedocs." "io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4443,7 +4478,7 @@ msgstr "" "Adicione o domínio desejado no painel Read the Docs para o seu projeto (em " "Meus Projetos >> Admin >> Domínios)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " @@ -4452,7 +4487,7 @@ msgstr "" "Você está navegando na documentação de %(project_slug)s. O " "%(not_found_subject)s que você está procurando não foram encontrados." -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " @@ -4462,28 +4497,28 @@ msgstr "" "navegar até a página de índice do projeto e usar sua " "navegação, ou procurar uma página semelhante." -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "Tente buscar?" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "Use sua própria página 404 personalizada:" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "Leia mais" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "Crie redirecionamentos quando você move conteúdos:" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "sem domínio" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " @@ -4492,6 +4527,10 @@ msgstr "" "O projeto para %(domain)s que você está procurando não existe, " "foi excluído ou ainda não possui nenhuma construção bem-sucedida." +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "418. I'm a teapot" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" @@ -6147,3 +6186,6 @@ msgstr "" "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." + +#~ msgid "Unknown message" +#~ msgstr "Mensagem desconhecida" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.mo b/readthedocs/locale/ru/LC_MESSAGES/django.mo index 71f465e8fb9776b040b08cd456ee93c44ec37910..38ac0e2a05d8d6b6886d1f61ef41ecf34ebd5edb 100755 GIT binary patch delta 13291 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 QZfADi+|fHno{eenKLO~^VE_OC delta 13353 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 aYX*AGKeA!^s?UO_$F2`uA8@o}wf_MX0raN; diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index a82b744560b..f843a30d149 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -158,39 +158,39 @@ msgstr "Размещено благодаря" msgid "Privacy Policy" msgstr "Политика конфиденциальности" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Неправильное имя проекта \"{0}\": не сгенерирован URL." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект с URL \"{0}\" уже существует." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -220,7 +220,7 @@ msgid "Log out" msgstr "Выйти" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -490,7 +490,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" @@ -602,7 +602,7 @@ msgstr "Имеет ePub" msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Тип документации" @@ -650,7 +650,7 @@ msgstr "Ошибка" msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "Коммит" @@ -928,7 +928,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1457,14 +1457,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Пользователи" @@ -1472,7 +1468,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Имя" @@ -1648,11 +1644,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2163,7 +2159,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Общедоступный" @@ -2267,146 +2263,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Неверное название проекта, или проект с таким названием уже существует" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Недопустимое имя проекта" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Неверное название проекта, или проект с таким названием уже существует" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Недопустимое имя проекта" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Недействительный репозиторий" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Уже существует перевод “{lang}” для проекта {proj}." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -2686,288 +2682,302 @@ msgstr "Сборка проекта была запущена с помощью msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Путь" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "создано" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "изменено" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Домен" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Для этого проекта скачивать нечего." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -3017,27 +3027,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3046,125 +3062,125 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3340,67 +3356,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Английский" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Французский" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Русский" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Немецкий" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Японский" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Корейский" @@ -3548,19 +3564,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Страница не найдена" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Ошибка сервера" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3692,6 +3695,10 @@ msgstr "" "Если вы забыли свой пароль, сбросьте его." +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4174,10 +4181,6 @@ msgstr "Пусто" msgid "No projects found" msgstr "Не найдено ни одного проекта" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Поиск по всей документации" @@ -4191,22 +4194,48 @@ msgstr "Поиск Read the Docs" msgid "Let's do this." msgstr "Начать поиск." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Страница не найдена" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Ошибка сервера" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4224,20 +4253,22 @@ msgstr "" "неявное. Ниже приведены советы, которые помогут восстановить " "работоспособность вашего домена:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "Убедитесь в наличии записи CNAME, указывающей на readthedocs.io" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4245,48 +4276,52 @@ msgstr "" "Добавьте нужный домен в панели Read the Docs для своего проекта (ваш проект " "→ админ → домены)." -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 98cfc450dfb..00b19376fb6 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -142,39 +142,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -204,7 +204,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -474,7 +474,7 @@ msgstr "Aktívny" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -586,7 +586,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Typ dokumentácie" @@ -634,7 +634,7 @@ msgstr "Chyba" msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "" @@ -912,7 +912,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Dátum úpravy" @@ -1428,14 +1428,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Užívatelia" @@ -1443,7 +1439,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Názov" @@ -1617,11 +1613,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2132,7 +2128,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Verejný" @@ -2236,146 +2232,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2642,288 +2638,300 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Cesta" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +msgid "Builds skipped for this project" msgstr "" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2971,152 +2979,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3289,67 +3303,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Anglicky" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Francúzština" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Ruština" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Nemčina" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3497,19 +3511,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Chyba serveru" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3629,6 +3630,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4104,10 +4109,6 @@ msgstr "" msgid "No projects found" msgstr "Žiadne projekty nenájdene" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4121,22 +4122,48 @@ msgstr "" msgid "Let's do this." msgstr "" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Chyba serveru" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4147,66 +4174,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.mo b/readthedocs/locale/tr/LC_MESSAGES/django.mo index f474dcd008a007137f8470d17d2d13de59799b18..b68980c752ae341c4d4e21ababfe5a22c7883fb2 100755 GIT binary patch delta 9408 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 aZuUwa(8zm0&VjW#!-nS;Y#unNDD=OlI=8(5 diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 48166f686e1..f7ce59f81c7 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -141,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Gizlilik İlkesi" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -473,7 +473,7 @@ msgstr "Etkin" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Belgelendirme türü" @@ -633,7 +633,7 @@ msgstr "Hata" msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 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:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1432,14 +1432,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Kullanıcılar" @@ -1447,7 +1443,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Adı" @@ -1623,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2138,7 +2134,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Ortak" @@ -2242,146 +2238,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "Geçersiz proje adı, bir proje zaten bu adla var" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "Geçersiz proje adı" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "Geçersiz proje adı, bir proje zaten bu adla var" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "Geçersiz proje adı" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "Depo geçersiz" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "{proj} projesi için zaten bir \"{lang}\" çevirisi var." -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Her etiketin uzunluğu 100 karakterden az veya eşit olmak zorundadır." -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "Bu proje için bu ada sahip bir değişken zaten var" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -2657,288 +2653,302 @@ msgstr "Bu proje bir web kancası ile oluşturuldu" msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Yol" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1742 +#: projects/models.py:1744 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:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Bu proje için indirmeler yok." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "Geçerli bir düz veya uluslararası yapılan etki alanı adı değeri girin" @@ -2986,27 +2996,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3015,125 +3031,125 @@ msgstr "" "{service} hesabınızla ilgili bir sorun var, bağlı " "hizmetler sayfanızda hesabınızı yeniden bağlamayı deneyin." -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3307,67 +3323,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "İngilizce" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Fransızca" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Rusça" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Almanca" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Korece" @@ -3515,19 +3531,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Labirent Bulundu" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Sunucu Hatası" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3662,6 +3665,10 @@ msgstr "" "Eğer parolanızı unuttuysanız, sıfırlayın." "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4142,10 +4149,6 @@ msgstr "Belgeler yok" msgid "No projects found" msgstr "Bulunan projeler yok" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "Tüm belgelerde ara" @@ -4159,22 +4162,48 @@ msgstr "Read the Docs'da ara" msgid "Let's do this." msgstr "Hadi bunu yapalım." -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Labirent Bulundu" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Sunucu Hatası" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4192,21 +4221,23 @@ msgstr "" "halinden daha iyi olduğuna inanıyoruz. Etki alanınızın tekrar çalışmasını " "sağlamak için bazı adımlar aşağıda verilmiştir:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" "readthedocs.io adresini işaret eden bir CNAME kaydınız " "olduğundan emin olun" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4214,48 +4245,52 @@ msgstr "" "Projeniz için Read the Docs panelinde istediğiniz etki alanını ekleyin " "(Projeniz >> Yönetici >> Etki Alanları altında)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 3e618825bfc..8b294910f46 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -149,39 +149,39 @@ msgstr "Організовано" msgid "Privacy Policy" msgstr "Політика конфіденційності" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Недійсна назва проекту \"{0}\": слаг не створено." -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект зі слагом \"{0}\" вже існує." -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -211,7 +211,7 @@ msgid "Log out" msgstr "Вийти" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -483,7 +483,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" @@ -596,7 +596,7 @@ msgstr "Має ePub" msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Тип документації" @@ -646,7 +646,7 @@ msgstr "Помилка" msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "Здійснити" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Модифікована дата" @@ -1442,14 +1442,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Користувачі" @@ -1457,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Ім’я" @@ -1631,11 +1627,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2146,7 +2142,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Загальнодоступно" @@ -2250,146 +2246,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2660,288 +2656,302 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Шлях" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "Створено" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "Нема завантажень для цього проекту." -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2989,152 +2999,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3307,67 +3323,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Англійська" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "Французька" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "Російська" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "Німецька" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Японська" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "Італійська" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "Корейська" @@ -3515,19 +3531,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "Знайдено лабіринт" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Помилка сервера" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3647,6 +3650,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4122,10 +4129,6 @@ msgstr "Без документації" msgid "No projects found" msgstr "Проектів не знайдено" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4139,22 +4142,48 @@ msgstr "" msgid "Let's do this." msgstr "Давайте!" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "Знайдено лабіринт" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Помилка сервера" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4165,66 +4194,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 02595e74b48..40ad3cd1b88 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -141,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" msgstr "" @@ -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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -473,7 +473,7 @@ msgstr "Đang hoạt động" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "Kiểu tài liệu" @@ -633,7 +633,7 @@ msgstr "Lỗi" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1427,14 +1427,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" @@ -1442,7 +1438,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "Tên" @@ -1616,11 +1612,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2131,7 +2127,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "Công cộng" @@ -2235,146 +2231,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2641,288 +2637,300 @@ msgstr "" msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" +#: projects/notifications.py:20 +msgid "Builds skipped for this project" msgstr "" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "" @@ -2970,152 +2978,158 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3288,67 +3302,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "" @@ -3496,19 +3510,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "Lỗi máy chủ" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3628,6 +3629,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4103,10 +4108,6 @@ msgstr "" msgid "No projects found" msgstr "Không tìm thấy dự án nào" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "" @@ -4120,22 +4121,48 @@ msgstr "" msgid "Let's do this." msgstr "" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "Lỗi máy chủ" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4146,66 +4173,72 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" msgstr "" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo b/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo index ec93516af5044bf1391d8273655bf806f9877b85..5acf24c533a6f57ae4dbb85c3fbbb910b7b58bb7 100755 GIT binary patch delta 10167 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 SEUA=#G%Kxcewo?zBL5Gq9_Ysa delta 10204 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.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "用户" @@ -1465,7 +1461,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "名称" @@ -1639,11 +1635,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2155,7 +2151,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "公开" @@ -2259,146 +2255,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "无效的项目名称,项目名称已存在" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "项目名称无效" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "无效的项目名称,项目名称已存在" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "项目名称无效" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "无效仓库" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2669,288 +2665,302 @@ msgstr "项目构建同时包含webhook" msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "路径" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "创建的" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "修改的" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "域" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "本项目没有下载项。" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "输入有效空白或国际域名值" @@ -2998,27 +3008,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3027,125 +3043,125 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3318,67 +3334,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "英语" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "法语" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "俄语" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "德语" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "日语" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "意大利语" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "韩语" @@ -3526,19 +3542,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "未找到" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "服务器错误" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3660,6 +3663,10 @@ msgid "" "If you forgot your password, reset it." msgstr "" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4135,10 +4142,6 @@ msgstr "没有文档" msgid "No projects found" msgstr "未找到项目" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "搜索所有文档" @@ -4152,22 +4155,48 @@ msgstr "搜索 Read the Docs" msgid "Let's do this." msgstr "搜索" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "未找到" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "服务器错误" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4178,19 +4207,21 @@ msgid "" "implicit. Below are some steps to help you get your domain working again:" msgstr "" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "确保您有一条指向readthedocs.io的 CNAME 记录。" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4198,48 +4229,52 @@ msgstr "" "在Read the Docs控制面板为你的项目添加自定义域名 (点击指定项目>> 管理 " ">> 域)" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo index 4b7d354e32c326d972d4ae8889ad06979eb3fc52..c35da18541d71b633b246b95aec25bd2984ac15f 100755 GIT binary patch delta 11404 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 Q6i&+R-mLKW+<@T!2i}LCr2qf` delta 11447 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 R`MpJ#_x@wsn*2w~{2$HiuRZ_( diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index 75c5e98bc4d..fea8a6d14d7 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-07-30 11:36+0000\n" +"POT-Creation-Date: 2024-09-10 10:53+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:1477 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -150,39 +150,39 @@ msgstr "主機架設方" msgid "Privacy Policy" msgstr "隱私權政策" -#: api/v3/serializers.py:635 +#: api/v3/serializers.py:636 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:639 +#: api/v3/serializers.py:640 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:874 +#: api/v3/serializers.py:882 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:882 projects/forms.py:603 +#: api/v3/serializers.py:890 projects/forms.py:617 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1025 +#: api/v3/serializers.py:1033 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1031 +#: api/v3/serializers.py:1039 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1037 +#: api/v3/serializers.py:1045 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -212,7 +212,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:507 +#: organizations/views/private.py:207 projects/views/private.py:567 msgid "Invitation sent" 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:1471 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -482,7 +482,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:29 projects/models.py:1576 +#: builds/filters.py:29 projects/models.py:1578 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" @@ -594,7 +594,7 @@ msgstr "有 ePub" msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:175 projects/models.py:561 +#: builds/models.py:175 projects/models.py:563 msgid "Documentation type" msgstr "文件類型" @@ -642,7 +642,7 @@ msgstr "錯誤" msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:761 projects/models.py:1488 +#: builds/models.py:761 projects/models.py:1490 msgid "Commit" msgstr "送交" @@ -920,7 +920,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1591 +#: core/forms.py:198 projects/models.py:1593 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:1490 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1492 msgid "Modified date" msgstr "修改日期" @@ -1438,14 +1438,10 @@ msgstr "" msgid "Syntax error in mkdocs.yml" msgstr "" -#: notifications/models.py:42 +#: notifications/models.py:40 msgid "Show under bell icon" msgstr "" -#: notifications/models.py:86 -msgid "Unknown message" -msgstr "" - #: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "使用者" @@ -1453,7 +1449,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:1482 +#: projects/models.py:249 projects/models.py:1484 msgid "Name" msgstr "名稱" @@ -1627,11 +1623,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2142,7 +2138,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2064 msgid "Public" msgstr "公開" @@ -2246,146 +2242,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:153 +#: projects/forms.py:88 +msgid "No connected repository" +msgstr "" + +#: projects/forms.py:109 +msgid "Invalid project name, a project already exists with that name" +msgstr "無效的專案名稱,此專案名稱已經存在" + +#: projects/forms.py:114 +msgid "Invalid project name" +msgstr "無效的專案名稱" + +#: projects/forms.py:227 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:173 +#: projects/forms.py:247 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:185 +#: projects/forms.py:259 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:200 +#: projects/forms.py:274 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:263 +#: projects/forms.py:337 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:267 +#: projects/forms.py:341 msgid "No connected services found" msgstr "" -#: projects/forms.py:273 +#: projects/forms.py:347 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:276 projects/forms.py:298 +#: projects/forms.py:350 projects/forms.py:372 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:281 projects/forms.py:303 +#: projects/forms.py:355 projects/forms.py:377 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:284 projects/forms.py:306 +#: projects/forms.py:358 projects/forms.py:380 msgid "Admin permission required" msgstr "" -#: projects/forms.py:295 +#: projects/forms.py:369 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:346 -msgid "Invalid project name, a project already exists with that name" -msgstr "無效的專案名稱,此專案名稱已經存在" - -#: projects/forms.py:351 -msgid "Invalid project name" -msgstr "無效的專案名稱" - -#: projects/forms.py:370 -msgid "Repository invalid" -msgstr "無效的儲存庫" - -#: projects/forms.py:434 projects/models.py:254 +#: projects/forms.py:448 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:456 +#: projects/forms.py:470 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:531 +#: projects/forms.py:545 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" -#: projects/forms.py:560 +#: projects/forms.py:574 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:650 +#: projects/forms.py:664 msgid "Enable Addons" msgstr "" -#: projects/forms.py:652 +#: projects/forms.py:666 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:655 +#: projects/forms.py:669 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:681 +#: projects/forms.py:695 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:713 +#: projects/forms.py:727 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:798 +#: projects/forms.py:812 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:831 +#: projects/forms.py:845 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1010 +#: projects/forms.py:1024 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1113 +#: projects/forms.py:1127 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1117 +#: projects/forms.py:1131 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1122 +#: projects/forms.py:1136 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1127 +#: projects/forms.py:1141 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1131 +#: projects/forms.py:1145 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -2656,288 +2652,302 @@ msgstr "該專案已通過 Webhook 建置" msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:568 +#: projects/models.py:543 +msgid "Connected repository" +msgstr "" + +#: projects/models.py:544 +msgid "Repository connected to this project" +msgstr "" + +#: projects/models.py:570 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:579 +#: projects/models.py:581 msgid "project" msgstr "" -#: projects/models.py:590 +#: projects/models.py:592 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1352 +#: projects/models.py:1354 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1487 +#: projects/models.py:1489 msgid "Path" msgstr "路徑" -#: projects/models.py:1489 +#: projects/models.py:1491 msgid "Build id" msgstr "" -#: projects/models.py:1492 +#: projects/models.py:1494 msgid "Page search rank" msgstr "" -#: projects/models.py:1497 +#: projects/models.py:1499 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1540 projects/models.py:1705 +#: projects/models.py:1542 projects/models.py:1707 msgid "created" msgstr "建立時間" -#: projects/models.py:1545 +#: projects/models.py:1547 msgid "modified" msgstr "修改時間" -#: projects/models.py:1574 +#: projects/models.py:1576 msgid "Build triggered" msgstr "" -#: projects/models.py:1575 +#: projects/models.py:1577 msgid "Build passed" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1595 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1596 +#: projects/models.py:1598 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1606 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1607 +#: projects/models.py:1609 msgid "JSON payload" msgstr "" -#: projects/models.py:1609 +#: projects/models.py:1611 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1716 +#: projects/models.py:1718 msgid "Domain" msgstr "網域" -#: projects/models.py:1723 +#: projects/models.py:1725 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1727 +#: projects/models.py:1729 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1732 +#: projects/models.py:1734 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1736 +#: projects/models.py:1738 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1738 +#: projects/models.py:1740 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1742 +#: projects/models.py:1744 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1747 templates/projects/domain_form.html:49 +#: projects/models.py:1749 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1758 msgid "Skip validation process." msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1762 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1769 +#: projects/models.py:1771 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1776 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1779 +#: projects/models.py:1781 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1915 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1919 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1922 +#: projects/models.py:1924 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1930 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1934 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1938 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1941 +#: projects/models.py:1943 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1946 +#: projects/models.py:1948 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1953 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1955 +#: projects/models.py:1957 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1959 +#: projects/models.py:1961 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1962 +#: projects/models.py:1964 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1965 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1968 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1972 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1977 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1983 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1989 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1991 +#: projects/models.py:1993 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1995 +#: projects/models.py:1997 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:2002 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2013 +#: projects/models.py:2015 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2018 +#: projects/models.py:2020 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2024 +#: projects/models.py:2026 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2030 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2052 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2054 +#: projects/models.py:2056 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2059 +#: projects/models.py:2061 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2065 +#: projects/models.py:2067 msgid "Expose this environment variable in PR builds?" msgstr "" -#: projects/notifications.py:19 -msgid "Build skipped for this project" -msgstr "" +#: projects/notifications.py:20 +#, fuzzy +#| msgid "No downloads for this project." +msgid "Builds skipped for this project" +msgstr "該專案中無可下載的內容。" -#: projects/notifications.py:33 projects/notifications.py:71 -#: projects/notifications.py:84 +#: projects/notifications.py:34 projects/notifications.py:72 +#: projects/notifications.py:85 msgid "Error while cloning the repository" msgstr "" -#: projects/notifications.py:46 +#: projects/notifications.py:47 msgid "Duplicated reserved versions" msgstr "" -#: projects/notifications.py:59 +#: projects/notifications.py:60 msgid "Error while checking out the repository" msgstr "" -#: projects/notifications.py:98 +#: projects/notifications.py:99 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:111 +#: projects/notifications.py:112 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:125 +#: projects/notifications.py:126 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:137 +#: projects/notifications.py:138 msgid "Repository locked" msgstr "" +#: projects/notifications.py:152 +msgid "Read the Docs Addons will be enabled by default on October 7th" +msgstr "" + #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" msgstr "輸入有效的純網域名稱或國際化網域名稱" @@ -2985,27 +2995,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:197 +#: projects/views/private.py:195 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:205 +#: projects/views/private.py:207 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:219 +#: projects/views/private.py:221 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:270 +#: projects/views/private.py:272 msgid "Version created" msgstr "" -#: projects/views/private.py:275 +#: projects/views/private.py:277 msgid "Version updated" msgstr "" -#: projects/views/private.py:402 +#: projects/views/private.py:389 +msgid "" +"We detected a configuration file in your repository and started your " +"project's first build." +msgstr "" + +#: projects/views/private.py:462 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3014,125 +3030,125 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:460 +#: projects/views/private.py:520 msgid "Subproject created" msgstr "" -#: projects/views/private.py:464 +#: projects/views/private.py:524 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:469 +#: projects/views/private.py:529 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:512 +#: projects/views/private.py:572 msgid "User deleted" msgstr "" -#: projects/views/private.py:523 +#: projects/views/private.py:583 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:588 +#: projects/views/private.py:648 msgid "Notification created" msgstr "" -#: projects/views/private.py:593 +#: projects/views/private.py:653 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:628 +#: projects/views/private.py:688 msgid "Webhook created" msgstr "" -#: projects/views/private.py:638 +#: projects/views/private.py:698 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:708 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:763 msgid "Translation created" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:768 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:811 msgid "Redirect created" msgstr "" -#: projects/views/private.py:755 +#: projects/views/private.py:815 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:785 +#: projects/views/private.py:845 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:818 +#: projects/views/private.py:878 msgid "Domain created" msgstr "" -#: projects/views/private.py:838 +#: projects/views/private.py:898 msgid "Domain updated" msgstr "" -#: projects/views/private.py:853 +#: projects/views/private.py:913 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:958 msgid "Integration created" msgstr "" -#: projects/views/private.py:925 +#: projects/views/private.py:985 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:1033 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" -#: projects/views/private.py:1005 +#: projects/views/private.py:1065 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1009 +#: projects/views/private.py:1069 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1034 +#: projects/views/private.py:1094 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1050 +#: projects/views/private.py:1110 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1060 +#: projects/views/private.py:1120 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1064 +#: projects/views/private.py:1124 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1252 +#: projects/views/private.py:1312 msgid "Pull request settings have been updated" msgstr "" -#: proxito/exceptions.py:96 +#: proxito/exceptions.py:94 msgctxt "Names an object not found in a 404 error" msgid "subproject" msgstr "子專案" -#: proxito/exceptions.py:141 +#: proxito/exceptions.py:139 msgctxt "Names an object not found in a 404 error" msgid "translation" msgstr "" @@ -3305,67 +3321,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:463 +#: settings/base.py:470 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:464 +#: settings/base.py:471 msgid "English" msgstr "英語" -#: settings/base.py:465 +#: settings/base.py:472 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:466 +#: settings/base.py:473 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:467 +#: settings/base.py:474 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:468 +#: settings/base.py:475 msgid "French" msgstr "法語" -#: settings/base.py:469 +#: settings/base.py:476 msgid "Russian" msgstr "俄語" -#: settings/base.py:470 +#: settings/base.py:477 msgid "German" msgstr "德語" -#: settings/base.py:471 +#: settings/base.py:478 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:472 +#: settings/base.py:479 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:473 +#: settings/base.py:480 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:474 +#: settings/base.py:481 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:475 +#: settings/base.py:482 msgid "Japanese" msgstr "日語" -#: settings/base.py:476 +#: settings/base.py:483 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:477 +#: settings/base.py:484 msgid "Italian" msgstr "義大利語" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Korean" msgstr "韓語" @@ -3513,19 +3529,6 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 templates/403.html:6 -#: templates/errors/proxito/401.html:6 -msgid "Maze Found" -msgstr "" - -#: templates/429.html:6 -msgid "Too many requests" -msgstr "" - -#: templates/500.html:5 -msgid "Server Error" -msgstr "伺服器錯誤" - #: templates/account/email.html:5 templates/account/email.html:9 #: templates/profiles/base_profile_edit.html:51 msgid "Change Email" @@ -3645,6 +3648,10 @@ msgid "" "If you forgot your password, reset it." msgstr "若忘記密碼,可重設密碼。" +#: templates/account/login.html:78 +msgid "Log in using single sign-on" +msgstr "" + #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 #: templates/account/password_change.html:15 @@ -4120,10 +4127,6 @@ msgstr "無文件" msgid "No projects found" msgstr "無專案" -#: templates/core/teapot.html:6 templates/core/teapot.html:10 -msgid "418. I'm a teapot" -msgstr "" - #: templates/core/widesearchbar.html:5 msgid "Search all the docs" msgstr "在所有文件中搜尋" @@ -4137,22 +4140,48 @@ msgstr "搜尋 Read the Docs" msgid "Let's do this." msgstr "開始搜尋吧!" -#: templates/errors/404/base.html:6 templates/errors/404/base.html:11 +#: templates/errors/dashboard/401.html:6 templates/errors/dashboard/403.html:6 +#: templates/errors/proxito/401.html:6 templates/errors/proxito/403.html:6 +msgid "Maze Found" +msgstr "" + +#: templates/errors/dashboard/404.html:6 templates/errors/dashboard/404.html:11 +#: templates/errors/proxito/404/base.html:6 +#: templates/errors/proxito/404/base.html:11 msgid "404 Not Found" msgstr "" -#: templates/errors/404/base.html:15 +#: templates/errors/dashboard/404.html:15 +#: templates/errors/proxito/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" -#: templates/errors/404/dns.html:7 +#: templates/errors/dashboard/429.html:6 templates/errors/proxito/429.html:6 +msgid "Too many requests" +msgstr "" + +#: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 +#: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 +msgid "Bad request" +msgstr "" + +#: templates/errors/dashboard/4xx.html:16 +msgid "Your request is either unsupported or we didn't understand it." +msgstr "" + +#: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 +#: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 +msgid "Server Error" +msgstr "伺服器錯誤" + +#: templates/errors/proxito/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" msgstr "" -#: templates/errors/404/dns.html:11 +#: templates/errors/proxito/404/dns.html:11 #, python-format msgid "" "If you control this domain and believe this is in error, please review our " @@ -4167,19 +4196,21 @@ msgstr "" "自定網域指向本站,Read the Docs 會嘗試依據 DNS 設定來推測正確的專案。但現在我" "們認為顯式設定比隱式設定好。下方列出了一些有助於使網域恢復正常的步驟:" -#: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 +#: templates/errors/proxito/404/dns.html:23 +#: templates/errors/proxito/404/include_tips.html:3 msgid "Are you the project owner?" msgstr "您是專案擁有者嗎?" -#: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 +#: templates/errors/proxito/404/dns.html:25 +#: templates/errors/proxito/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" msgstr "" -#: templates/errors/404/dns.html:28 +#: templates/errors/proxito/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" msgstr "請確保將您的 CNAME 記錄指向 readthedocs.io。" -#: templates/errors/404/dns.html:29 +#: templates/errors/proxito/404/dns.html:29 msgid "" "Add your desired domain in the Read the Docs dashboard for your project " "(under Your Project >> Admin >> Domains)" @@ -4187,48 +4218,52 @@ msgstr "" "在 Read the Docs 主控台上加入偏好使用的網域 (位於 [您的專案] >> [管理" "員] >> [網域])" -#: templates/errors/404/include_error_message.html:4 +#: templates/errors/proxito/404/include_error_message.html:4 #, python-format msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" -#: templates/errors/404/include_error_message.html:11 +#: templates/errors/proxito/404/include_error_message.html:11 msgid "" "Documentation changes over time and pages are moved around. You can try to " "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" -#: templates/errors/404/include_search.html:3 +#: templates/errors/proxito/404/include_search.html:3 msgid "Try searching?" msgstr "" -#: templates/errors/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:8 msgid "Use your own custom 404 page:" msgstr "使用您自訂的 404 頁面:" -#: templates/errors/404/include_tips.html:8 -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:8 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Read more" msgstr "" -#: templates/errors/404/include_tips.html:9 +#: templates/errors/proxito/404/include_tips.html:9 msgid "Create redirects when you move contents:" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 msgid "no domain" msgstr "" -#: templates/errors/404/no_project.html:9 +#: templates/errors/proxito/404/no_project.html:9 #, python-format msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +#: templates/errors/proxito/418.html:7 templates/errors/proxito/418.html:11 +msgid "418. I'm a teapot" +msgstr "" + #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 msgid "Confirm flagging" diff --git a/setup.cfg b/setup.cfg index 8b068e5b079..1583a45d02c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.7.1 +version = 11.7.2 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.7.1" +current_version = "11.7.2" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False